Просмотр файла css/red/foot.php

Размер файла: 861B
<?php
//  СОВЕТУЮ НЕ МЕНЯТЬ ЗДЕСЬ КОД

$maindir=$_SERVER['DOCUMENT_ROOT'];
$file=glob("$maindir/forum/data/online/*.log");
$file_count=count($file);

echo'<div class="bgr"><a href="http://'.$_SERVER['HTTP_HOST'].'">Главная</a></div>';
echo'<div class=agr2><a href="http://'.$_SERVER['HTTP_HOST'].'/forum/on/online.php?'.SID.'"><font color="white">Online: '.$file_count.'</FoNt></a><bR><br></div></div>';

$HeadTime = time();
list($msec,$sec)=explode(chr(32),microtime());
echo round((($sec+$msec)-$HeadTime),3).' сек.<center>';

echo'<!-- ProfiSmart TOP --><a href="http://top.profismart.ru/in.php?id=429"><img src="http://top.profismart.ru/counter.php?id=429" alt="ProfiSmart TOP" border="0" width="88" height="31" /></a><!-- /ProfiSmart TOP -->';

echo'</center></body></html>';
ob_end_flush();
exit;

?>