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

Windows Website Status dosen't work

If you are using The Forgotten Server - Version 0.2.4 (Mystic Spirit) and TFSCMS open your confing.lua in TFS search for:
Lua:
statusTimeout = 1
Change it to
Lua:
statusTimeout = 0
It will work, maybe it's the same with Gesior AAC too...
 
could be an error from the config-and-functions.php I had troubles with line 355, if your running the server locally try changing it to this:
PHP:
 	$sock = @fsockopen("127.0.0.1", "7171", $errno, $errstr, 1);

hope that helps
 
Back
Top