• 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 [GesiorAcc] Appear online Players Online, without the number [screen]

Stellow

C++/C#/PHP/LUA
Joined
Oct 23, 2008
Messages
1,113
Reaction score
221
Location
Germany
GitHub
eubrunomiguel
I already did chmod 777 /serverstatus

erro.jpg

My
PHP:
$config['status']['serverStatus_lastCheck'] = time();
$info = chr(6).chr(0).chr(255).chr(255).'info';
$sock = @fsockopen($config['server']['ip'], $config['server']['statusPort'], $errno, $errstr, 1);
if ($sock)
{

Thanks, waiting for help!



Edit:

Now, has 106 players online, but in the otservlist appear only 66? and i tried to save
 
do something like:
PHP:
$pon = $SQL->query("SELECT * FROM players WHERE online = 1")->fetch();
echo 'There are '.count($pon).' players online';
;)

haha just realised the thread is a year old XD
 
Back
Top