Вход Регистрация
Файл: minichat_by_KoT/minichat_by_KoT/foot.php
Строк: 25
<?php
##########################################
# ~ Разработка отдельных модулей ~~~~~~~ #
# ~ и написание скриптов на php (c)KoT ~ #
# ~ ICQ: 7675072 ~~~~~~~~~~~~~~~~~~~~~~~ #
# ~ Site: 4atlove.ru ~~~~~~~~~~~~~~~~~~~ #
# ~ E-mail: notefree@bk.ru ~~~~~~~~~~~~~ #
##########################################

$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);

if (
$gzib_pro && $gzib_pro 100)
{
echo 
'<br/><small>Cжатие: ' $gzib_pro '% </small><br/>';
}

echo 
'</div></body></html>
      '
.$div2.'
      <a href="'
.$site.'">
      <b>&copy; ' 
$copy '</b></a>'.$div5;
if (isset(
$link)) { mysql_close($link); }
?>
Онлайн: 2
Реклама