hello
i want to count the afk + active players and be shown in layout because it counts only the active not AFK
REP +
i want to count the afk + active players and be shown in layout because it counts only the active not AFK
PHP:
<center><?PHP
if(count($config['site']['worlds']) > 1)
$whoisonlineworld = '?subtopic=whoisonline';
else
$whoisonlineworld = '?subtopic=whoisonline&world=0';
?>
<b><div id="PlayersOnline" onClick="window.location='<?PHP echo $whoisonlineworld; ?>'"> <b><font color="#1C263C"> <?PHP if($config['status']['serverStatus_online'] == 1) echo $config['status']['serverStatus_players'].'</font> / <font color="red">1337</font>'; else
echo '<font color="red"><b>Server<br />OFFLINE</b></font>'; ?>
</div></center></a></center>
REP +
Last edited: