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

Lua Server online But site shows offline.

In ur config-and-functions.php

Search this line

PHP:
$sock = @fsockopen("localhost", $config['server']['statusPort'], $errno, $errstr, 1);
and change for
PHP:
$sock = @fsockopen("127.0.0.1", $config['server']['statusPort'], $errno, $errstr, 1);
 

Similar threads

B
Replies
2
Views
666
Bjorn Laltarith
B
Back
Top