View file SPACES/style/themes/spaces/foot.php

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

?>
<div class="copy">
<center>
&copy; <a href="http://lmmix.ru" style="text-transform: capitalize;"><LMmix.RU></a> - 2015г.
</center>
</div>

<div class="foot"><center>
На сайте: 
<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> 
<?
if (!$set['web'])
echo ' | <a href="/?t=web">ПК</a>';
?>
</center></div>

<div class="rekl">
<?
$page_size = ob_get_length(); 
ob_end_flush(); 

rekl(3);
?>
</div>

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