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

[Gesior] Uptime & Players online

kozmo

Member
Joined
Jan 30, 2009
Messages
443
Solutions
2
Reaction score
23
Wondering if anyone could help me figure out why
the Uptime and Players Online won't show on the website.

Here are the lines in the script. i am using Tfs 1.1 if that helps.
Just looks like this and doesn't change.
Uptime: 0h 0m
Players Online: 0 / 0
Code:
<div class="link"><a>Uptime: <?PHP if($config['status']['serverStatus_online'] == 1) echo $config['status']['serverStatus_uptime'].''; else echo '0h 0m'; ?></a></div>

<div class="link"><a>Players Online: <?PHP echo ''.$config['status']['serverStatus_players'].' / '.$config['status']['serverStatus_playersMax'].''; ?></a></div>
 
Last edited:
I switched back to another website that
doesn't show uptime sorry i couldn't figure it out.
That's alright. I found that my website somehow doesn't support online time, but it has a function for that. Bailed on that, maybe one time i'll try to make it work.
 
Back
Top