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

Help with donation on website

You have to give some more information. I assume you are using Gesior and then you have to add this to your buypoints.php

Code:
    if($config['paypal_active'])
        $main_content .= '<br /><br /><a href="?subtopic=buypoints&system=paypal"><h2>Donate via Paypal</h2></a><h3>Donate via Paypal to get points.</h3>';
 
in the top of buypoints.lua it stands
XML:
$config['paypal_active'] = false; #active paypal system?
change it to
XML:
$config['paypal_active'] = true; #active paypal system?
 
Back
Top