ClipShare Community Forums  

Go Back   ClipShare Community Forums > ClipShare - Standard & PRO - Version 2 and Previous > Integrations
Register FAQ Bug Tracker Members List Calendar Mark Forums Read

Integrations Find / Share / Request the integration of ClipShare with other Scripts.


Reply
 
Thread Tools Display Modes
Old 07-02-2008, 10:35 PM   #11
moneh
Member
|Forum Newbie|
 
Join Date: Jul 2008
Posts: 8
moneh is on a distinguished road
Exclamation

Quote:
Originally Posted by dargre View Post
program5 - you are ridiculous or naive.
What do you expect from forum' regular users? They're not clipshare team.
Why should they help you free?
Or you're blind to see the difference between regular users and support team.

Don't cry like a girl. Go to clipshare support team then wait weeks, months, ages (they have dozens like you) or just hire and pay 3rd party people who has programming skills.

If you have no knowledge, no budget - I suggest better make a website about cats or dogs.
What are you talking about dude.. this script is 200 effin dollars and i almost just bought it today thinking it actually HAD paypal support. It's absurd that they actually advertise capabilities that do not even exist.

Had i paid 200 dollars today and found out it did not have Paypal support I too would harass and complain on this forum just so that somehow I would get some value for my money...

What exactly are we paying for here.. the group system sucks.. the video capabilities are nothing out of the ordinary compared to other free scripts.. I'd say the only thing about clipshare that actually stands out is their layout.. and their lack in customer service of course..

Where's the admin demo? These guys supposedly built this wikkid script with crazy features (which you're only going to see of course after you bought the shit) and they can't setup some kind of database that refreshes it self every hour so that people can see what they're paying for?

50 bucks to get a logo placed on my videos?.. gtfo

I was going to post this earlier today in another thread but did not find it necessary - These guys are simply misleading people and they're asking 200 dollars for it.

Prolly shoulda made it into a new thread but you were like all cool about how the greatest feature of this script (paypal ipn) is missing..

Seeing how this thread is old though did they add this already or what?
moneh is offline   Reply With Quote
Old 07-03-2008, 12:33 AM   #12
dargre
Member
|Forum Guru|
 
dargre's Avatar
 
Join Date: Nov 2007
Posts: 2,189
dargre is on a distinguished road
Default

Quote:
Originally Posted by moneh View Post
What are you talking about dude.. this script is 200 effin dollars and i almost just bought it today thinking it actually HAD paypal support. It's absurd that they actually advertise capabilities that do not even exist.
This is useless talking...
I'm not ClipShare team, and I'm not responsible for what is missing or not in the script.The thing is simpple - you want something that is missing - you need to pay or you won't have it.
No need to be disgusted as it won't change anything.

Beside all of that, read posts well - it was not me who wrote $50.
However $30 or $50 maybe is a lot for you. But this is no more than for 2 hours of job. And many programmers takes even much more, especially when client expects direct incomes...

- D.
__________________

NUEVO Flash Player - most advanced video player for Clipshare and AVS
ClipShare mods Last mod: Premium Membership Plugin for Nuevoplayer & Clipshare
Hosting solution recommended by NuevoLab
dargre is offline   Reply With Quote
Old 07-03-2008, 01:18 AM   #13
wingchun22
Member
|Forum Senior|
 
Join Date: Jun 2008
Posts: 337
wingchun22 is on a distinguished road
Default

if your not a customer i don't see what your worring about

$200 is not alot of money to pay for a script - i've pay 5x more than this in the past

clipshare has to be keep generlistic to cater for all site types and what you get for your money is value

if you where a customer you whould no what your getting from the clients area, if not , you can't really say alot

adding a paypal addon is quite simple and there are poeple here who could quite easily do it for a small fee

i have tryed many other video shariing scripts and clipsgare is one if not the best currently around, you can go for a free script, but in the end you probably regret not going with something thats a better solution

its not the script itself that counts, it the time work and effort you put into it that will pay you back i the end
wingchun22 is offline   Reply With Quote
Old 07-04-2008, 12:12 PM   #14
maggot
Member
|Forum Newbie|
 
Join Date: Jul 2008
Posts: 5
maggot is on a distinguished road
Default

I contacted customer services about this and they say the following on this matter:-

Yes, you can enable Paid Service form the admin panel and you can setup paid packages for users (you can limit the visitors watching videos time).The system works with PayPal

I too would like to know if anyone has successfully set Paypal payment option on their website.
maggot is offline   Reply With Quote
Old 11-11-2008, 08:04 PM   #15
Supero
Member
|Forum Newbie|
 
Join Date: Nov 2008
Posts: 4
Supero is on a distinguished road
Default payed for service but did not get it

Hy guys,

We have payed for player rebranding and did not get.

Do not trust them.

They will steal your money.
Supero is offline   Reply With Quote
Old 12-30-2008, 12:55 PM   #16
zoom
Member
|Forum Newbie|
 
