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

Размер файла: 1.62Kb
<?php
##############################
##	     WAP-ENGINE 	    ##
##############################
##						    ##
## Автор : CHUMA			##
## e-mail : [email protected]		##
## WAP : http://wapeng.info ##
## ICQ : 13-14-11			##
##                        	##
##############################
##  ВЫ НЕ ИМЕЕТЕ ПРАВО      ##
##  ИЗМЕНЯТЬ КОД СКРИПТА    ##
##  ДЛЯ ДАЛЬНЕЙШЕГО         ##
##  РАСПРОСТРАНЕНИЯ         ##
##############################
if ($glav!=1)
  {
   echo"<br /><a href=\"$home/index.php\">Главная</a>";
  }
  
echo"<div class=c>";
?>
<?php
if($counter=="1")
  {
    include("modules/counter/counter.php");
  }
?>
<?php
echo'<br /><a href="'.$home.'">'.$copyright.'</a>
     </div>';
echo'<div align="center">';
echo"<a href=http://hrenadelov.net.ru>hrenadelov.net.ru</a><br />";
//Показываем генерацию
if($generacia=="1")
  {
    include"templates/generacia.php";
    include"../templates/generacia.php";
    include"../../templates/generacia.php";
    echo'<br />';
  }
  
if ($gzip=="1")
  {
    echo'<font color=green>gzip - on</font>';
    $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);
    echo '<br />Cжатие: '.$gzib_pro.'%';
  }
if ($gzip=="0")
  {
    echo'<font color=red>gzip - off</font>';
  }
  ##################
if ($frm=="1")
  {
  require_once "../templates/counter_forum.php";
  }
  ##################
echo'</div>';
echo'</body></html>';
?>