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

Show OTS status error.

adikus95

New Member
Joined
May 17, 2009
Messages
29
Reaction score
0
Hello.
I have this script:
Code:
&nbsp;&nbsp;&nbsp;<?PHP if($config['status']['serverStatus_online'] == 1) echo '<font color="limegreen"><b>Server Online</b></font>'; else echo '<font color="red"><b>Sever Offline</b></font>'; ?><br />
&nbsp;&nbsp;&nbsp;Uptime: <?PHP if($config['status']['serverStatus_online'] == 1) echo $config['status']['serverStatus_uptime'].''; else echo '0h 0m'; ?><br />
&nbsp;&nbsp;&nbsp;Players Online: <?PHP if($config['status']['serverStatus_online'] == 1) echo $config['status']['serverStatus_players'].''; else echo '0'; ?><br />
&nbsp;&nbsp;&nbsp;<? echo 'IP: '.$config['server']['ip'].'';?>
&nbsp;&nbsp;&nbsp;PORT:</font> 7171'

And it not showing all this functions.
Ots is onlina and it not show when ots online, uptime and players online.

OTS: TFS 0.3.6 pl1
ACC Maker: Gesior 0.3.6


PLZ help me
 
parse xml respond from server by your own like I do on roxyot.pl you can see stats on right side of page.
 
Back
Top