Join Date: Sep 2007
Posts: 10
zoom is on a distinguished road
Default

It seems this has stumped too many people.... here is a quick fix that worked for me. I am NOT guaranteeing that this will work for everyone and this is NOT the proper way of doing it as it does not incorporate IPN. However, like I said, it does work for me...

in your pmt_success.php file find the section that reads:

if($_GET['is_success']==1)
{
$success = "true";
STemplate::assign('exp_date', date('Y-m-d', strtotime("+$_GET[period]")));
}

replace that with the code below:

if($_GET['is_success']==1)

{

$success = "true";

STemplate::assign('exp_date', date('Y-m-d', strtotime("+$_GET[period]")));

$expired_time = date("Y-m-d H:i:s", strtotime("+$_GET[period]"));
$sql = "update subscriber set pack_id='".$_GET['pack']."', subscribe_time='".date("Y-m-d H:i:s")."', expired_time='".$expired_time."' where UID ='".$_GET['uid']."'" ;

$conn->execute($sql);


$sql = "update signup set account_status = 'Active' where UID='".$_GET['uid']."'";

$conn->execute($sql);

}

Hope it works for you...
zoom is offline   Reply With Quote
Old 12-30-2008, 12:57 PM   #17
zoom
Member
|Forum Newbie|
 
Join Date: Sep 2007
Posts: 10
zoom is on a distinguished road
Default

btw... that was for version 2.5 and 2.6 you might need a slight modification for version 4...
zoom is offline   Reply With Quote
Old 12-30-2008, 05:31 PM   #18
celen
Member
|Forum Newbie|
 
Join Date: Nov 2008
Posts: 18
celen is on a distinguished road
Default

z00m you are REALLY GREAT!!!

i use version 4.1.0 and with a few modification it runs without problems
the main problem with IPN still remains, but it feels so good to have a version running
Code:
$sql  = "INSERT INTO subscriber (UID, pack_id, subscribe_time, expired_time)";
$sql .= " VALUES ('".$userID."', '".$_GET[pack]."', '".date('Y-m-d H:i:s')."', '".$expired_time ."');";

$conn->execute($sql);
celen is offline   Reply With Quote
Old 02-22-2009, 05:47 PM   #19
Julia
Member
|Forum Newbie|
 
Join Date: Feb 2009
Posts: 1
Julia is on a distinguished road
Default Please help with paypal integration

Hi Celen

I've been on the Clipshare forums and read a post you made regarding Paypal integration.

I'm running clipshare 4.0.9 and I cant seem to get it to update payment subscriptions. It works perfectly in allowing the user to sign up and send a payment, but when they login it says: Account expired. Please renew!

I have tried your code but I think I'm doing it wrong:

================================================== =====
require('include/config.php');
require('include/function.php');

if($_GET['is_success']==1)

{

$success = "true";

STemplate::assign('exp_date', date('Y-m-d', strtotime("+$_GET[period]")));

$expired_time = date("Y-m-d H:i:s", strtotime("+$_GET[period]"));
$sql = "update subscriber set pack_id='".$_GET['pack']."', subscribe_time='".date("Y-m-d H:i:s")."', expired_time='".$expired_time."' where UID ='".$_GET['uid']."'" ;

$conn->execute($sql);


$sql = "update signup set account_status = 'Active' where UID='".$_GET['uid']."'";

$conn->execute($sql);
$sql = "INSERT INTO subscriber (UID, pack_id, subscribe_time, expired_time)"; $sql .= " VALUES ('".$userID."', '".$_GET[pack]."', '".date('Y-m-d H:i:s')."', '".$expired_time ."');"; $conn->execute($sql);

}



STemplate::assign('success', $success);
STemplate::assign('err',$err);
STemplate::assign('head_bottom',"blank.tpl");
STemplate::display('head1.tpl');
STemplate::display('err_msg.tpl');
STemplate::display('pmt_success.tpl');
STemplate::display('footer.tpl');
STemplate::gzip_encode();
?>
================================================== ========

Please help if you know what I've done wrong.

Thanks

Julia
Julia is offline   Reply With Quote
Old 04-06-2009, 07:54 PM   #20
nmb1
Member
|Forum Newbie|
 
Join Date: Apr 2009
Posts: 5
nmb1 is on a distinguished road
Default

im running 4.1.5 and i cant get it work either, sign up works, payment taken, subscriber table is populated, but it says account expired when you try to log in
nmb1 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
paypal integration glennh Integrations 9 09-12-2007 03:41 AM
IPN Paypal replacement mentaldave Freelance Services 0 04-27-2007 06:32 PM
used paypal where is it sfcommunity Pre-Sales Questions 2 01-10-2007 10:38 PM



All times are GMT +1. The time now is 04:47 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright © 2006-2008 Envient. All Rights Reserved.

An Envient product.