?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
PK I)[*7 search/index.phpnu W+A
$action = "search";
@include_once("../../cms.conf");
require_once $INCLUDE_FOLDER."index.php";
require_once $INCLUDE_FOLDER."files.inc.php";
eval("echo \"$template_header\";");
if ($searchTemplate) {
eval("echo \"".$searchTemplate."\";");
} else {
require_once $ROOT_FOLDER."action/edit/fields.php";
if ($srchFrm=showSearchForm($fldName, $fldType, $fldDoSearch, $fldFmt)) {
echo "
Информация будет опубликована после проверки админиcтратором.
Ошибка добавления объекта.
".($error_msg ? "".$error_msg."
" : "").">
";
$file_name = "as_".$fld[$i]."_name";
$file_name = $$file_name;
echo "
";
//echo "";
//echo "";
if ($fldValue[$i] && $action=="change" && $message) {
eval("if (\$as_".$fld[$i]."_old) \$fldValue[\$i] = \$as_".$fld[$i]."_old;");
list($filename,$origfilename,$filetype,$filesize,$filewidth,$fileheight) = split(":",$fldValue[$i]);
echo "
"._LANG_UPLOADED.": ".$origfilename." (".($filewidth?$filewidth."x".$fileheight.", ":"").$filesize." "._LANG_BYTES.")";
if (!$fldNotNull[$i]) echo " ";
}
echo "
\n"; echo " -- ::"; echo "
\n"; echo "=_LANG_ERROR_LIST_SQL?>: =mysql_error?>
else: ?> endif?>=_LANG_FIELD_NOT_IMPLEMENTED?>Тип поля не реализован
"._LANG_RECORD_CONFIRM_DELETE." #".$message."
"; echo ""._LANG_RECORD_DELETE." | ".$goBack; echo ""._LANG_TEMPLATE_RECORD_CONFIRM_DELETE." #".$object."
"; echo ""._LANG_RECORDS_DELETE." | "; eval("echo \"$template_footer\";"); } elseif ($delete && !empty($submit)) { if ($modRights) { mysql_query("DELETE FROM `".(LOWER_CASE_TABLES ? "data" : "Data")."".$classID."` WHERE `Section_ID`=".$section." AND `Section_Object_ID`='".$object."'", $LinkID); header('Location: ' . $CMS_ADMIN_PATH . '?site='.$site.'§ion='.$section.'&object='.$object.'&noframe=1'); } else { mysql_query("DELETE FROM `".(LOWER_CASE_TABLES ? "data" : "Data")."".$classID."` WHERE `Section_ID`=".$section." AND `Section_Object_ID`='".$object."' AND `User_ID`='".$AUTH_USER_ID."'", $LinkID); if($jact){ echo 'deleted.';exit; } header('Location: ' . $CMS_ADMIN_PATH . '?site='.$site.'§ion='.$section.'&object='.$object.'&noframe=1'); } } } exit; } // check record if (isset($_GET['checked']) && $message && !empty($submit)) { $noRights = false; if (!$modRights) { $res = mysql_query("SELECT `User_ID` FROM `".(LOWER_CASE_TABLES ? "data" : "Data")."".$classID."` WHERE `User_ID`='".$AUTH_USER_ID."' AND `Data_ID`='".$message."'",$LinkID); if (!mysql_num_rows($res)) $noRights = true; else mysql_free_result($res); } if (!$noRights) { $res = mysql_query("UPDATE `".(LOWER_CASE_TABLES ? "data" : "Data")."".$classID."` SET `Checked`=".abs($checked-1)." WHERE `Data_ID`='".$message."'", $LinkID); if($jact){ // ajaxed from CMS echo 'done'; exit; } if (!$CheckActionTemplate) header('Location: ' . $CMS_ADMIN_PATH . '?site='.$site.'§ion='.$section.'&object='.$object.'&noframe=1'); else { eval("echo \"$template_header\";"); echo ""._LANG_AUTH_NO_ACTION."
"; echo $goBack; echo ""._LANG_AUTH_NO_ACTION."
"; echo "MySQL Error : ".mysql_error()."
"; if (DEBUG_MODE) { echo ''.$select.'
'; } } $fldValue = mysql_fetch_row($res); mysql_free_result($res); $res = mysql_query($select, $LinkID); $fldValueVars = mysql_fetch_assoc($res); mysql_free_result($res); extract($fldValueVars, EXTR_PREFIX_ALL, "as"); for ($i=0;$i<$fldCount;$i++) { if ($fldType[$i]==8) { $tmp = $fld[$i]; eval(" \$as_".$tmp."_year = substr(\$as_".$tmp.",0,4); \$as_".$tmp."_month = substr(\$as_".$tmp.",5,2); \$as_".$tmp."_day = substr(\$as_".$tmp.",8,2); \$as_".$tmp."_hours = substr(\$as_".$tmp.",11,2); \$as_".$tmp."_minutes = substr(\$as_".$tmp.",14,2); \$as_".$tmp."_seconds = substr(\$as_".$tmp.",17,2); "); // eval("\$as_".$fld[$i]."_month = substr(\$as_".$fld[$i].",5,2);"); // eval("\$as_".$fld[$i]."_day = substr(\$as_".$fld[$i].",8,2);"); // eval("\$as_".$fld[$i]."_hours = substr(\$as_".$fld[$i].",11,2);"); // eval("\$as_".$fld[$i]."_minutes = substr(\$as_".$fld[$i].",14,2);"); // eval("\$as_".$fld[$i]."_seconds = substr(\$as_".$fld[$i].",17,2);"); } } $res = mysql_query("SELECT `Checked`, `Keyword`, `Priority` FROM ".($user_table_mode?"".(LOWER_CASE_TABLES ? "user" : "User")."":"".(LOWER_CASE_TABLES ? "data" : "Data")."".$classID)." WHERE ".($user_table_mode?"User":"Data")."_ID=".$message, $LinkID); list($as_Checked, $as_Keyword, $as_Priority) = mysql_fetch_row($res); mysql_free_result($res); } if (!$modRights && $as_user_id!=$AUTH_USER_ID) { eval("echo \"$template_header\";"); echo _LANG_NO_RIGHTS."."; eval("echo \"$template_footer\";"); exit; } if ($editTemplate) { eval("echo \"$template_header\";"); eval("echo \"$editTemplate\";"); eval("echo \"$template_footer\";"); } else { eval("echo \"$template_header\";"); echo $warnText; echo ""; eval("echo \"$template_footer\";"); } exit; // save edit record } elseif ($submit == 1) { require_once $ROOT_FOLDER."action/edit/save.php"; $as_Checked += 0; if ($as_admin) { $cond_check = "Checked=".$as_Checked; $cond_keyword = ", Keyword='".$as_Keyword."'"; } else { $cond_check = "Checked=Checked"; $cond_keyword = ""; } if ($user_table_mode) { $update = "UPDATE `".(LOWER_CASE_TABLES ? "user" : "User")."` SET ".$updateString." `Checked`=Checked ".$cond_keyword." WHERE `User_ID`='".$AUTH_USER_ID."'"; } else { $update = "UPDATE `".(LOWER_CASE_TABLES ? "data" : "Data")."".$classID."` SET ".$updateString." ".$cond_check.$cond_keyword.", `LastUser_ID`=".$AUTH_USER_ID.", `LastIP`=\"".$REMOTE_ADDR."\",`LastUserAgent`=\"".$HTTP_USER_AGENT."\" WHERE `Data_ID`='".$message."'".(!$modRights?" AND `User_ID`=".$AUTH_USER_ID:""); // Tag support if(function_exists(updateTags)&&$MODULE_VARS[tags][ENABLE_TAGS]){ $tags = $_POST['Tag']; updateTags($classID,$section,$message,$tags); } } $resMsg = mysql_query($update, $LinkID); $affectedRows = mysql_affected_rows($LinkID); if ($as_admin && !$user_mode) { if ($as_Priority && !$selfMsg) { $res = mysql_query("SELECT `Priority` FROM `".(LOWER_CASE_TABLES ? "data" : "Data")."$classID` WHERE `Data_ID`='".$message."'", $LinkID); list($tmp_priority) = mysql_fetch_row($res); if ($as_Priority != $tmp_priority) { if(mysql_num_rows(mysql_query("SELECT * FROM `".(LOWER_CASE_TABLES ? "data" : "Data")."$classID` WHERE `Priority`='".$as_Priority."'", $LinkID)) > 0) $res = mysql_query("UPDATE `".(LOWER_CASE_TABLES ? "data" : "Data")."$classID` SET `Priority`=Priority+1,`LastSystem_Updated`=LastSystem_Updated WHERE `Priority`>=".$as_Priority." AND Section_ID='".$section."' AND Section_Object_ID='".$object."'", $LinkID); $res = mysql_query("UPDATE `".(LOWER_CASE_TABLES ? "data" : "Data")."$classID` SET `Priority`=".$as_Priority.",`LastSystem_Updated`=LastSystem_Updated WHERE `Data_ID`='".$message."'", $LinkID); } } } if ($resMsg && ($affectedRows || $editActionTemplate_run)) { if ($editActionTemplate) { eval("echo \"$template_header\";"); eval("echo \"".$editActionTemplate."\";"); eval("echo \"$template_footer\";"); } else { if ($submit_type == 1) { Header('Location: ' . $CMS_ADMIN_PATH . '?site='.$site.'§ion='.$section.'&object='.$object.'&noframe=0&curPos='.$curPos .(empty($_REQUEST['returnScroll']) ? '' : '#returnScroll='.$_REQUEST['returnScroll'])); header("Content-Length:0"); exit(); } } } elseif ($submit_type == 1) { Header('Location: ' . $CMS_ADMIN_PATH . '?site='.$site.'§ion='.$section.'&object='.$object.'&noframe=0&curPos='.$curPos .(empty($_REQUEST['returnScroll']) ? '' : '#returnScroll='.$_REQUEST['returnScroll'])); header("Content-Length:0"); exit(); } if (!isset($submit_type)) { Header('Location: '.$goBackLink); header("Content-Length:0"); exit(); } } //eval("echo \"$template_footer\";"); if ($submit_type == 1 || !$resMsg) eval("echo \"$template_footer\";"); //if ($submit_type == 2 && $resMsg) Header('Location: ' . $CMS_ADMIN_PATH . 'action/edit/?site='.$site.'§ion='.$section.'&object='.$object.'&message='.$message); if ($submit_type == 2 && $resMsg) { jsinitpage(); jsclear('status_text'); jsclear('status_text2'); jsprint('status_text', _LANG_SAVED_IN.' '.date("H:i:s")); jsprint('status_text2', _LANG_SAVED_IN.' '.date("H:i:s")); } ?>PK J)[Q m* m* view/index.phpnu W+A $action = "view"; @include_once("../../../cms.conf"); require_once $INCLUDE_FOLDER."index.php"; if ($user_table_mode) { $recordTemplate = $user_table_env["RecordTemplateFull"]; $classSystem_Config = $user_table_env["System_Config"]; $NL2BR = $user_table_env["NL2BR"]; $allowTags = $user_table_env["AllowTags"]; } else { $recordTemplate = $current_object["RecordTemplateFull"]; $classSystem_Config = $current_object["System_Config"]; $record_full_logic = $current_object['RecordFullLogic']; $NL2BR = $current_object["NL2BR"]; $allowTags = $current_object["AllowTags"]; } $ignore_user = true; $message_level_count = 0; $parent_message_tree[$message_level_count] = $message; if (!$user_table_mode) { while ($parent_message_tree[$message_level_count]) { $res = mysql_query("SELECT `Parent_Data_ID` FROM `".(LOWER_CASE_TABLES ? "data" : "Data").$classID."` WHERE `Data_ID`=".$parent_message_tree[$message_level_count],$LinkID); if (mysql_num_rows($res)) { $message_level_count++; list($parent_message_tree[$message_level_count]) = mysql_fetch_row($res); } mysql_free_result($res); } } if ($classSystem_Config) eval($classSystem_Config); $res = mysql_query("SELECT `Object_Field_ID`, `Object_Field_Name`, `TypeOfData_ID`, `Format`".($user_table_mode?", `DoSearch`":"")." FROM `".(LOWER_CASE_TABLES ? "object_field" : "Object_Field")."` WHERE ".($user_table_mode?"`System_ID`=".$systemTableID:"`Object_ID`=".$classID)." ORDER BY `Priority`", $LinkID); $field_count = mysql_num_rows($res); $field_names = ""; $field_vars = ""; $convert2txt = ""; for($i=0; $i<$field_count; $i++) { $field_array = mysql_fetch_assoc($res); $field_name_query = ""; $field_var = ""; $field_name[$i] = $field_array["Object_Field_Name"]; $field_search[$i] = $field_array["DoSearch"]; $field_type[$i] = $field_array["TypeOfData_ID"]; switch ($field_type[$i]) { case 4: { $alistname = "List_".$field_array["Format"]; if (LOWER_CASE_TABLES) $alistname = strtolower($alistname); $joins .= " LEFT JOIN `".$alistname."` AS tbl".$field_array["Object_Field_ID"]." ON a.`".$field_array["Object_Field_Name"]."`=tbl".$field_array["Object_Field_ID"].".".$field_array["Format"]."_ID "; $field_name_query = "tbl".$field_array["Object_Field_ID"].".".$field_array["Format"]."_Name"; $field_name_query .= ", tbl".$field_array["Object_Field_ID"].".".$field_array["Format"]."_ID"; $field_var = "\$as_".$field_array["Object_Field_Name"]; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_id"; } break; case 6: { $field_name_query = "IF(a.".$field_array["Object_Field_Name"]."<>'',CONCAT('".$CMS_UPLOAD_PATH."',SUBSTRING_INDEX(a.".$field_array["Object_Field_Name"].",':',1)),'')"; $field_var = "\$as_".$field_array["Object_Field_Name"]; $field_name_query .= ", SUBSTRING_INDEX(a.".$field_array["Object_Field_Name"].",':',1)"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_name"; $field_name_query .= ", SUBSTRING_INDEX(SUBSTRING_INDEX(a.".$field_array["Object_Field_Name"].",':',3),':',-1)"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_type"; $field_name_query .= ", SUBSTRING_INDEX(SUBSTRING_INDEX(a.".$field_array["Object_Field_Name"].",':',4),':',-1)"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_size"; $field_name_query .= ", SUBSTRING_INDEX(SUBSTRING_INDEX(a.".$field_array["Object_Field_Name"].",':',5),':',-1)"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_width"; $field_name_query .= ", SUBSTRING_INDEX(SUBSTRING_INDEX(a.".$field_array["Object_Field_Name"].",':',6),':',-1)"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_height"; // Processing Reduced Images $fileSystem_Config = explode("|", $field_array["Format"]); for ($j = 0; $j < sizeof($fileSystem_Config); $j++) { $fileSystem_Config[$j] .= ';'; if (strstr($fileSystem_Config[$j],'postfix=')) { $postfix = substr($fileSystem_Config[$j],strpos($fileSystem_Config[$j],'postfix=') + 8); $postfix = substr($postfix,0,strpos($postfix,';')); $field_name_query .= ", IF(a.".$field_array["Object_Field_Name"]."<>'',CONCAT('".$CMS_UPLOAD_PATH."', SUBSTRING_INDEX(SUBSTRING_INDEX(a.".$field_array["Object_Field_Name"].",':',1),'.',1), '".$postfix.".', SUBSTRING_INDEX(SUBSTRING_INDEX(a.".$field_array["Object_Field_Name"].",':',1),'.',-1) ),'')"; $field_var .= ", \$as_".$field_array["Object_Field_Name"].$postfix; } } } break; case 8: { $field_name_query = "a.".$field_array["Object_Field_Name"]; $field_var = "\$as_".$field_array["Object_Field_Name"]; $field_name_query .= ", DATE_FORMAT(a.".$field_array["Object_Field_Name"].",'%Y')"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_year"; $field_name_query .= ", DATE_FORMAT(a.".$field_array["Object_Field_Name"].",'%m')"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_month"; $field_name_query .= ", DATE_FORMAT(a.".$field_array["Object_Field_Name"].",'%d')"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_day"; $field_name_query .= ", DATE_FORMAT(a.".$field_array["Object_Field_Name"].",'%H')"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_hours"; $field_name_query .= ", DATE_FORMAT(a.".$field_array["Object_Field_Name"].",'%i')"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_minutes"; $field_name_query .= ", DATE_FORMAT(a.".$field_array["Object_Field_Name"].",'%s')"; $field_var .= ", \$as_".$field_array["Object_Field_Name"]."_seconds"; if ($field_array["Format"]=="event") $date_field = $field_array["Object_Field_Name"]; } break; default: { $field_name_query = "a.".$field_array["Object_Field_Name"]; $field_var = "\$as_".$field_array["Object_Field_Name"]; } break; } if ($field_name_query && $field_var) { $field_names .= $field_name_query.","; $field_vars .= $field_var.","; } /* if (!$allowTags && ($field_type[$i]==3 || $field_type[$i]==1)) $convert2txt .= "\$as_".$field_name[$i]." = htmlspecialchars(\$as_".$field_name[$i].");"; if ($NL2BR && ($field_type[$i]==3 || $field_type[$i]==1)) $convert2txt .= "\$as_".$field_name[$i]." = nl2br(\$as_".$field_name[$i].");"; */ $format = $field_array["Format"]; if ((strpos($format, 'allow_tags') === false) && ($field_type[$i]==3 || $field_type[$i]==1)) $convert2txt .= "\$as_".$field_name[$i]." = htmlspecialchars(\$as_".$field_name[$i].");"; if ((strpos($format, 'nl2br') !== false) && ($field_type[$i]==3 || $field_type[$i]==1)) $convert2txt .= "\$as_".$field_name[$i]." = nl2br(\$as_".$field_name[$i].");"; if ((strpos($format, 'date_only') !== false) && ($field_type[$i]==8)) $convert2txt .= "\$as_".$field_name[$i]." = str_replace(\" 00:00:00\",\"\",\$as_".$field_name[$i].");"; } if (!$ignore_user) $cond_user = " AND a.User_ID=".$AUTH_USER_ID; if (!$as_admin && !$ignore_check) $cond_mod = " AND a.Checked=1"; if ($date) $cond_date = " AND a.".$date_field." LIKE '$date%'"; if ($query_select && $result_vars) $cond_select = ", ".$query_select; if ($query_join) $cond_join = $query_join; if ($query_from) $cond_from = ",".$query_from; if ($query_where) $cond_where = " AND ".$query_where; if ($query_group) $cond_group = " GROUP BY ".$query_group; mysql_free_result($res); if (!$user_table_mode) { $table_extra = "a.`Data_ID`, a.`User_ID`, a.`IP`, a.`UserAgent`, a.`LastUser_ID`, a.`LastIP`, a.`LastUserAgent`, a.`Priority`"; $extra_vars = "\$as_object_id, \$as_user_id, \$as_IP, \$as_UserAgent, \$as_lastuser_id, \$as_lastIP, \$as_lastUserAgent, \$as_Priority, "; } else { $table_extra = "a.`User_ID`, a.`User_Group_ID`"; $extra_vars = "\$as_object_id, \$as_UserGroup, "; } $table_extra .= ",a.`Checked`, a.`Created`, a.`LastSystem_Updated`".$cond_select; $message_select = "SELECT ".$field_names.$table_extra." FROM `".($user_table_mode? "".(LOWER_CASE_TABLES ? "user" : "User")."" : "".(LOWER_CASE_TABLES ? "data" : "Data")."".$classID)."` AS a ".$cond_from.$joins." ".$cond_join.(!$user_table_mode?" LEFT JOIN `".(LOWER_CASE_TABLES ? "section" : "Section")."` AS `section` ON section.`Section_ID`=a.`Section_ID` LEFT JOIN `".(LOWER_CASE_TABLES ? "section_object" : "Section_Object")."` AS `object` ON object.`Section_Object_ID`=a.`Section_Object_ID`":"")." WHERE 1=1 ".$cond_where.$cond_user.$cond_mod.$cond_date." AND a.".($user_table_mode?" ".(LOWER_CASE_TABLES ? "user" : "User")."":" ".(LOWER_CASE_TABLES ? "data" : "Data")."")."_ID=".$message.$cond_group; //print($message_select); $resMsg = mysql_query($message_select, $LinkID); $fetch_row = "list(".$field_vars.$extra_vars."\$as_Checked, \$as_create_date, \$as_LastSystem_Updated".($result_vars?",".$result_vars:"").") = mysql_fetch_row(\$resMsg);"; eval($fetch_row); mysql_free_result($resMsg); eval ($convert2txt); $as_create_date_year = substr($as_create_date,0,4); $as_create_date_month = substr($as_create_date,5,2); $as_create_date_day = substr($as_create_date,8,2); $as_create_date_hours = substr($as_create_date,11,2); $as_create_date_minutes = substr($as_create_date,14,2); $as_create_date_seconds = substr($as_create_date,17,2); $as_LastSystem_Updated_year = substr($as_LastSystem_Updated,0,4); $as_LastSystem_Updated_month = substr($as_LastSystem_Updated,4,2); $as_LastSystem_Updated_day = substr($as_LastSystem_Updated,6,2); $as_LastSystem_Updated_hours = substr($as_LastSystem_Updated,8,2); $as_LastSystem_Updated_minutes = substr($as_LastSystem_Updated,10,2); $as_LastSystem_Updated_seconds = substr($as_LastSystem_Updated,12,2); if ($date_field && !$as_admin) eval("\$dateLink = \$as_".$date_field."_year.\"/\".\$as_".$date_field."_month.\"/\".\$as_".$date_field."_day.\"/\";"); elseif ($date_field && $as_admin) eval("\$dateLink = \$as_".$date_field."_year.\"-\".\$as_".$date_field."_month.\"-\".\$as_".$date_field."_day;"); $as_link = $current_section["Hidden_URL"].$current_object["LinkName"]."_".$as_object_id.".html"; $as_date_link = $current_section["Hidden_URL"].$dateLink.$current_object["LinkName"]."_".$as_object_id.".html"; if ($titleTemplate) eval("\$as_title = \"".$titleTemplate."\";"); $as_section_link = $current_object["Hidden_URL"]; $as_hostname = ($current_object["Domain"]?(strchr($current_object["Domain"],".")?$current_object["Domain"]:$current_object["Domain"].".".$DOMAIN_NAME):$DOMAIN_NAME); $object_keyword = $current_object["LinkName"]; $as_page_link = $section_url.$object_keyword.".html"; $searchForm = $current_object["FullSearchTemplate"]; $addForm = $current_object["AddTemplate"]; ob_start(); if ($record_full_logic) eval ($record_full_logic); eval("echo \"".$recordTemplate."\";"); $MainContent = ob_get_clean(); eval("echo \"".$template_header."\";"); echo $MainContent; eval("echo \"".$template_footer."\";"); ?>PK J)[.> > subscribe/index.phpnu W+A $submit = 1; @include_once("../../cms.conf"); $action = "subscribe"; require_once $INCLUDE_FOLDER."index.php"; eval("echo \"$template_header\";"); if ($subscribeCond && $submit) eval($subscribeCond); if ($submit) { switch($subscribeAction) { case "delete": if (!$id) break; subscribe_deleteItem($id); break; case "toggle": if (!$id) break; subscribe_toggleItem($id); break; default: subscribe_addItem($object); break; } if ($section!=$MODULE_VARS[subscriber][SUBSCRIBER_LIST_SUB]) echo as_insert_submenuscribes(); } eval("echo \"$template_footer\";"); ?>PK I)[*7 search/index.phpnu W+A PK I)[O- F add/index.phpnu W+A PK J)[Ys}; ; ~! edit/edit.phpnu W+A PK J)[sΓ- - ] edit/save.phpnu W+A PK J)[zc83 3 ] edit/fields.phpnu W+A PK J)[>T5 T5 edit/index.phpnu W+A PK J)[Q m* m* 6 view/index.phpnu W+A PK J)[.> > subscribe/index.phpnu W+A PK u b!