Файл: inc/n_wap.php
Строк: 83
<?
require "rek_end.php";
####
//echo' <div class="rek_end"><b><a href="http://2xt.ru">Мобильные знакомства</a></b></div>';
echo '</div><div class="end">';
if ($index_str !== 1) {
echo '<a href="'.$home.'">Главная</a> | ';}
//echo '<a href="'.$home.'/style.php?mod=web">WEB</a> | WAP<br/>';
//echo'
//<b><a href="http://muwap.ru"><font color="red">MP3 Поиск на MuWap.Ru</font></a></b><br/>
//<b><a href="http://rafb.zipf.ru"><font color="yellow">Еще один блог или что-то вроде...</font></a></b><br/>
//';
//muwap 26/8
//rafb 5/9
####Gzip####
$Contents = ob_get_contents();
$gzib_file = strlen($Contents);
$gzib_file_out = strlen(gzcompress($Contents, 9));
$gzib_pro = round(100 - (100 / ($gzib_file / $gzib_file_out)), 1);
$time2 = microtime();
$mtime = round(abs($time2 - $time1),4);
####
echo '© '.html($setup['title']).'<br/>
</div><div class="center">';
####
$req = mysql_query("SELECT * FROM `banners` WHERE `active` = '1' AND `version` = '1' ORDER BY `mesto` ASC");
if (mysql_num_rows($req) > 0)
{
while
($res = mysql_fetch_array($req))
{
$reklama = stripcslashes($res['link']);
if (($res['day'] != 0 && $realtime >= ($res['time'] + $res['day'] * 3600 * 24)))
{mysql_query("UPDATE `reklama` SET `active` = '2' WHERE `id` = '" . num($res['id']) . "'");}
echo $reklama;
}
}
####
echo '<!-- Yandex.Metrika informer -->
<a href="http://metrika.yandex.ru/stat/?id=15011122&from=informer"
target="_blank" rel="nofollow"><img src="//bs.yandex.ru/informer/15011122/1_0_205173FF_003153FF_1_uniques"
style="width:80px; height:15px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (уникальные посетители)" /></a>
<!-- /Yandex.Metrika informer -->
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter15011122 = new Ya.Metrika({id:15011122, enableAll: true, webvisor:true});
} catch(e) {}
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/15011122" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->';
echo '</div>';
echo '</body></html>';
//<span class="small">
//<a href="'.$home.'/online.php">Online: </a>'.online().' | Gzip: '.$gzib_pro.'% | Gen: '.$mtime.' с.
//</span>
?>