• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Znote 1.5 Paypal Trouble

Slaying World

Member
Joined
Apr 9, 2009
Messages
212
Reaction score
9
Location
Texas
Okay first of all i already searched the forums, view a couple posts etc. Nothing helped. Well what i got is whenever someone buys points from my donation. The points don't transfer to their account after the purchase was done. I mean, i get the money on my paypal, but they don't receive any points after.

I went ahead and went to github to znotes repository and on his tutorial i saw that he mentioned this step, but i do not know how or where to enable that on my paypal or on my config.php file. I've gone all over the stuff on my paypal account.

1zvsvg6.png
 
Judging from the screenshot I'm assuming you're using Windows and Uniserver on localhost.

cURL that he mentions is a PHP module. The easiest way to see if you have cURL enabled already would be to enter http://localhost/credits.php. If cURL is enabled you will see a list of users with avatars, if you only see text cURL is not enabled.

If you need to enable cURL you have to locate your php.ini file and uncomment (remove the semicolon) the line that looks like this.
Code:
;extension=php_curl.dll
More help: http://stackoverflow.com/questions/1347146/how-to-enable-curl-in-php-xampp
 
Judging from the screenshot I'm assuming you're using Windows and Uniserver on localhost.

cURL that he mentions is a PHP module. The easiest way to see if you have cURL enabled already would be to enter http://localhost/credits.php. If cURL is enabled you will see a list of users with avatars, if you only see text cURL is not enabled.

If you need to enable cURL you have to locate your php.ini file and uncomment (remove the semicolon) the line that looks like this.
Code:
;extension=php_curl.dll
More help: http://stackoverflow.com/questions/1347146/how-to-enable-curl-in-php-xampp
Appreciate your advice, but avatars are showing etc. but yet problem exist
 
Then at least you know cURL is not the problem.

Have you followed all the steps in this tutorial?
http://otland.net/threads/video-tut...ing-ot-server-website-and-shop-system.166818/
Are IPN (Instant Payment Notifications) enabled on your PayPal account? Check the table 'znote_paypal' in your database and see what it has logged.
I've never set up a shop system myself so unfortunately I can't be more helpful than that.
 
Then at least you know cURL is not the problem.

Have you followed all the steps in this tutorial?
http://otland.net/threads/video-tut...ing-ot-server-website-and-shop-system.166818/
Are IPN (Instant Payment Notifications) enabled on your PayPal account? Check the table 'znote_paypal' in your database and see what it has logged.
I've never set up a shop system myself so unfortunately I can't be more helpful than that.

Guessing that was the problem, i forgot to setup the url on my paypal IPN, well i hope thats it, no way of knowing until someone else buys something lol Thank you anyways man!
 
Back
Top