View file web/foot.php

File size: 919B
</td></tr>

</table>

</body></html>



<?

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



$page_size = ob_get_length(); 
ob_end_flush(); 
if(!isset($_SESSION['traf'])) 
	$_SESSION['traf'] = 0; 
	$_SESSION['traf'] += $page_size; 
?>

<table class="foot" cellspacing="0" cellpadding="0">
<tr>
<td>
<?
echo "На сайте: <a href='/online.php'>".mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `date_last` > ".(time()-600).""), 0)."</a> & \n";
echo "<a href='/online_g.php'>".mysql_result(mysql_query("SELECT COUNT(*) FROM `guests` WHERE `date_last` > ".(time()-600)." AND `pereh` > '0'"), 0)."</a> \n";
echo " | <a href='/?t=wap'>Версия для мобильника</a>";
?>
</td>
<td align="right">
</td>
</tr>
</table>

<?



echo '<div class="page_gen">';
echo '<b>Генерация страницы: '.round(($sec + $msec) - $conf['headtime'], 3).'сек<br />'; 
echo '</div>';
exit;

?>