{"id":199487,"date":"2025-05-03T08:34:46","date_gmt":"2025-05-03T00:34:46","guid":{"rendered":"https:\/\/server.hk\/cnblog\/199487\/"},"modified":"2025-05-03T08:34:46","modified_gmt":"2025-05-03T00:34:46","slug":"%e5%ae%9e%e7%8e%b0ecshop%e5%ae%9a%e6%97%b6%e8%87%aa%e5%8a%a8%e6%b8%85%e9%99%a4%e7%bc%93%e5%ad%98%e5%8a%9f%e8%83%bd","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/199487\/","title":{"rendered":"\u5b9e\u73b0ecshop\u5b9a\u65f6\u81ea\u52a8\u6e05\u9664\u7f13\u5b58\u529f\u80fd"},"content":{"rendered":"<p> \u7f51\u5e97\u7cfb\u7edfecshop\u8fd0\u884c\u65f6\u95f4\u957f\u4e86\u7f13\u5b58\u8fc7\u591a\uff0c\u4f1a\u51fa\u73b0\u4e00\u4e9b\u9875\u9762\u6253\u4e0d\u5f00\u7684\u95ee\u9898\u3002\u5982\u679c\u8ba9\u7cfb\u7edf\u81ea\u52a8\u5237\u65b0\u7f13\u5b58\uff0c\u5c06\u5927\u5927\u52a0\u5feb\u7f51\u7ad9\u8bbf\u95ee\u901f\u5ea6\u3002<\/p>\n<p> \u4ee5\u4e0b\u597d\u6a21\u677f\u5b9e\u73b0\u80fd\u591f\u5b9a\u65f6\u81ea\u52a8\u6e05\u9664\u7f13\u5b58\u7684\u63d2\u4ef6\uff0c\u8bf7\u81ea\u884c\u590d\u5236\u6dfb\u52a0\u3002<\/p>\n<p> <span style=\"color:#ff0000\">1.\u5728ecshop\u4e2d\u589e\u52a0languages\\zh_cn\\cron\\myclr.php<\/span>\uff0c\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n<p>  &lt;?php   &nbsp;   global $_LANG;   &nbsp;   $_LANG[&#8216;myclr&#8217;] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &#8216;\u5220\u9664\u7f13\u5b58\u9875\u9762&#8217;;   $_LANG[&#8216;myclr_desc&#8217;] &nbsp; &nbsp; &nbsp; = &#8216;\u7f13\u5b58\u9875\u9762\u5220\u9664&#8217;;   $_LANG[&#8216;myclr_day&#8217;] &nbsp; = &#8216;\u5220\u9664\u5168\u90e8\u7f13\u5b58\u9875\u9762&#8217;;   &nbsp;   ?&gt; <\/p>\n<p><span style=\"color:#ff0000\">2.ecshop\u4e2d\u589e\u52a0includes\\modules\\cron\\myclr.php\u6587\u4ef6<\/span> <\/p>\n<p>  &lt;?php   &nbsp;   $cron_lang = ROOT_PATH . &#8216;languages\/&#8217; .$GLOBALS[&#8216;_CFG&#8217;][&#8216;lang&#8217;]. &#8216;\/cron\/myclr.php&#8217;;   if (file_exists($cron_lang))   {   &nbsp; &nbsp; global $_LANG;   &nbsp;   &nbsp; &nbsp; include_once($cron_lang);   }   &nbsp;   \/* \u6a21\u5757\u7684\u57fa\u672c\u4fe1\u606f *\/   if (isset($set_modules) &amp;&amp; $set_modules == TRUE)   {   &nbsp; &nbsp; $i = isset($modules) ? count($modules) : 0;   &nbsp;   &nbsp; &nbsp; \/* \u4ee3\u7801 *\/   &nbsp; &nbsp; $modules[$i][&#8216;code&#8217;] &nbsp; &nbsp;= basename(__FILE__, &#8216;.php&#8217;);   &nbsp;   &nbsp; &nbsp; \/* \u63cf\u8ff0\u5bf9\u5e94\u7684\u8bed\u8a00\u9879 *\/   &nbsp; &nbsp; $modules[$i][&#8216;desc&#8217;] &nbsp; &nbsp;= &#8216;myclr_desc&#8217;;   &nbsp;   &nbsp; &nbsp; \/* \u4f5c\u8005 *\/   &nbsp; &nbsp; $modules[$i][&#8216;author&#8217;] &nbsp;= &#8216;zuimoban&#8217;;   &nbsp;   &nbsp; &nbsp; \/* \u7f51\u5740 *\/   &nbsp; &nbsp; $modules[$i][&#8216;website&#8217;] = &#8216;http:\/\/www.ldhost.cn&#8217;;   &nbsp;   &nbsp; &nbsp; \/* \u7248\u672c\u53f7 *\/   &nbsp; &nbsp; $modules[$i][&#8216;version&#8217;] = &#8216;1.0.0&#8217;;   &nbsp;   &nbsp; &nbsp; \/* \u914d\u7f6e\u4fe1\u606f&nbsp;   &nbsp; &nbsp; $modules[$i][&#8216;config&#8217;] &nbsp;= array(   &nbsp; &nbsp; &nbsp; &nbsp; array(&#8216;name&#8217; =&gt; &#8216;myclr_day&#8217;, &#8216;type&#8217; =&gt; &#8216;select&#8217;, &#8216;value&#8217; =&gt; &#8217;30&#8217;),   &nbsp; &nbsp; );*\/   &nbsp;   &nbsp; &nbsp; return;   }   &nbsp;   clear_cache_files();   &nbsp;   ?&gt; <\/p>\n<p> \u6700\u540e\uff0c\u5c06\u4ee5\u4e0a\u7684\u6587\u4ef6\u4e0a\u4f20\u5230\u7a0b\u5e8f\u76ee\u5f55\uff0c\u5728ecshop\u540e\u53f0\u8ba1\u5212\u4efb\u52a1\u4e2d\u5b89\u88c5\u8bbe\u7f6e\u5373\u53ef\u3002<br \/>\n <\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7f51\u5e97\u7cfb\u7edfecshop\u8fd0\u884c\u65f6\u95f4\u957f\u4e86&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4925],"tags":[],"class_list":["post-199487","post","type-post","status-publish","format-standard","hentry","category-4925"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/199487","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=199487"}],"version-history":[{"count":0,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/199487\/revisions"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=199487"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=199487"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=199487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}