View file style/themes/default/foot.php

File size: 962B
<?
list($msec, $sec) = explode(chr(32), microtime());

if ($_SERVER['PHP_SELF'] != '/index.php') 
{
?>
	<div class="foot">
	<img src="/style/icons/icon_glavnaya.gif" alt="*" /> <a href="/index.php">На главную</a>
	</div>
<?
}
?>
<div class="copy">
<center>
&copy; <a href="http://kavkaze.ru/plugins/rules/post.php?id=3" style="text-transform: capitalize;"><?=text($_SERVER['HTTP_HOST'])?></a> - 2015г.
</center>
</div>

<div class="foot">
На сайте: 
<a href="/online.php"><?=mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `date_last` > ".(time()-600).""), 0)?></a> &amp; 
<a href="/online_g.php"><?=mysql_result(mysql_query("SELECT COUNT(*) FROM `guests` WHERE `date_last` > ".(time()-600)." AND `pereh` > '0'"), 0)?></a> 



<?
echo ' | <a href="/guest/index.php">Общий чат</a>';
?>







</div>

<div class="rekl">





<?
$page_size = ob_get_length(); 
ob_end_flush(); 

rekl(3);

?>


</div>
</body>
</html>
<?
exit;
?>