Просмотр файла foot.php

Размер файла: 1.32Kb
<?
include "config.php";
print "<br/><div align=\"left\">";
$stat = mysql_query("select `from`, `in`  from `users`;");
while ($klicks = @mysql_fetch_array($stat))
{
	$countin = $countin + $klicks['in'];
	$countout = $countout + $klicks['from'];
}
print "<u>Всего переходов сегодня</u><br/>
В каталог : $countin<br/>
Из каталога : $countout<br/>
";
print "<u>Всего сайтов</u>: ".@mysql_num_rows($stat)."<br/>";
$bans = mysql_query("select `id`  from `users` where `activ`='ban';");
print "<u>Заблокированых</u>: ".@mysql_num_rows($bans)."<br/>";
$activs = mysql_query("select `id`  from `users` where `activ`='yes';");
print "Активных: ".@mysql_num_rows($activs)."<br/>";
include "count/count.php";
list($msec,$sec)=explode(chr(32),microtime()); 
echo "<div class='foot'><BR><p align=center><font face=Verdana size=2>время генерации $lgm3 ".round(($sec+$msec)-$HeadTime,4)." ml.sec.<BR></font>";
print "<a href='http://topx.h2m.ru/click.php?9'><img src='http://topx.h2m.ru/image.php?9,small'alt='' /></a></br><a href=</br><a href='http://master.xwab.ru/top/index.php?cid=542'><img src='http://master.xwab.ru/top/c.php?id=542' alt=''/></a><br/>";
print "</div>";
print "</div><div class=c>";
print "<a href=\"$site\">$copyright</a><br/><br/>";
?>