{"id":485,"date":"2017-12-16T00:43:57","date_gmt":"2017-12-16T00:43:57","guid":{"rendered":"http:\/\/www.nywzjs.com\/?p=485"},"modified":"2017-12-26T02:43:02","modified_gmt":"2017-12-26T02:43:02","slug":"phpcms%e4%bd%bf%e7%94%a8%e7%ac%94%e8%ae%b0","status":"publish","type":"post","link":"http:\/\/www.nywzjs.com\/?p=485","title":{"rendered":"PHPCMS\u4f7f\u7528\u7b14\u8bb0"},"content":{"rendered":"<h2>1\u3001PHPCMS\u53d1\u5e03\u5185\u5bb9\u65f6\u4fdd\u7559\u6846\u67b6&lt;iframe&gt;&lt;\/iframe&gt;<\/h2>\n<p>\u6709\u4e9b\u65f6\u5019\uff0c\u53d1\u5e03\u6587\u7ae0\u5185\u5bb9\u7684\u65f6\u5019\u9700\u8981\u7528\u5230&lt;iframe&gt;&lt;\/iframe&gt;\u6846\u67b6\u7ad9\u5916\u5185\u5bb9\uff0c&lt;iframe&gt;&lt;\/iframe&gt;\u7ed9\u8f6c\u4e49\u4e86\uff0c\u4fdd\u5b58\u540e\u53d8\u6210\u4e86&amp;gt iframe\uff0c\u524d\u53f0\u663e\u793a\u4e5f\u662f\u8fd9\u6837\uff0c\u4f30\u8ba1\u662f\u5b98\u65b9\u4e3a\u4e86\u9632\u6b62\u5b89\u5168\uff0c\u628ascript\u3001iframe\u3001frame\u90fd\u7ed9\u8f6c\u4e49\u4e86<br \/>\n\u7a0d\u5fae\u4fee\u6539\u4e00\u4e0b\uff0c\u5373\u53ef\u4fdd\u7559&lt;iframe&gt;&lt;\/iframe&gt;<\/p>\n<p>\u627e\u5230\\phpcms\\libs\\functions\\global.func.php\u6587\u4ef6\uff0c\u5927\u6982\u5728110\u884c\u5230113\u884c\uff0c\u5728<br \/>\niframe\u8f6c\u4e49\u524d\u9762\u52a0\u6ce8\u91ca\u7b26\u53f7\u5373\u53ef\uff0c\u5373\u6539\u6210\uff1a<br \/>\n\/\/$str = preg_replace ( '\/\\&lt;([\\\/]?)iframe([^\\&gt;]*?)\\&gt;\/si', '&amp;lt;\\\\1iframe\\\\2&amp;gt;', $str );<\/p>\n<p>\u6765\u6e90\uff1ahttp:\/\/bbs.phpcms.cn\/thread-473578-1-1.html<\/p>\n<h2>2\u3001PHPCMS\u53d1\u5e03\u70b9\u53d1\u5e03\u5230\u76ee\u6807\u670d\u52a1\u5668\u6839\u76ee\u5f55<\/h2>\n<p>\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u4f7f\u7528\u53d1\u5e03\u70b9\u529f\u80fd\u65f6\uff0c\u4f1a\u5c06\/html\/abc\/abc\u8fd9\u6837\u7684\u76ee\u5f55\u7ed3\u6784\u53d1\u5e03\u7684\u76ee\u6807\u670d\u52a1\u5668\uff0c\u4f46\u662f\u5b9e\u9645\u5e94\u7528\u4e2d\uff0c\u76ee\u6807\u7ad9\u70b9\u53ef\u80fd\u505a\u4e3a\u72ec\u7acb\u7ad9\u70b9\u4f7f\u7528\u7684\uff0c\u671f\u671b\u7684\u76ee\u5f55\u7ed3\u6784\u5982\u4e0b\uff1a<br \/>\n<!--?prettify linenums=true?--><\/p>\n<pre class=\"prettyprint\">-html--------------&gt;\/\r\n---en--------------&gt;\/\r\n-----about--------&gt;about\r\n-----product------&gt;product\r\n-----photo--------&gt;photo<\/pre>\n<p>\u5e0c\u671b\u53ef\u4ee5\u770b\u5f97\u61c2\uff0c\uff0c\uff0c\uff0c<\/p>\n<p>\u4fee\u6539\u65b9\u6cd5\uff1a\u6253\u5f00\\phpcms\\modules\\release\\index.asp\u6587\u4ef6\u3002[\u6ce8\u610f\uff1a\u6211\u662f\u5c06system.php\u4e2d\u7684'html_root'\u8bbe\u7f6e\u4e3a\u7a7a\u7684\u72b6\u6001\u4e0b\u4fee\u6539\u7684\u3002]<\/p>\n<p>\u627e\u5230<\/p>\n<pre class=\"prettyprint\">foreach ($data as $v) {\r\n\t$status = -1;<\/pre>\n<p>\u5728\u4e0b\u9762\u52a0\u4e0a\uff1a<\/p>\n<pre class=\"prettyprint\"><span style=\"color: #ff0000;\">$v['path_f'] = strstr(strstr($v['path'], 2), '\/');<\/span><\/pre>\n<p>\u7136\u540e\u4fee\u6539<\/p>\n<pre class=\"prettyprint\">switch ($v['type']) {\r\n    case 'del':\r\n        if ($ftps-&gt;f_delete($release_point['path'].$v['path'])) {\r\n            $status = 1;\r\n        }\r\n        break;\r\n    case 'add':\r\n    case 'edit':\r\n        if ($ftps-&gt;put($release_point['path'].$v['path'], PHPCMS_PATH.$v['path'])) {\r\n            $status = 1;\r\n        }\r\n        break;\r\n}<\/pre>\n<p>\u4e3a\uff1a<\/p>\n<pre class=\"prettyprint\">switch ($v['type']) {\r\n    case 'del':\r\n        if ($ftps-&gt;f_delete($release_point['path'].$v['path_f'])) {\r\n            $status = 1;\r\n        }\r\n        break;\r\n    case 'add':\r\n    case 'edit':\r\n        if ($ftps-&gt;put($release_point['path'].$v['path_f'], PHPCMS_PATH.$v['path'])) {\r\n            $status = 1;\r\n        }\r\n        break;\r\n}<\/pre>\n<p>\u8fd9\u6837\u5c31\u53ef\u4ee5\u4e86\u3002<\/p>\n<h2>3\u3001PHPCMS\u7684OSS\u63d2\u4ef6<\/h2>\n<p>&nbsp;<\/p>\n<p>\u672c\u6e90\u7801\u662f\u4f9dPHPCMS20170515\u7248\u672c\u4fee\u6539\u800c\u6765\u3002<\/p>\n<p>\u9700\u8981\u4fee\u6539\u4e24\u4e2a\u7cfb\u7edf\u6587\u4ef6\u3002\u63d2\u4ef6\u4e0b\u8f7d\u5730\u5740\uff1a<\/p>\n<p>\u94fe\u63a5: https:\/\/pan.baidu.com\/s\/1o7LimHs \u5bc6\u7801: 6ddw<\/p>\n<p>\u6587\u4ef6\u8986\u76d6\u5230\\phpcms\\libs\\classes\u5373\u53ef\u3002\u8bf7\u63d0\u524d\u5c06\u6587\u4ef6\\phpcms\\libs\\classes\\attachment.class.php\u548c\\phpcms\\libs\\classes\\image.class.php\u5907\u4efd\u3002<\/p>\n<p>\u5b89\u88c5\u5b8c\u63d2\u4ef6\u540e\uff0c\u9700\u8981\u4fee\u6539\u540e\u53f0\u7684\u00a0<strong>\u9644\u4ef6URL\u8bbf\u95ee\u8def\u5f84<\/strong> \u3002<\/p>\n<p>\u4fee\u6539\u65b9\u6cd5\u6765\u81eahttp:\/\/bbs.phpcms.cn\/thread-935439-1-1.html<\/p>\n<p>\u6e90\u7801\u662f\u6839\u636e\u4e0a\u8ff0\u6559\u7a0b\u4fee\u6539\u5f97\u6765\u7684\u3002<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001PHPCMS\u53d1\u5e03\u5185\u5bb9\u65f6\u4fdd\u7559\u6846\u67b6&lt;iframe&gt;&lt;\/iframe&gt; \u6709\u4e9b\u65f6\u5019\uff0c\u53d1\u5e03\u6587 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":487,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[111,45,79],"_links":{"self":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/posts\/485"}],"collection":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=485"}],"version-history":[{"count":0,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/posts\/485\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=\/wp\/v2\/media\/487"}],"wp:attachment":[{"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=485"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=485"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.nywzjs.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}