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

Cały czas pokazuje server offline kiedy jest online

rege stail

New Member
Joined
Jul 16, 2009
Messages
150
Reaction score
4
Witam używam najnowszego Gesior acc i cały czas mi pokazuje że server jest offline ;/ pomóżcie
Code:
<?PHP
                if ( $config['status']['serverStatus_online'] == 1 )
                {
                    echo '<div class="online"><center><br></div>';
                    echo '<div><strong><center>Players:</strong> '.$config['status']['serverStatus_players'].' /450</div>';

echo '<div><strong><center>Uptime:</strong> '.$config['status']['serverStatus_uptime'].'</div>';

echo '<div><strong><center>Monsters:</strong> '.$config['status']['serverStatus_monsters'].'</div>';
 
Back
Top