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

Размер файла: 2.89Kb
<?php
echo'</td></tr></table>';
echo'<td width="200" valign=top style="border-left: 1px dotted #999999;">';
echo'<table cellpadding="2" border="0" cellspacing="0" width="70%"><tr><td>';
//---------------------------labā kolonna ------------------------\
echo'<br>';
include_once BASEDIR."local/datamain/dl.dat";
echo'<br>';
include_once BASEDIR."local/datamain/arkada.dat";
echo'<br>';
include_once BASEDIR."local/datamain/info.dat";
echo'<br>';
include_once BASEDIR."local/datamain/dosug.dat";

echo'</td></tr></table></td></tr></table>';
#######################################################################
####                      LEJA                                     ####
#######################################################################
echo'<table cellpadding="0" cellspacing="1" width="100%"  bgcolor="#999999"><tr><td width="100%"></td></tr></table>';//linija augša bildei

echo'<table cellpadding="0" cellspacing="0" width="100%" border="0"><tr><td><img src="'.$infdir.'img/down1.gif" width="491" height="37" border="0" alt="" /></td>';
echo'<td style="background-color:#FAFAFA;" width="100%"><center><a style="color:black" href="http://ags.h2m.ru/">'.$config_copy.'</a></center></td>';
echo'<td><img src="'.$infdir.'img/down2.gif" width="502" height="37" border="0" alt="" /></td></tr></table>';

echo'<table cellpadding="0" cellspacing="1" width="100%"  bgcolor="#999999"><tr><td width="100%"></td></tr></table>';// linija lejā bildei
//-------------------------------

echo '</div><div id="down" align="center">';
echo'<hr>Tava IP adrese:<b> '.$ip.'</b><br>
Tavs pārlūks: <b>'.$brow.'</b><br>
Pašlaik ir <b>'.$currDate.'/'.$currTime2.'</b><br><hr>';
require_once BASEDIR."template/counters.php";
//---------------------
list($msec,$sec)=explode(chr(32),microtime());  
echo'Lapa tika ģenerēta ';
echo round((($sec+$msec)-$HeadTime),4).' sek.<br>'; 
//-------------------------------
if($config_gzip=="1"){
echo'<br><font color="#FF0000">[Gzip ON]</font><br>';
$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 > 0 && $gzib_pro < 100){
echo 'Saspiests: '.$gzib_pro.'%<br>';}}
//---------------------------------
require_once BASEDIR."template/traffic.php";
if($config_rekfoot==1){include_once BASEDIR."local/datamain/reklama_foot.dat";}
if($config_rekhead==1){include_once BASEDIR."local/datamain/reklama_head.dat";}//reklāma
echo '</div>';

echo'<script src="'.$infdir.'js/grade.js"></script>';
echo'<!-- '.$motor_version.' version; WEB by AgS-->';
echo'</body></html>';
ob_end_flush();
exit;
?>