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

offline when online

No i think maybe sude reinstall it did work for me and like 1 month later it buged agien >.< i use paxton 1.0 (rly nice)
 
in ...\htdocs\config-and-functions.lua
change Line 355:

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

for this:

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

^_^
 
Back
Top