File size: 767B
<?
list($msec, $sec) = explode(chr(32), microtime());
?>
<div class="copy">
<center>
© <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> &
<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;
?>