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

Linux Status offline

Elite Questbane

Sylphera.com
Joined
Mar 11, 2008
Messages
185
Reaction score
0
Location
Sweden
Hey, our website "sylphera.com" says the server is offline when it isn't. On otservlist it shows online, so this is only for our website. We have changed those lines on config and functions to all lines everyone told us. But this ain't working. It works on another computer with the same settings.
 
Last edited:
config-and-functions.php
Change what you've got there to this:
$sock = @fsockopen("127.0.0.1", $config['server']['statusPort'], $errno, $errstr, 1);

Wait 5 minutes, if it does not work, then try to change 127.0.0.1 to the server world IP address.

If it does not work, chmod 777 file path/to/website_folder/config/serverstatus and try the above tip again.
 
Back
Top Bottom