{"id":2761,"date":"2019-05-25T22:35:59","date_gmt":"2019-05-25T14:35:59","guid":{"rendered":"https:\/\/www.baishitou.cn\/?p=2761"},"modified":"2019-05-25T22:35:59","modified_gmt":"2019-05-25T14:35:59","slug":"%e7%bb%87%e6%a2%a6dedecms%e9%a6%96%e9%a1%b5%e5%ae%9a%e6%97%b6%e8%87%aa%e5%8a%a8%e7%94%9f%e6%88%90html","status":"publish","type":"post","link":"https:\/\/www.baishitou.cn\/2761.html","title":{"rendered":"\u7ec7\u68a6DedeCMS\u9996\u9875\u5b9a\u65f6\u81ea\u52a8\u751f\u6210HTML"},"content":{"rendered":"
\u6700\u8fd1\u65b0\u5efa\u4e00\u4e2a\u7ad9\uff0c\u7528\u7684\u5168\u7ad9\u4f2a\u9759\u6001\uff0c\u4e0d\u77e5\u9053\u662f\u4e0d\u662f\u9996\u9875\u8c03\u7528\u6570\u636e\u592a\u591a\uff0c\u8fd8\u662f\u548b\u5730\uff0c\u5c31\u662f\u52a8\u6001\u8bbf\u95ee\u9996\u9875\u7279\u5361\uff0c\u5f97\u5341\u51e0\u79d2\u624d\u80fd\u6253\u5f00\u3002\u4f46\u9996\u9875\u751f\u6210html\u6587\u4ef6\u540e\uff0c\u8bbf\u95ee\u6b63\u5e38\u3002\u6bcf\u5929\u767b\u5f55\u540e\u53f0\u624b\u52a8\u751f\u6210html\u662f\u4e0d\u73b0\u5b9e\u7684\uff0c\u6240\u4ee5\u5c31\u60f3\u628a\u5b83\u8bbe\u7f6e\u4e3a\u5b9a\u65f6\u81ea\u52a8\u751f\u6210html\uff0c\u7ecf\u6d4b\u8bd5\u540e\uff0c\u6b64\u65b9\u6cd5\u4e86\u6b63\u597d\u89e3\u51b3\u4e86\u6211\u7684\u95ee\u9898\u3002<\/p>\n
\u5199\u4e00\u4e2a\u89e6\u53d1\u5b9a\u65f6\u81ea\u52a8\u66f4\u65b0\u7684php\u6587\u4ef6\uff0c\u65b0\u5efa\u4e00\u4e2aphp\u6587\u4ef6\uff0c\u5185\u5bb9\u5982\u4e0b\uff0c\u6807\u9898\u4e3aautoindex.php\uff0c\u628a\u5b83\u653e\u5230plus\u6587\u4ef6\u5939\u4e2d\u3002<\/p>\n
<?php\r\nfunction sp_input( $text )\r\n{\r\n$text = trim( $text );\r\n$text = htmlspecialchars( $text );\r\nif (!get_magic_quotes_gpc())\r\nreturn addslashes( $text );\r\nelse\r\nreturn $text;\r\n}\r\n$autotime = 120;\/\/\u81ea\u52a8\u66f4\u65b0\u65f6\u95f4\uff0c\u5355\u4f4d\u4e3a\u79d2\r\n$fpath = \"..\/data\/last_time.inc\";\/\/\u8bb0\u5f55\u66f4\u65b0\u65f6\u95f4\u6587\u4ef6\uff0c\u5982\u679c\u4e0d\u80fd\u8fbe\u5230\u76ee\u7684\uff0c\u8bf7\u68c0\u67e5\u662f\u5426\u6709\u8bfb\u53d6\u6743\u9650\u3002\r\ninclude( $fpath );\r\nif( empty($last_time))\r\n$last_time = 0;\r\nif( sp_input($_GET['renew'])==\"now\")\r\n$last_time = 0;\r\nif((time()-$last_time)>=$autotime )\r\n{\r\ndefine('DEDEADMIN', ereg_replace(\"[\/\\\\]{1,}\",'\/',dirname(__FILE__) ) );\r\nrequire_once(DEDEADMIN.\"\/..\/include\/common.inc.php\");\r\nrequire_once(DEDEINC.\"\/arc.partview.class.php\");\r\n\/*\r\n$row = $dsql->GetOne(\"Select * From dede_homepageset\");\r\n$dsql->Close();\r\n$templet=$row['templet'];\r\n$position=$row['position'];\r\n*\/\r\n$templet = \u201cdefault\/index.htm\u201d;\/\/\u8fd9\u91cc\u662f\u9996\u9875\u6a21\u677f\u4f4d\u7f6e\uff0c\u5f53\u524d\u662fdede\u9ed8\u8ba4\u9996\u9875\u4f4d\u7f6e\u3002\r\n$position = \"..\/index.html\";\r\n$homeFile = dirname(__FILE__).\"\/\".$position;\r\n$homeFile = str_replace(\"\\\\\", \"\/\", $homeFile );\r\n$homeFile = str_replace( \"\/\/\", \"\/\", $homeFile );\r\n$pv = new PartView();\r\n$pv ->SetTemplet( $cfg_basedir.$cfg_templets_dir.\"\/\".$templet );\r\n$pv -> SaveToHtml( $homeFile );\r\n$pv -> Close();\r\n$file = fopen( $fpath, \"w\");\r\nfwrite( $file, \"<?php\\n\");\r\nfwrite( $file,\"\\$last_time=\".time().\";\\n\");\r\nfwrite( $file, '?>' );\r\nfclose( $file );\r\n}\r\n?><\/code><\/pre>\n\u7b2c\u4e8c\u6b65<\/h2>\n
\u5728\u9996\u9875\u7684\u6a21\u7248\u4ee3\u7801head\u6807\u7b7e\u4e2d\u5f15\u5165\u89e6\u53d1\u6587\u4ef6\u4ee3\u7801\uff1a<\/p>\n
<script src=\"\/plus\/autoindex.php\" type=\"text\/javascript\"><\/script><\/code><\/pre>\n\u7136\u540e\u624b\u52a8\u66f4\u65b0\u4e00\u4e0b\u9996\u9875\uff0c\u63a5\u4e0b\u6765\u5728\u8bbe\u7f6e\u7684\u65f6\u95f4\u8fc7\u4e86\u4ee5\u540e\u5982\u679c\u6709\u7528\u6237\u8bbf\u95ee\u9996\u9875\u5c31\u4f1a\u89e6\u53d1\u81ea\u52a8\u66f4\u65b0\u6587\u4ef6\uff0c\u9996\u9875\u5c31\u4f1a\u81ea\u52a8\u66f4\u65b0\u4e00\u6b21\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"
\u6700\u8fd1\u65b0\u5efa\u4e00\u4e2a\u7ad9\uff0c\u7528\u7684\u5168\u7ad9\u4f2a\u9759\u6001\uff0c\u4e0d\u77e5\u9053\u662f\u4e0d\u662f\u9996\u9875\u8c03\u7528\u6570\u636e\u592a\u591a\uff0c\u8fd8\u662f\u548b\u5730\uff0c\u5c31\u662f\u52a8\u6001\u8bbf\u95ee\u9996\u9875\u7279\u5361\uff0c\u5f97\u5341\u51e0\u79d2\u624d\u80fd\u6253\u5f00 […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[43,143,923,180,924,338],"class_list":["post-2761","post","type-post","status-publish","format-standard","hentry","category-web","tag-dedecms","tag-html","tag-923","tag-180","tag-924","tag-338"],"_links":{"self":[{"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/posts\/2761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/comments?post=2761"}],"version-history":[{"count":0,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/posts\/2761\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/media?parent=2761"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/categories?post=2761"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/tags?post=2761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}