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

Размер файла: 1.11Kb
<?
#-----------------------------------------------------#
#     ============ЗАГРУЗ-ЦЕНТР=============           #
#             	 Автор  :  Sea                   	  #
#               E-mail  :  [email protected]              #
#                  ICQ  :  355152215                   #
#   Вы не имеете права распространять данный скрипт.  #
#   		По всем вопросам пишите в ICQ.            #
#-----------------------------------------------------#
/*$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);     */
list($msec,$sec)=explode(chr(32),microtime());
echo "".round(($sec+$msec)-$HeadTime,4)."с.<br>";
//echo 'Сжатие: '.$gzib_pro.'%<br>';
echo "</body>\n</html>";
//ob_end_flush();
?>