• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Website

lordad

New Member
Joined
May 13, 2008
Messages
61
Reaction score
1
Hello, am using GesiorACC my problem is the server online and people can create account and join the character and everything is fine but the website showing that the server offline how can i solve that ? check it on helltibia.ddns.net
 
PHP:
<?PHP
    if($config['status']['serverStatus_online'] == 1)
        echo ''.$config['status']['serverStatus_players'].' players online.';
    else
        echo 'Server offline';
?>
 
Back
Top