• 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!

[Problem] Gesior Aac Configured Paypal But Wont Add Premium Points After Payment

affe9605

New Member
Joined
Nov 12, 2011
Messages
5
Reaction score
0
Hello OTland.

Ive Installed Gesior Aac And enabled Shop And Configured My Paypal Settings Using This Guide
https://otland.net/threads/gesior2012-items-shop-installation-administration.170654/

So now i tried donating and it works so i get my Money on my paypal account but then i return to my server site but there is no premium Points in my account.

I've Done Everything it tells me to do in the tutorial + tried to search for the problem on the forum but i cant find an answer, So i hope that maybe one of you fellow forum members could help me?

Kind Regards Affe9605
 
Hello Goku97. Thanks for the fast reply, Yes ive done that this is my paypal/config file.

$paypal_report_url = 'http://127.0.0.1/paypal_report.php';
$paypal_return_url = 'http://127.0.0.1/?subtopic=shopsystem';
$paypal_image = 'https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif';
$paypal_payment_type = '_xclick'; // '_xclick' (Buy Now) or '_donations'
$paypals[0]['mail'] = '[email protected]'; // your paypal login
$paypals[0]['name'] = '100 premium points on server anderion.net for 0.10 EURO';
$paypals[0]['money_amount'] = '0.10';
$paypals[0]['money_currency'] = 'EUR'; // USD, EUR, more codes: https://cms.paypal.com/us/cgi-bin/?...t_ID=developer/e_howto_api_nvp_currency_codes
$paypals[0]['premium_points'] = 100;

Ive only set it to 127.0.0.1 Because my port forwarding dosent work and im simply just testing Everything out on my Lan until i bought a dedicated server. Can this maybe be the problem that i must use a global ip adress for it to work?

Kind Regards Affe9605
 
Hello Affe9605. I think if you have private ip than it might be a problem but I'm not a 100% sure, I've set it up on dedicated server and it works fine.

I would try setting it up on your ip and see if it works or wait till you get a dedicated server or vps.

Sorry If Im not being too helpful it's my first time trying to help someone on this forum.

Regards Goku97
 
Last edited:
Bump !

Still Dosent work and now have a dedicated server with ports open.

Can somone please help me?

This is my Paypal.lua
<?php
$paypal_report_url = 'http://151.80.230.204/paypal_report.php';
$paypal_return_url = 'http://151.80.230.204/?subtopic=shopsystem';
$paypal_image = 'https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif';
$paypal_payment_type = '_xclick'; // '_xclick' (Buy Now) or '_donations'
$paypals[0]['mail'] = '[email protected]'; // your paypal login
$paypals[0]['name'] = '100 premium points on server http://151.80.230.204/ for 0.01 EURO';
$paypals[0]['money_amount'] = '0.10';
$paypals[0]['money_currency'] = 'EUR'; // USD, EUR, more codes: https://cms.paypal.com/us/cgi-bin/?...t_ID=developer/e_howto_api_nvp_currency_codes
$paypals[0]['premium_points'] = 100;

Kind Regards Affe9605
 
Back
Top