View file style/themes/default/foot.php

File size: 1.14Kb
<?
/*--Design by Sergej2015------------------------*/
/*--E-mail: Sergej.Pogrebnoj2015@gmail.com-----*/
/*--ICQ: 676599265----------------------------*/


list($msec, $sec) = explode(chr(32), microtime());

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

rekl(3);
?>
</div>

<table cellspacing="0" cellpadding="0"><tr>

<td class="foot_l">
<center><a href="/online.php">
<img src="/style/themes/<?=$set['set_them']?>/icons/foot/online.png"/>
<span class='aut_count'><?=mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `date_last` > ".(time()-600).""), 0)?></span></a></center>
</td>

<?
if (!$set['web']) echo '<td class="foot_c">© Sergej2015 :: <a href="/?t=web">Полная версия</a></td>';
?>

<td class="foot_r" style="border-left: 1px solid #436e03;">
<center><a href="/online_g.php">
<img src="/style/themes/<?=$set['set_them']?>/icons/foot/online_g.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>
</tr></table>

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