If you are referring to tfs status try the chmod you had on tfs before.Ok chmod for /www 755 but server status on site is offline why?
Previously server status working fine.
I did not change chmod for tfs directory. I change only for /www and status is offline. But when I change to 777 then status working good.If you are referring to tfs status try the chmod you had on tfs before.
<div id="PlayersOnline" onClick="window.location='<?PHP echo $whoisonlineworld; ?>'">
<?PHP
if($config['status']['serverStatus_online'] == 1)
echo $config['status']['serverStatus_players'].'<br />Players Online';
else
echo '<font color="red"><b>Server<br />OFFLINE</b></font>';
?></div>