?¡ëPNG  IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À? ¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]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
'".$table."' ORDER BY `Priority` "; $res = mysql_query($query); $other_section_objects=array(); while ($t = mysql_fetch_assoc($res)) { $other_section_objects[$t['Object_ID']]=$t; } } preg_match('/(\.html)$/', $_SERVER['REQUEST_URI'], $matches); if ($matches && $table) { $pos1 = strrpos($_SERVER['REQUEST_URI'], '/')+1; $pos2 = strpos($_SERVER['REQUEST_URI'],".html")-$pos1; $keyword = substr($_SERVER['REQUEST_URI'],$pos1,$pos2); $query = "SELECT * FROM `".(LOWER_CASE_TABLES ? "data" : "Data")."".$table."` WHERE (`Keyword`= '".$keyword."') OR (`Data_ID` = '".$keyword."');"; $res = mysql_query($query); $current_record = mysql_fetch_assoc($res); if (!$current_record && $other_section_objects) { foreach ($other_section_objects as $table=>$obj) { $query = "SELECT * FROM `".(LOWER_CASE_TABLES ? "data" : "Data")."".$table."` WHERE `Keyword`= '".$keyword."';"; $res = mysql_query($query); $current_record = mysql_fetch_assoc($res); if ($current_record) break; } } $priority = $current_record['Priority']; $data_id = $current_record['Data_ID']; $current_record = set_fields_to_property_set($current_record,$table); $current_record['_class_ID']=$table; $current_record['Data_ID'] = $data_id; $current_record['Priority'] = $priority; } $lang=$current_site['Site_Lang']; } function InheritSiteEnv ($site) { global $LinkID, $CMS_UPLOAD_PATH, $system_table_fields; $res = mysql_query("SELECT * FROM `".(LOWER_CASE_TABLES ? "site" : "Site")."` WHERE `Site_ID`='".$site."'", $LinkID); $site_env = mysql_fetch_assoc($res); mysql_free_result($res); $site_env = ConvertSystemVars($site_env,"Site"); return $site_env; } function InheritSectionEnv ($section) { global $LinkID; global $system_table_fields, $CMS_UPLOAD_PATH; global $as_section_data, $as_section_level; $query = "SELECT * FROM `".(LOWER_CASE_TABLES ? "section" : "Section")."` WHERE `Section_ID`='".$section."'"; $res = mysql_query($query, $LinkID); $section_env = mysql_fetch_assoc($res); mysql_free_result($res); $section_env = ConvertSystemVars($section_env,"Section"); $as_section_data=array(); $as_section_level = 0; $as_section_data[] = ""; $as_section_data[$as_section_level] = $section_env; $as_section_level++; $parent_section = $section_env["Parent_Section_ID"]; while ($parent_section) { $res = mysql_query("SELECT * FROM `".(LOWER_CASE_TABLES ? "section" : "Section")."` WHERE `Section_ID`='".$parent_section."'", $LinkID); $parent_section_env = mysql_fetch_assoc($res); mysql_free_result($res); $parent_section_env = ConvertSystemVars($parent_section_env,"Section"); if (!$section_env["Template_ID"]) $section_env["Template_ID"] = $parent_section_env["Template_ID"]; if (!$section_env["Read_Access_ID"]) $section_env["Read_Access_ID"] = $parent_section_env["Read_Access_ID"]; if (!$section_env["Write_Access_ID"]) $section_env["Write_Access_ID"] = $parent_section_env["Write_Access_ID"]; if (!$section_env["Edit_Access_ID"]) $section_env["Edit_Access_ID"] = $parent_section_env["Edit_Access_ID"]; if (!$section_env["Subscribe_Access_ID"]) $section_env["Subscribe_Access_ID"] = $parent_section_env["Subscribe_Access_ID"]; if (!$section_env["Moderation_ID"]) $section_env["Moderation_ID"] = $parent_section_env["Moderation_ID"]; $as_section_data[$as_section_level] = $parent_section_env; $section_env = InheritSystemObject_Fields ("Section",$as_section_data[$as_section_level],$section_env); $as_section_level++; $parent_section = $parent_section_env["Parent_Section_ID"]; } $site_env = InheritSiteEnv ($section_env["Site_ID"]); $section_env = InheritSystemObject_Fields ("Site",$site_env,$section_env); if (empty($section_env["Template_ID"])) $section_env["Template_ID"] = $site_env["Template_ID"]; if (empty($section_env["Read_Access_ID"])) $section_env["Read_Access_ID"] = $site_env["Read_Access_ID"]; if (empty($section_env["Write_Access_ID"])) $section_env["Write_Access_ID"] = $site_env["Write_Access_ID"]; if (empty($section_env["Edit_Access_ID"])) $section_env["Edit_Access_ID"] = $site_env["Edit_Access_ID"]; if (empty($section_env["Subscribe_Access_ID"])) $section_env["Subscribe_Access_ID"] = $site_env["Subscribe_Access_ID"]; if (empty($section_env["Moderation_ID"])) $section_env["Moderation_ID"] = $site_env["Moderation_ID"]; $as_section_data[$as_section_level] = $site_env; return $section_env; } function InheritSystemObject_Fields ($system_table_name, $parent_array, $child_array) { global $system_table_fields; for ($i=0;$i'',CONCAT('".$CMS_UPLOAD_PATH.$system_table_fields['Template'][$i][id]."_',Template_ID,RIGHT(SUBSTRING_INDEX(".$system_table_fields['Template'][$i]['name'].",':',1), LOCATE('.',REVERSE(SUBSTRING_INDEX(".$system_table_fields['Template'][$i]['name'].",':',1))))),'') AS ".$system_table_fields['Template'][$i]['name'].","; else $field_string .= $system_table_fields['Template'][$i]['name'].","; } $res = mysql_query("SELECT ".$field_string."`Parent_Template_ID`,`Header`,`Footer`,`System_Config` FROM `".(LOWER_CASE_TABLES ? "template" : "Template")."` WHERE `Template_ID`='".$template."'", $LinkID); $template_env = mysql_fetch_assoc($res); mysql_free_result($res); //DebugBreak(); $parent_template = $template_env["Parent_Template_ID"]; while ($parent_template) { $res = mysql_query("SELECT ".$field_string."`Parent_Template_ID`,`Header`,`Footer`,`System_Config` FROM `".(LOWER_CASE_TABLES ? "template" : "Template")."` WHERE `Template_ID`='".$parent_template."'", $LinkID); $parent_template_env = mysql_fetch_assoc($res); mysql_free_result($res); $parent_template = $template_env["Parent_Template_ID"]; if (!$template_env["Header"]) $template_env["Header"] = $parent_template_env["Header"]; if (!$template_env["Footer"]) $template_env["Footer"] = $parent_template_env["Footer"]; $template_env["Header"] = str_replace ("%Header",$parent_template_env["Header"], $template_env["Header"]); $template_env["Footer"] = str_replace ("%Footer",$parent_template_env["Footer"], $template_env["Footer"]); $template_env["System_Config"] .= $parent_template_env["System_Config"].$template_env["System_Config"]; $template_env = InheritSystemObject_Fields("Template",$parent_template_env,$template_env); $parent_template = $parent_template_env["Parent_Template_ID"]; } for ($i=0;$i