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

Shop System Gesior help

GOD lolsito

New Member
Joined
Aug 16, 2010
Messages
78
Reaction score
1
I downloaded gesior 2012, i want to put paypal system..

¿How the players automatical will get the points ??

how i can add my own paypal button ??

how to edit the number of points by a donation ?


Thanks ;)

and i want to delete the other pre-enabled payment services how i can do it ?

i need to delete dotpay.. and zaypay

thanks ;)
 
To disable both systems daopay and zaypay, open buypoints.php and put those values:

Code:
$config['zaypay_active'] = false; #active zaypay system?
Code:
$config['dotpay_active'] = false; #active dotpay system?

To make PayPal system work, just configure /paypal/paypal.htm and /paypal/ipn/ipn.php, there you can edit the values, how much points, cost, etc.
 
Back
Top