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

Linux Online layout counting (AFK - Active) Gesior

Calon

Experienced Member
Joined
Feb 6, 2009
Messages
1,070
Reaction score
21
hello

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:
excuse me ?
i'm looking for a edit that can count both (AFK - Active players) in my website NOT otservlist
 
Back
Top