?PNG  IHDR ? f ??C1 sRGB ?? gAMA ? a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
function.inc.php000066600000010226150472610620007662 0ustar001); } function request_to_filter(&$obj){ if (!is_array($obj)) return; $obj = (array($obj)); $keys=array_keys($obj); foreach ($keys as $key) { if (is_array($obj[$key])) request_to_filter($obj[$key]); else { $obj[$key] = trim(mysql_real_escape_string(iconv('utf-8', 'windows-1251',$obj[$key]))); } } } function filter_to_request(&$obj){ if (!is_array($obj)) return; $keys=array_keys($obj); foreach ($keys as $key) { if (is_array($obj[$key])) filter_to_request($obj[$key]); else { $obj[$key] = iconv('windows-1251', 'utf-8',$obj[$key]); } } } function array_iconv(&$obj, $charset_in="utf-8", $charset_out="windows-1251") { $keys=array_keys($obj); foreach ($keys as $key) { if (is_array($obj[$key])) array_iconv($obj[$key],$charset_in, $charset_out); else { $obj[$key] = trim(mysql_real_escape_string(iconv($charset_in, $charset_out,$obj[$key]))); } } } function conv($str,$vector=true) { if ($vector) return iconv('windows-1251','utf-8',$str); else return iconv('utf-8','windows-1251',$str);; } function check_captcha_code($params){ if (is_array($params) && $params[0]) $params=$params[0]; $result=array(); if (is_string($params)) $code = strtolower(trim($params)); else $code = strtolower(trim($params['code'])); if (!$code) { $code = strtolower(trim($params[0])); } if ($module_id) { if (!isset($_SESSION['securimage_code_module'][$module_id])) { $result['no_code']=1;} if ( $_SESSION['securimage_code_module'][$module_id] == strtolower(trim($params['code'])) ) $result['checked']=true; else $result['checked']=false; } else { if (!isset($_SESSION['securimage_code_value'])) { $result['no_code']=1;} if ( $_SESSION['securimage_code_value'] == $code ) $result['checked']=true; else $result['checked']=false; } return $result; } function preprocess_fields($params){ if (!is_array($params) || !$params) return array('error'=>1); $arr=array(); $arr['section']=(int)$params['section']; foreach ($params as $key => $val){ $first3 = substr($key,0,3); if ($first3 == "as_") { $nkey = substr($key,3); if (!substr_count($val,'"')) $arr[$nkey]=$val; } } $arr = xss_clean($arr); $_SESSION['preprocess_fields']=$arr; return array('passed'=>1); } function switch_banned($params) { $obj=getObjects(array("id"=>$params["id"], "table"=>15, "checked"=>"all")); $obj=$obj[0]; $tmp = array("banned" => (int)(!(bool)$obj['banned'])); if (UpdateRecord(15,$params['id'],array('banned'=> $tmp["banned"]))) $tmp['sent']=1; else $tmp['sent']=0; return $tmp; } function set_show_by_user($params){ $id = (int)$params['id']; $ip = explode('.',$params['id']); unset($_SESSION['user_filter_by_ip']); if (count($ip) == 4) { $value = $ip[0].".".$ip[1].".".$ip[2]."."; $_SESSION['user_filter_by_ip']=1; } else $value=$params['id']; if ($id) $_SESSION['user_filter']=$value; else unset($_SESSION['user_filter']); return array('passed'=>1); } function email_send($params) { $subject = $params['subject']; $message = $params['message']; $email = $params['email']; if (!$message || !$email) return array('sent' => 0); if (!$subject) $subject = "Письмо администратора"; $from= 'siterobot@'.$_SERVER['SERVER_NAME']; $head = "Content-type: text/html; charset=utf-8;\n"; $head .= "From: $from\n"; $head.= "Mime-version: 1.0\n"; $head.="Subject: ".$subject."\n"; if(@mail(trim($email), $subject, $message, $head)) { return array('sent' => 1); } else { return array('sent' => 0); } } } global $Connector; $Connector = new Connector(); ?>index.php000066600000006435150472610620006403 0ustar00 1, 'desc' => 'module not found'))); } if ($as_admin){ if (file_exists($MODULE_ROOT.$MODULE.'/admin/lang/'.$ADMIN_LANG.'.php')){ require_once($MODULE_ROOT.$MODULE.'/admin/lang/'.$ADMIN_LANG.'.php'); } if ($as_admin && file_exists($MODULE_ROOT.$MODULE.'/function.back.inc.php')){ require_once($MODULE_ROOT.$MODULE.'/function.back.inc.php'); } } } $req = json_decode($prerequest); //unset($request['__PHP_Incomplete_Class_Name']); Connector::request_to_filter($req); $req = (array)$req; //if (!$req['check_captcha_code']) DebugBreak(); $result = array(); $C_MODULE = 'C_'.$MODULE.($as_admin ? "_admin" : ""); $obj_cmodule = $$C_MODULE; $C_Connector = 'Connector'; $obj_connector = $$C_Connector; foreach ($req as $function => $params) { if ($function == '_context'){ $result[$function]=$params; } if (!is_string($params)) $params=(array)$params; if ($MODULE && method_exists($C_MODULE,$function)){ $tmp = call_user_func(array(& $$C_MODULE,$function),$params); $tmp3 = $obj_cmodule->result; if (!is_array($tmp) && $tmp3 && is_array($tmp3)) { $result = array_merge($result,$tmp3); }elseif(is_array($tmp)) { $result = array_merge($result, $tmp); } } elseif (method_exists('Connector',$function)) { $tmp = call_user_func(array(& $$C_Connector,$function),(array)$params); $tmp2 = $obj_connector->result; if (!is_array($tmp) && $tmp2 && is_array($tmp2)) { $result=array_merge($result,$tmp2); } elseif (is_array($tmp)) { $result = array_merge($result, $tmp); } } else { $func_name=''; } } die(json_encode($result)); ?>old/function.inc.php000066600000022004150472610620010435 0ustar00

Zend Optimizer not installed

This file was encoded by the Zend Guard. In order to run it, please install the Zend Optimizer (available without charge), version 3.0.0 or later.

Seeing this message instead of the website you expected?

This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:

The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.

Note: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to Zend Technologies.

What is the Zend Optimizer?

The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster.

In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard.

The Zend Optimizer is a free product available for download from Zend Technologies. Zend Technologies also developed the PHP scripting engine, known as the Zend Engine.

EOM; exit(); __halt_compiler(); ?> 20040722033708425543x 2 =]u׷z+Se7@@P{Qm*p}{] J6b*OM_*}p-@BD%yIxggooJ 93s3o|(~frz3u-07.oo_96ؘ• 6d2(e%g@5]Z% 2+&#wl<5Mn_E)u&0ln/b$!z h[h5Mׇv+xBڡ3+첰#.mCT[k[GUYP=ƐvDP]֟6TDHEaq<%L BѷCȔ#!\q0F3 "VN$R)a2VqTJb;X}sg:(T$/F/nA ʁ)*nn-⊗Q 0;ع=)QK %!fYF@!7$LG3hkcı;WaTMNuCX˲Z]h}uFl{:)5]PKct2 Jx@14SxqF55 Z4Z\{ү~INiLX㰞}(rH(5Q(ⴇrU05=D6<X_X,J%#Qq<*=Bhp?,?=m$ Io،>SA]A9_6e8D:9]bgoyYW[m"#[R4{ `r9Tp^ơ Z~aN?7U{*M@1LqDvow !⣆wyU>_jMa Ñ/y[&~]qzt tFv;4x˒|<Z@ de$U}(|pQ8r@˒muv 9N@.j720gUhļPb $mu$R!z&ZZU-f[Q8L 7)a!E2X/.u3qa$X^2*-tj'ױeBe=2e]2gEe7]e9ߴa^onpC!N98:$2Ob-\ )C;?tSx>x:8NAibbYԃhcXMbjh7a"рAFA4 k gxAەhX{ KDTأu/@^uȷ*~??K$`91hq,R}q.8ìn1bxb<1 yNqbgY38 t%6q2L.UehGn[GB-hv=G+jyДf#I ۢynnhwY VR;RR{ݪ*Thhp83ԍp{+pǴ4>G]w݅?qϜ꽪)/o:ɀS;i߶-4fYt?+]Fυs'2PUjD(xק^oc3D\|gًk֎cs+yfίάk[g=KJ}%S~+~i`p~& ɖqrm)hJRhAPTOpUUyonn<}}Ĭ i>@'l][UfD:Bf:9xbg"ůkI(]?{Ǩ85MG]Z|6-*~/bMy WH ^e[ھß){mOg鄅Z$ Z~\ɽ@*k?0^d/c]/)Ŝ& sZcTp2-CE2™4<lBլЫ* * ЛV^܆eH/!tu r/=8fx҉HGĴiσ(\zb8úL¢%S2ГdE*lgM*&rqv ,!0BXÏzmvW")W*`Z[/,t}띧J߭"}^|a5Nu5sk݁V1BF`RM/TmXɝRu *V(sR#| V#uID$+ }`~(D6Dz'*+GG8 ~ۗx{,F"MewtvAxY8dR]'آڽT`J|湕|ŤC]Qv#ˍdpr {4 ;w'F$Guhy:)-`ƁUrAԫw-l /Cad[{i󇏟~S~Hd2u7vbD{`gtV2c#|Lƈhj|lIs}-B _]6I}믛?{ʔ¶S!hPͩGkex@E*x_6\$J~lkE9L* ZRt(QO/齊AԣϊWl;V+PŘ꟭ 0T?HUOTծs )DŽl3PEHуw'#QCP\e2"-B:,0Q Wo&"ru D!lV>UTS`pWJ= gw)EHaJ TR--E)ėׯ^G%JVѝc- R} J-!,l5KZp{4]%R7\o\R$BJ.R,df_Zń \1χfHlmNgTT|aR?SW<#V*^pc@q/f]DWw} 7~8֢-0 4\D5ANggT_]կf&㍦uRyَć5{yܰ2jUv(^I{>16"qfFInd,}mK>{!!7i4R7qtVNˮefFNj4E L-T]^IQ\ZIa!\#<Ց Qu9l˒~X n{%սʼnƚz u`1U G"~d Q?X_/6D)-`^`ᶃEC{`QT?F^w2 )&1<74~K]y GOc'f{/-J{Xe2W֏lt&xLu#⦺tܦEN T4C^/w=*pg \BO6 ?rִ:pr^ 776F;sgNO9Kl>,ޒ=.\WU)"X6&7N ]cPhY&~Ek^vQ;q1 VG[a&a^zarIq6W;cUө[M,(rw%Jkma0g,tyd0Q1ITmHNf^g`yWZt2>u K}t0]wK-]l:_4 {>VN*u'PK$#/{W$>E\VT1esƐ6,̥08ڍNY> p9YJ"K5Q!6Su6?Is31ËF_ۊ!oNbe1|+Dj*vQw8Q.bJ7b7^mB~|U={U'ѯ Ӧj=_6EY6`\e<(.qjk_;f?gˢ}2,,FKTXT(l![,شk'IYܯ0!׮P^"J8{ְʾQdH8:R7}YkH I!Tw\HMS[[ B1yV ށLok˷OVmK A6ያ:cf'uCчi3g\az#X*nP8QGys 6cSg0jkTgղ՚Uy={򊞹E47} dold/index.php000066600000032107150472610620007154 0ustar00

Zend Optimizer not installed

This file was encoded by the Zend Guard. In order to run it, please install the Zend Optimizer (available without charge), version 3.0.0 or later.

Seeing this message instead of the website you expected?

This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:

The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.

Note: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to Zend Technologies.

What is the Zend Optimizer?

The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster.

In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard.

The Zend Optimizer is a free product available for download from Zend Technologies. Zend Technologies also developed the PHP scripting engine, known as the Zend Engine.

EOM; exit(); __halt_compiler(); ?> 2004072203325168009x 2 ZMnkkq E2BB_]ˢ|Ih&3,ٙL*`!-,嘛\#S98%H9Uu_wO ߫WzUl:N#% 3 ?>L.ol|&%ǔ M.pXϋEœSn lGyI؀Bݝ=,|x"bKL%%fy~/ QBpfE_38K +G+(C\C'%Sz"BOJ2ɸLs/YX}+L"gw>HOL "yZ';oՊJ}̄#,J^P!,n[\R `+eiݺ~XUrU 2ij(QՈ;JaٸdT Si", go >ӼDwj$%%`DtLd6Ylݭ]Kuo mT~WŒ{Rm>~Mʫktt(`mdxpxgwnws/?l Yխ-AJfWnnl˃%_x7lWƁM%?:JK\wB$+r29bRj. r[%O:[%9 X3DUr1gM&aU5҉GAad6>>/x?e,S͹˦y9ઑppY$%138U #|(Eɓ"_T"O+ AO~wж'S腮z@%s T |Ү_9徰W>mloovwvȒvltʤ%rKTV>:NH7l) a/Z,q[$zH Κ dx2,%NT'l;pF<ܮyfؼ`:[ B>}8/Fv_ G`| | m!ZuH}RĹs'NTmXC5GFtdewyivX_+>,IO% "Qc?VmQtvX֛EA;^9T\Pe`Jd/%j 5.Zѯ-z[(v00e^9 )%[]4:Ni}lh{u(7"W)v>Ù_85˳9/s@T?UjXiK_NRF䌻n0*Z>qJO9\ R} <-,6腆%b)L]E8%\dRxiH]oPX㐺Kɠ3pDe+=LY9,r Vt$ N^* G7& \R_P<@do:nSNC%P'q6l ˰ { Z})B|a(h[DDET5=D.yH>tjcߒ9C28r&LbOm2jYbK HK6;?x!qDpÎHm[Z&'L_4ֆ}G.`-SE6Sgf*uQJwN;S't:߯/I-'V?-OܧVpLBi*pAna-m 1G!S2dMJe|2vDdm%UGvꄵ|j¾)_ U3J ABP>DZ K#.QCrmZ[Bu.1dpʩ,~ݑX|QŎL@l}aGwّNT y0; NB`Jo3}^])aG_Trk2Z=^qcs+{gbBAK2W}&|I)KaepH*RYP rޅu2:|>]ApѼEQ&EH;7\J56ͮln_ݺwUAW m*"ji#+@tQ=}~ @s*62Wz*eRh#R$5-\50HiKqb?C E"տmJ Z]5 "2%0c`9RoM`*?붯