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

Server Site Problem !

go to otslist.eu, add you otserv, after you add click on you url otserv
for example Dedicated Ot War 8.5 / Ots, Otserv, Open Tibia Server - OtsList.eu
Code:
hxxp://otslist.eu/ots/[B]2837[/B]/dedicated_ot_war_8_5.html
copy and after copy go to you folder from websitet and next htdocs/config/config.php and edit this code for you number:
PHP:
$config['site']['otslist.eu'] = 101;/*<----*/
rep+ please :)
 
go to otslist.eu, add you otserv, after you add click on you url otserv
for example Dedicated Ot War 8.5 / Ots, Otserv, Open Tibia Server - OtsList.eu
Code:
hxxp://otslist.eu/ots/[B]2837[/B]/dedicated_ot_war_8_5.html
copy and after copy go to you folder from websitet and next htdocs/config/config.php and edit this code for you number:
PHP:
$config['site']['otslist.eu'] = 101;/*<----*/
rep+ please :)
He wants to fix 'Server offline' thing -.-

@thread
What version of Gesior AAC are you using?
 
Search for this in config and fucntions.php and add your ip like this:

LUA:
$sock = @fsockopen("YOURIP.COM", $config['server']['statusPort'], $errno, $errstr, 1);

then in layout.php search for that and add 1 instead of 0 wich you prolly have, worked for me.

LUA:
if($config['status']['serverStatus_online'] == 1)

http://larolia.serveirc.com/?subtopic=latestnews it will look like that if it worked

rep++ if it helped
 
go to otslist.eu, add you otserv, after you add click on you url otserv
for example Dedicated Ot War 8.5 / Ots, Otserv, Open Tibia Server - OtsList.eu
Code:
hxxp://otslist.eu/ots/[B]2837[/B]/dedicated_ot_war_8_5.html
copy and after copy go to you folder from websitet and next htdocs/config/config.php and edit this code for you number:
PHP:
$config['site']['otslist.eu'] = 101;/*<----*/
rep+ please :)

this code deosnt exist in config.php and if i have to add that code where in the config shall i add it?
 
Back
Top