Вход Регистрация
Файл: header/style_serf.php
Строк: 113
<?php
error_reporting
(0);
$PREFER_DEFLATE=true;
$FORCE_COMPRESSION=false;

function 
head_return_replaced_str($o){
$o=ereg_replace("<:([^:>]*):>","",$o);
$o=str_replace('href=""','href="'.$_SERVER['SCRIPT_NAME'].'"',$o);
$o=str_replace('action=""','action="'.$_SERVER['SCRIPT_NAME'].'"',$o);
$o=str_replace('href="?','href="'.$_SERVER['SCRIPT_NAME'].'?',$o);
$o=str_replace('action="?','action="'.$_SERVER['SCRIPT_NAME'].'?',$o);
$o=str_replace('URL=?','URL='.$_SERVER['SCRIPT_NAME'].'?',$o);
return 
$o;
}

function 
compress_output_gzip($output) {
global 
$_CONF;

If (isset(
$_CONF)){
foreach(
$_CONF as $key=>$value){
$output=formating($key,$value);
}
}

$o=utf_encode($output);
$o=head_return_replaced_str($o);
return 
gzencode($o);}

function 
compress_output_deflate($output) {
global 
$_CONF;

If (isset(
$_CONF)){
foreach(
$_CONF as $key=>$value){
$output=formating($key,$value,$output);
}
}
$o=utf_encode($output);
$o=head_return_replaced_str($o);


return 
gzdeflate($o);}

function 
compress_output_x_gzip($output) {
global 
$_CONF;

If (isset(
$_CONF)){
foreach(
$_CONF as $key=>$value){
$output=formating($key,$value,$output);
}
}
$o=utf_encode($output);
$o=head_return_replaced_str($o);
return 
gzcompress($o);}

function 
standart($output) {
global 
$_CONF;

If (isset(
$_CONF)){
foreach(
$_CONF as $key=>$value){
$output=formating($key,$value,$output);
}
}
$output=utf_encode($output);
$output=head_return_replaced_str($output);


return 
$output;
}

if (isset(
$_SERVER['HTTP_ACCEPT_ENCODING'])) {$AE=$_SERVER['HTTP_ACCEPT_ENCODING'];}
elseif (isset(
$_SERVER['HTTP_TE'])) {$AE=$_SERVER['HTTP_TE'];}
else {
$AE="";}

$support_gzip=(strpos($AE'gzip')!== FALSE)||$FORCE_COMPRESSION;
$support_deflate=(strpos($AE'deflate')!== FALSE)||$FORCE_COMPRESSION;
$support_x_gzip=(strpos($AE'x-gzip')!== FALSE)||$FORCE_COMPRESSION;

if(
$support_gzip && $support_deflate) {$support_deflate=$PREFER_DEFLATE;}

if (
$support_deflate) {header("Content-Encoding: deflate"); ob_start("compress_output_deflate");}
elseif(
$support_gzip) {header("Content-Encoding: gzip"); ob_start("compress_output_gzip");}
elseif(
$support_x_gzip) {header("Content-Encoding: x_gzip"); ob_start("compress_output_x_gzip");}
else {
ob_start("standart");}



ini_set('display_errors''off');
header ("Content-type: text/html; charset=utf-8");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-cache, must-relative");

echo 
'<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>'
;

include 
'connect.inc.php';

print 
"<title>".$_CONF['title']."</title><link rel="stylesheet" href="/includes/klubv.css" type="text/css" /></head><body>";
    
echo 
"<div class='head'>".$_CONF['index_title']."</div>";
include 
'connect.inc.php';
$qy=mysql_query("select* from `cclub_lichka` where (`loginto`='".$_USER['login']."' && `status`='0');");
$ne=mysql_num_rows($qy);
 if (isset(
$_USER)){
if(
$ne!==0)
echo 
'<div class="newsindex"><div class="enter"><img src="/images/privat.gif"></a><a href=/mail.php?mode=vhod><font color="#cc0000"><b> Почта ('.$ne.')</b></font></a></div></div>';
   }
   if (isset(
$_USER)){
  {
    
$g=mysql_result(mysql_query('SELECT COUNT(*) FROM `'.prefix.'url` LEFT JOIN `'.prefix.'clicks` ON `'.prefix.'clicks`.`who`=''.$_USER['id'].'' AND `'.prefix.'clicks`.`to`=`'.prefix.'url`.`id` WHERE `'.prefix.'url`.`id_user`!=''.$_USER['id'].'' AND `'.prefix.'url`.`activ`='0' AND `'.prefix.'url`.`moder`='0' AND `'.prefix.'clicks`.`to` IS NULL;'),0);
   If (
$g == 0) {}
   else { 
$ssilk '';
   }
   }

   echo
'</div>';    }

//
$num=count($_GET); $num+=count($_POST);
If (
$num>maxnumrequest){
echo 
'<wml><card id="card0" title="<:title:>">
<p align="center"><u>HTTP  ! (Too much parametres)</u></p>'
;
include 
"header/end.inc.php";
}else{
If (isset(
$_GET))
foreach (
$_GET as $value)
if (
strlen($value)>maxlengthrequest){
echo 
'<wml><card id="card0" title="<:title:>">
<p align="center"><u>HTTP  ! (Very much lenght of GET parametres)</u></p>'
;
include 
"header/end.inc.php";
}

If (isset(
$_POST))
foreach (
$_POST as $value)
if (
strlen($value)>maxlengthrequest){
echo 
'<wml><card id="card0" title="<:title:>">
<p align="center"><u>HTTP  ! (Very much lenght of POST parametres)</u></p>'
;
include 
"header/end.inc.php";
}
//
If (isset($_GET))
foreach (
$_GET as $key=>$value$_GET[$key]=txt($_GET[$key]);
If (isset(
$_POST))
foreach (
$_POST as $key=>$value$_POST[$key]=txt($_POST[$key]);
}

?>
Онлайн: 1
Реклама