Hi guys I have a problem with the website..
'when i have 0 people online on my ot it says 0 people online all fine<'
''when 1 person logs in it says 0 people on line ''
'''when the person is active it says there afk.'''
''''when the person xlogs it stays online and says hes afk i think i can edit this one on my server Correct me if im wrong tho!''''
but the rest are in the website i think..
'''''also it still says 0 players online when server is offline'''''
please help reps for everybody .. xD
Thees are some of my scripts on layout that you could need.
if you need anything else let me know..
'when i have 0 people online on my ot it says 0 people online all fine<'
''when 1 person logs in it says 0 people on line ''
'''when the person is active it says there afk.'''
''''when the person xlogs it stays online and says hes afk i think i can edit this one on my server Correct me if im wrong tho!''''
but the rest are in the website i think..
'''''also it still says 0 players online when server is offline'''''
please help reps for everybody .. xD
Thees are some of my scripts on layout that you could need.
<div id="PlayersOnline" onClick="window.location='<?PHP echo $whoisonlineworld; ?>'">
<?PHP
if($config['status']['serverStatus_online'] >= 0)
echo $config['status']['serverStatus_players'].'<br />Players Online';
else
echo '<font color="red"><b>Server<br />OFFLINE</b></font>';
?></div>
</div>
if you need anything else let me know..
Last edited: