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

Dynamic status by Paxton.

Paxton i have idea, can you rewrite script to show uptime like this script?
 
How i make it work with this?
if($config['status']['serverStatus_online'] == 1){
echo 'Players On-Line:<br>
<a href="index.php?subtopic=whoisonline&world=0" title="Players ON-line"><b>'.$config['status']['serverStatus_players'].'/'.$config['status']['serverStatus_playersMax'].'</b></a>
<br>UpTime:<br>
<b>'.$config['status']['serverStatus_uptime'].'</b><br>';
}else{
echo '<font color="red">Server is OFFline</font>';
}
 
I get this error
Object not found!

The requested URL was not found on this server. Link on the previous page appears to be incorrect or outdated. Please inform the author of the page about the error.

If you think this is due to a server error, please contact the Webmaster.

Error 404

WEBADDRES HERE!
10/30/09 17:21:11
Apache/2.2.9 (Win32) DAV / 2 mod_ssl/2.2.9 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.6
 
Back
Top