File size: 1.5Kb
<?
list($msec, $sec) = explode(chr(32), microtime());
if ($_SERVER['PHP_SELF'] != '/index.php')
{
?><table class="aut" cellspacing="0" cellpadding="0"><tr>
<td class="aut_02"><a href="/"><img src="/style/themes/<?=$set['set_them']?>/icons/aut/home.png"/></a></td>
<td class="aut_02">
<a href="/online.php">
<img src="/style/themes/<?=$set['set_them']?>/icons/aut/user.png"/></span>
<span class='aut_count'><?=mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `date_last` > ".(time()-600).""), 0)?></span></a>
</td>
<td class="aut_02">
<a href="/online_g.php">
<img src="/style/themes/<?=$set['set_them']?>/icons/aut/frends.png"/>
<span class='aut_count'><?=mysql_result(mysql_query("SELECT COUNT(*) FROM `guests` WHERE `date_last` > ".(time()-600)." AND `pereh` > '0'"), 0)?></span></a></center>
</td>
<td class="aut_03">
<span class='title'>© <font color='red'>LO</font>GO<font color='yellow'>.Ru</font></span></td>
</tr></table>
</div>
<?
}else{
?>
<table style="width:100%;" cellspacing="0" cellpadding="0"><tr>
<td class="footer_PC"><a href="/plugins/rules">О сайте</a></td>
<td class="footer_PC">
<a href="/rules.php"> Правила</a></td>
<td class="footer_PC">
<a href="/id1"> Помошь</a></td>
</tr></table>
</div><?
}?>
<div class="rekl">
<?
$page_size = ob_get_length();
ob_end_flush();
rekl(3);
?>
</div>
<br />
<center>
PGen: <?=round(($sec + $msec) - $conf['headtime'], 3)?>сек
</center>
</body>
</html><?
exit;
?>