• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Problem with showing online players in gesior

Zakhran

Pace
Joined
May 7, 2012
Messages
252
Reaction score
6
Location
Detroit, Michigan
Hi all, i have a problem with Gesior, never showing the correct number of players online
In the server information it says: Players online: 3/500

And in whoisonline.php subtopic says: Currently 27 players are online on xxx., in the last 2 hours are showing the same 3 players online but the whoisonline.php is being actualized normally, anyone knows how to fix it?

Thanks, rep++
 
this is the afected part:
PHP:
<a href="index.php?subtopic=whoisonline"><b><font color="green">| Players online: </font></b></a>
<?PHP
if($config['status']['serverStatus_online'] == 1)
	echo '<FONT color="green"><b>'.$config['status']['serverStatus_players'].'/'.$config['status']['serverStatus_playersMax'].'</b></FONT>';
else
	echo '<FONT color="red"><b>OFFLINE</b></FONT>';
?>
	</div>

Thanks
 
I have 7171, bcz my server is online now, i fixed it, now the players online pedestal shows the same players online in whoisonline.php but now i have another problem, in htdocs / config / serverstatus, always says serverStatus_players = "3".. and i've noticed if you change that '3' to a '5', the changes maded in pedestal.. but when serverstatus automatic reload, the status returns to '3'.. :/ please help, its urgent!
 
Back
Top