Файл: style/themes/default/foot.php
Строк: 26
<?
/*--Design by Sergej2015------------------------*/
/*--E-mail: Sergej.Pogrebnoj2015@gmail.com-----*/
list($msec, $sec) = explode(chr(32), microtime());
?><table class="aut" cellspacing="0" cellpadding="0"><tr><?
?>
<td class="aut_02">
<center><a href="/online.php">
<img src="/style/themes/<?=$set['set_them']?>/icons/aut/user.png"/>
<span class='aut_count'><?=mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `date_last` > ".(time()-600).""), 0)?></span></a></center>
</td>
<td class="aut_02">
<center><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'>Sergej2015</span>
</tr></table>
</div>
</body>
</html>
<?
exit;
?>