Файл: style/foot.php
Строк: 59
<?
// Низ
$pagesize=round((ob_get_length())/1024,1);
if(empty($_SESSION['counton']))
{$_SESSION['counton'] = 0;}
$_SESSION['counton']++;
if (isset($user['id']))
{$db->sql_query ("Update users set alltraf='".($user["alltraf"]+$pagesize)."', lasttraf='".$pagesize."' where id='".$user['id']."'");}
$_home = ($_SERVER['PHP_SELF'] !== '/index.php') ? '<div class="links"> <a href="/index.php?'.$ref.'"><img src="/img/home.png"/> На главную</a></div>' : '';
echo $_home;
?><center><div class="links"><b>
<font color="#555555">[<? echo $pagesize; ?> Кб | <? echo $debag->endTimer(); ?> сек | Перех. <? echo $_SESSION['counton']; ?>]</font></b></div>
<div class="links"><b><font color="#555555">© RADUGA.MOBI 2013 г</font></b></center></div>
<div class="links"><div id="banners"><marquee behavior="scroll" direction="up" height = "20px" scrollamount="1"><center>
<a href="http://masteram.us/top/?285"><img src="http://masteram.us/top/count.php?285,small" alt="TOP.MASTERAM.US"/></a><br>
<a href="http://waplog.net/c.shtml?506049"><img src="http://c.waplog.net/506049.cnt" alt="waplog" /></a><br>
<a href="http://wap.top.wapstart.ru/?s=23232"><img src="http://counter.wapstart.ru/index.php?c=28278;b=1;r=0;s=28278" alt="Каталог сайтов Top.WapStart.ru" title="Каталог сайтов Top.WapStart.ru" /></a> <br>
<a href="http://vetop.su/in.php?id=1061"><img src="http://vetop.su/mini.php?id=1061" alt="vetop" /></a><br>
<a href="http://macrowap.ru/go/938"><img src="http://macrowap.ru/imageOther/938" alt=""/></a><br/>
<a href="http://topiz.ru/?uid=11105"><img src="http://topiz.ru/count.php?uid=11105" alt="TOPIZ.RU"/></a><br/>
<a href="http://fixwap.net/ru/?uid=134635"><img src="http://fixwap.net/ru/count.php?uid=134635" alt="fixwap"/></a><br/>
<a href="http://oztop.ru/go/3748"><img src="http://oztop.ru/imageOther/3748" alt="OZTOP.RU"/></a>
</center></marquee></div></center></div></div></div><?
$query = mysql_query( "select * from `adv` where `in` = '2' order by `id` asc" );
while( FALSE !== ( $fetch = mysql_fetch_array( $query ) ) )
{
if( !empty( $fetch['color'] ) )
{
$font = '<font color="' . $fetch['color'] . '">';
$cfont = '</font>';
}
else
{
$font = '';
$cfont = '';
}
echo '<div class="links"><img src="/img/rekl.png"/> <a href="http://' . $fetch['url'] . '">' . $font . $fetch['name'] . $cfont . '</a><br>';
}
$query = mysql_query( "select * from `adv` where `in` = '3' order by `id` desc" );
while( FALSE !== ( $fetch = mysql_fetch_array( $query ) ) )
{
echo '<a href="http://' . $fetch['url'] . '"><img src="' . $fetch['img'] . '" alt="' . $fetch['name'] . '" /></a></div></div>';
}
?>
</body></html>
<? exit; ob_end_flush(); ?>