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

Black Page Player Banned

Open index.php, and just below <?PHP, put this:

Code:
error_reporting( E_ALL ); 
ini_set( 'display_errors', 1 );
 
ok

if player banned and login in website have this erro

Code:
Notice: Undefined variable: group_id_of_acc_logged in /var/www/config/config.php on line 3 Notice: Undefined index: sqliteDatabase in /var/www/config-and-functions.php on line 30 Warning: fopen(usercounter.dat): failed to open stream: Permission denied in /var/www/config-and-functions.php on line 468 Warning: fgets() expects parameter 1 to be resource, boolean given in /var/www/config-and-functions.php on line 469 Warning: rewind() expects parameter 1 to be resource, boolean given in /var/www/config-and-functions.php on line 471 Warning: fputs() expects parameter 1 to be resource, boolean given in /var/www/config-and-functions.php on line 472 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/config-and-functions.php on line 473 Notice: Undefined index: action in /var/www/index.php on line 17 Notice: Undefined index: account_login in /var/www/index.php on line 39 Notice: Undefined index: password_login in /var/www/index.php on line 40 Notice: Undefined index: account_login in /var/www/accountmanagement.php on line 9 Fatal error: Call to undefined method OTS_Account::getBanTime() in /var/www/accountmanagement.php on line 39

accountmanagement.php
http://pastebin.com/BuXhaKLp
 
Last edited:
Back
Top