07-13-2012, 06:57 PM
Hi guys,
Can you help me ?
I need a automatic script with PaymentWall (Like Destiny,Bunkay,Generic...)
But im a big big big newbie in PHP ><.
Can you give me the script please ?
Thanks !
|
Script PaymentWall
|
|
07-13-2012, 06:57 PM
Hi guys, Can you help me ? I need a automatic script with PaymentWall (Like Destiny,Bunkay,Generic...) But im a big big big newbie in PHP ><. Can you give me the script please ? Thanks !
07-13-2012, 07:20 PM
That should work. (i didnt test it though)
07-13-2012, 07:23 PM
Thx i will test it !
![]()
07-13-2012, 07:30 PM
Dont work :X. "Parse error: parse error in C:\xampp\htdocs\cash.php on line 144" Line 144 & - & + // Function to check if the user exists function CheckUserExist( $uid ) { global $dbs; $query = sprintf (" SELECT count(*) FROM %s.bg_user WHERE user_code = :uid ", $dbs[user_dbase] ); $dbh = $db->prepare( $query ); $dbh->execute( array( :uid => $uid )); $result = $dbh->fetch(); if( $result[0] == 1 ) return true else //Line 144 return false }
07-13-2012, 07:57 PM
Ah, forgot the ; return true; else return false; I updated my previous post with the fix
07-13-2012, 08:10 PM
Thx for the fast answers You have forgot the ; to the line 235 too :p echo Not found user; i have not bugs now, but i have a "IP Unknow" What i need to make ? :$
07-13-2012, 08:49 PM
Its because only paymentwall can access it. Try to run it from the payment wall website at Test pingback
07-14-2012, 12:46 AM
Sticky.. Thankyou Wizatek for your support, will maybe stop ppl buggy me about this xD
07-14-2012, 07:37 PM
Parse error: syntax error, unexpected }, expecting , or ; in C:\xampp\htdocs\donations\pingback.php on line 236 :S how fix this any help me?
07-14-2012, 07:43 PM
expecting , or ; maybee? |
|
« Next Oldest | Next Newest »
|