• 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 Admin system

Hrsha

Member
Joined
May 30, 2010
Messages
450
Reaction score
21
Location
Egypt
Hi otlanders

i want to know
how to active buy points page because its blanked?
and how to active payment method?

other thing how to make new button like ( Wars - VIP Spell) etc

i will rep +
 
Last edited:
Probably some error which makes it blank since there's no activation required.
 
Why do u need "buypoints" page? I had same problem, used brain - guess what, copied the forum.php, renamed it to buypoints.php, rewrited, added some php functions which will redirect to etc paypal points buying
 
solved it by make paypal true xD iam so noob

$config['paypal_active'] = $config['site']['paypal_active'] = true

i got error on zaypay

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\zaypay\includes\database.php on line 4

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\zaypay\includes\database.php on line 6

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\zaypay\includes\database.php:4) in C:\xampp\htdocs\zaypay\pay.php on line 6
Combination of PriceSetting-id and PriceSetting-key is unknown to us, maybe you did't get it right?
 
How to fix


Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\zaypay\includes\database.php:5) in C:\xampp\htdocs\zaypay\pay.php on line 7
You MUST be logged in!
 
Back
Top