kozmo
Member
- Joined
- Jan 30, 2009
- Messages
- 433
- Solutions
- 2
- Reaction score
- 22
Hope i can get this working.
Shows 0 players & Uptime stuck at 0h 2m.
Can anyone help , Thanks.
Website:
Players Online: 0
Server Uptime: 0h 2m
Monsters: 53340 + wrong monster count.
Script:
Shows 0 players & Uptime stuck at 0h 2m.
Can anyone help , Thanks.
Website:
Players Online: 0
Server Uptime: 0h 2m
Monsters: 53340 + wrong monster count.
Script:
Code:
<span class="white">Players Online: </span><a href="?subtopic=whoisonline"><i><?php echo $config['status']['serverStatus_players']; ?></i></a><br/>
<span class="white">Server UpTime: </span><i><?php echo $config['status']['serverStatus_uptime']; ?></i><br/>
<span class="white">Monsters: </span><i><?php echo (int)$config['status']['serverStatus_monsters']; ?></i><br/>
</td>
</tr>
</table>