Вход Регистрация
Файл: tfoot.php
Строк: 27
<?
$Contents 
ob_get_contents();
$gzib_file strlen($Contents);

if (
$support_deflate)
{
$gzib_file_out strlen(gzdeflate($Contents,9));
}
else
{
if (
$support_gzip)
{
$gzib_file_out strlen(gzencode($Contents,9));
}
else
{
if (
$support_x_gzip)
{
$gzib_file_out strlen(gzcompress($Contents,9));
}
else
{
$gzib_file_out strlen($Contents);
}
}
}

$gzib_pro round(100 - (100/($gzib_file/$gzib_file_out)), 1);


echo 
'<div class = "div">
<a href = "rules.php">Правила</a> |
<a href="/index.php?info=1">О сайте</a> |
<a href="/index.php?rek=1">Реклама</font></a></div>'
;
echo 
'<div class = "menu">';
echo 
'<b>© <a href = "http://lovs.ws">Lovs.ws</a> 2012</b>';
echo
'</div>';
echo 
'</body></html>';
?>
Онлайн: 1
Реклама