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

Solved [Unnamed ACC Maker] Site are showing the server is offline

drax skylon

o.O DrAx O.o
Joined
Sep 9, 2008
Messages
225
Reaction score
3
Hello!

Well... I'm using the Unnamed Acc Maker by gesior and it's showing my server is offline...

Please...somebody may help me??

Thanks a lot.
 
Last edited:
Try to change the exe file in your server if you use TFS 0.2 (Mystic Spirit) then change it to a newer one (Look at download section.) and let me know if it works.
 
i had the same problem...
it didnt show it altough my server has been online for 5 minutes...than i just saved the server and reloaded the site and than it showed online status Lol
 
Change line 357 in config-and-functions.php from:

Code:
$sock = @fsockopen("127.0.0.1", $config['server']['port'], $errno, $errstr, 1);

to

Code:
$sock = @fsockopen("127.0.0.1", $config['server']['statusPort'], $errno, $errstr, 1);
:thumbup:
 
Back
Top