📄 configsave.php
字号:
<?php
$config_save = "<?php
/*
met_c_webname = \"$met_c_webname\";
met_e_webname = \"$met_e_webname\";
met_weburl = \"$met_weburl\";
met_logo = \"$met_logo\";
met_skin_user = \"$met_skin_user\";
met_en_lang = \"$met_en_lang\";
met_index_type = \"$met_index_type\";
met_webhtm = \"$met_webhtm\";
met_img_type = \"$met_img_type\";
met_img_maxsize = \"$met_img_maxsize\";
met_big_wate = \"$met_big_wate\";
met_thumb_wate = \"$met_thumb_wate\";
met_wate_class = \"$met_wate_class\";
met_wate_img = \"$met_wate_img\";
met_text_wate = \"$met_text_wate\";
met_text_size = \"$met_text_size\";
met_text_fonts = \"$met_text_fonts\";
met_text_color = \"$met_text_color\";
met_text_angle = \"$met_text_angle\";
met_watermark = \"$met_watermark\";
met_img_x = \"$met_img_x\";
met_img_y = \"$met_img_y\";
met_file_format = \"$met_file_format\";
met_file_maxsize = \"$met_file_maxsize\";
c_title_keywords = \"$c_title_keywords\";
e_title_keywords = \"$e_title_keywords\";
met_c_keywords = \"$met_c_keywords\";
met_e_keywords = \"$met_e_keywords\";
met_c_description = \"$met_c_description\";
met_e_description = \"$met_e_description\";
met_c_seo = \"$met_c_seo\";
met_e_seo = \"$met_e_seo\";
met_c_alt = \"$met_c_alt\";
met_e_alt = \"$met_e_alt\";
met_c_atitle = \"$met_c_atitle\";
met_e_atitle = \"$met_e_atitle\";
met_c_linkname = \"$met_c_linkname\";
met_e_linkname = \"$met_e_linkname\";
met_flash_ok = \"$met_flash_ok\";
met_flash_type = \"$met_flash_type\";
met_flash_x = \"$met_flash_x\";
met_flash_y = \"$met_flash_y\";
met_flash_1 = \"$met_flash_1\";
met_e_flash_1 = \"$met_e_flash_1\";
met_flashurl_1 = \"$met_flashurl_1\";
met_flash_2 = \"$met_flash_2\";
met_e_flash_2 = \"$met_e_flash_2\";
met_flashurl_2 = \"$met_flashurl_2\";
met_flash_3 = \"$met_flash_3\";
met_e_flash_3 = \"$met_e_flash_3\";
met_flashurl_3 = \"$met_flashurl_3\";
met_flash_4 = \"$met_flash_4\";
met_e_flash_4 = \"$met_e_flash_4\";
met_flashurl_4 = \"$met_flashurl_4\";
met_flash_5 = \"$met_flash_5\";
met_e_flash_5 = \"$met_e_flash_5\";
met_flashurl_5 = \"$met_flashurl_5\";
met_flash_url = \"$met_flash_url\";
met_e_flash_url = \"$met_e_flash_url\";
met_flash_back = \"$met_flash_back\";
met_e_flash_back = \"$met_e_flash_back\";
met_online_type = \"$met_online_type\";
met_c_footright = \"$met_c_footright\";
met_c_footaddress = \"$met_c_footaddress\";
met_c_foottel = \"$met_c_foottel\";
met_c_footother = \"$met_c_footother\";
met_c_foottext = \"$met_c_foottext\";
met_e_footright = \"$met_e_footright\";
met_e_footaddress = \"$met_e_footaddress\";
met_e_foottel = \"$met_e_foottel\";
met_e_footother = \"$met_e_footother\";
met_e_foottext = \"$met_e_foottext\";
met_product_list = \"$met_product_list\";
met_news_list = \"$met_news_list\";
met_download_list = \"$met_download_list\";
met_img_list = \"$met_img_list\";
met_job_list = \"$met_job_list\";
met_search_list = \"$met_search_list\";
met_fd_fromname = \"$met_fd_fromname\";
met_fd_smtp = \"$met_fd_smtp\";
met_fd_usename = \"$met_fd_usename\";
met_fd_password = \"$met_fd_password\";
*/
?>";
$fp = fopen("../../config/config.inc.php",w);
fputs($fp, $config_save);
fclose($fp);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -