Teddy
SweStream.se
i just added
http://otland.net/f451/how-not-count-x-logged-players-81370/
and i have modern acc .. so i wonder if i can get it to work with modern..? all the other scripts are for geisor..
part of index right now just count not X logged player.
part of layout script this only count not AFK players
http://otland.net/f451/how-not-count-x-logged-players-81370/
and i have modern acc .. so i wonder if i can get it to work with modern..? all the other scripts are for geisor..
part of index right now just count not X logged player.
part of layout script this only count not AFK players
Code:
<div class="vt_panel_module">
<div class="header">Server Status</div>
{foreach from=$worlds key=id item=world}
<div>
<b>World:</b> {$world} <br />
<b>Status:</b>
{if $serverOnline[$id]}
<span style="color: green;font-weight: bold;">Online</span><br />
<b>Uptime:</b> {$serverUptime[$id]} <br />
<b>Players:</b> {$serverPlayers[$id]}/{$serverMax[$id]}<br /><br />
{else}
<span style="color: red;font-weight: bold;">Offline</span>
{/if}
</div>
{/foreach}
</div>
</div>
</div>
</div>
</div>
Last edited: