Hi there, i have a problem with gesior whoisonline tab,
I want the online button of gesior tibiacom layout to be that it shows ALL players online not just the active ones,
I have gesior 1.0.1 and here is the script in layout.php
I want the online button of gesior tibiacom layout to be that it shows ALL players online not just the active ones,
I have gesior 1.0.1 and here is the script in layout.php
PHP:
<?PHP
if($config['status']['serverStatus_online'] == 1)
echo $config['status']['serverStatus_players'].'<br />Players Online';
else