{"id":4185,"date":"2018-02-11T12:31:30","date_gmt":"2018-02-11T04:31:30","guid":{"rendered":"http:\/\/4563.org\/?p=4185"},"modified":"2019-07-23T03:05:37","modified_gmt":"2019-07-22T19:05:37","slug":"playtube%e9%96%8b%e5%bf%83%e7%89%88%e5%8f%8a%e4%b8%ad%e6%96%87%e6%bc%a2%e5%8c%96%e7%89%88%e6%95%b4%e5%90%88","status":"publish","type":"post","link":"http:\/\/4563.org\/?p=4185","title":{"rendered":"playtube\u958b\u5fc3\u7248\u53ca\u4e2d\u6587\u6f22\u5316\u7248\u6574\u5408~"},"content":{"rendered":"<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-4190\" src=\"http:\/\/4563.org\/wp-content\/uploads\/2018\/02\/Inline_Image.png\" alt=\"\" width=\"590\" height=\"300\" \/><br \/>\n\u7c21\u4ecb<br \/>\n[iv_act]playtube\u662f\u4e00\u500b\u77ed\u7247\u6e90\u78bc,\u53ef\u4ee5\u7d66\u7528\u6236\u4e0a\u50b3\u77ed\u7247~\u81ea\u5efa\u500b\u4eba\u8996\u983b\u7db2[\/iv_act]<\/p>\n<p>\u6f14\u793a<br \/>\n[iv_act]<a href=\"https:\/\/v.ly.tn\/\" target=\"_blank\" rel=\"noopener\">https:\/\/v.ly.tn\/<\/a>[\/iv_act]<br \/>\n<!--more--><br \/>\nplaytube\u958b\u5fc3\u7248\u958b\u5fc3\u7248<br \/>\n[iv_act]4563\u672c\u5730\u4e0b\u8f09<br \/>\n<a href=\"http:\/\/4563.org\/wp-content\/uploads\/2018\/02\/PlayTube.zip\">PlayTube<\/a>[\/iv_act]<\/p>\n<p>Nginx\u7684\u4f2a\u9759\u6001\u6587\u4ef6\uff1a<\/p>\n<pre lang=\"php\"># nginx configuration\r\n\r\nlocation \/ {\r\n  if (!-e $request_filename){\r\n    rewrite ^\/$ \/index.php?link1=home;\r\n  }\r\n  if (!-e $request_filename){\r\n    rewrite ^\/aj\/([^\/.]+)\/?$ \/ajax.php?type=$1&amp;first=$2;\r\n  }\r\n  rewrite ^\/@([^\\\/]+)(\\\/|)$ \/index.php?link1=timeline&amp;id=$1;\r\n  if (!-e $request_filename){\r\n    rewrite ^\/([^\\\/]+)(\\\/|)$ \/index.php?link1=$1;\r\n  }\r\n}\r\n\r\nlocation \/reset {\r\n  rewrite ^\/reset-password\/([^\\\/]+)(\\\/|)$ \/index.php?link1=reset-password&amp;code=$1;\r\n}\r\n\r\nlocation \/confirm {\r\n  rewrite ^\/confirm\/(.*)\/(.*)$ \/index.php?link1=confirm&amp;code=$1&amp;email=$2;\r\n}\r\n\r\nlocation \/api {\r\n  rewrite ^\/api\/v(([0-9])([.][0-9]+))(\\\/|)$ \/api.php?v=$1;\r\n}\r\n\r\nlocation \/admin {\r\n  rewrite ^\/admin-cp$ \/admincp.php;\r\n  rewrite ^\/admin-cp\/(.*)$ \/admincp.php?page=$1;\r\n}\r\n\r\nlocation \/admin-cdn\/ {\r\n  alias \/admin-panel\/;\r\n}\r\n\r\nlocation \/videos {\r\n  rewrite ^\/videos\/category\/(.*)\/rss(\\\/|)$ \/index.php?link1=videos&amp;page=category&amp;id=$1&amp;feed=rss;\r\n  rewrite ^\/videos\/category\/(.*)$ \/index.php?link1=videos&amp;page=category&amp;id=$1;\r\n  rewrite ^\/videos\/(.*)\/rss(\\\/|)$ \/index.php?link1=videos&amp;page=$1&amp;feed=rss;\r\n  rewrite ^\/videos\/(.*)$ \/index.php?link1=videos&amp;page=$1;\r\n}\r\n\r\nlocation \/articles {\r\n  rewrite ^\/articles(\\\/|)$ \/index.php?link1=articles;\r\n  rewrite ^\/articles\/category\/(\\d+)(\\\/|)$ \/index.php?link1=articles&amp;category_id=$1;\r\n  rewrite ^\/articles\/read\/(.*)(\\\/|)$ \/index.php?link1=read&amp;id=$1;\r\n}\r\n\r\nlocation \/aj {\r\n  rewrite ^\/aj\/([^\/.]+)\/([^\/.]+)\/?$ \/ajax.php?type=$1&amp;first=$2;\r\n  rewrite ^\/aj\/([^\/.]+)\/([^\/.]+)\/([^\/.]+)\/?$ \/ajax.php?type=$1&amp;first=$2&amp;second=$3;\r\n}\r\n\r\nlocation \/edit {\r\n  rewrite ^\/edit-video\/(.*)?$ \/index.php?link1=edit-video&amp;id=$1;\r\n}\r\n\r\nlocation \/watch {\r\n  rewrite ^\/watch\/([^\\\/]+)(\\\/|)?$ \/index.php?link1=watch&amp;id=$1;\r\n  rewrite ^\/watch\/([^\\\/]+)\/list\/([^\\\/]+)(\\\/|)?$ \/index.php?link1=watch&amp;id=$1&amp;list=$2;\r\n}\r\n\r\nlocation \/embed {\r\n  rewrite ^\/embed\/(.*)?$ \/index.php?link1=embed&amp;id=$1;\r\n}\r\n\r\nlocation \/resend {\r\n  rewrite ^\/resend\/(.*)\/(.*)?$ \/index.php?link1=resend&amp;id=$1&amp;u_id=$2;\r\n}\r\n\r\nlocation \/redirect {\r\n  rewrite ^\/redirect\/(.*)?$ \/index.php?link1=redirect&amp;id=$1;\r\n}\r\n\r\nlocation \/settings {\r\n  rewrite ^\/settings\/(.*)\/(.*)$ \/index.php?link1=settings&amp;page=$1&amp;user=$2;\r\n  rewrite ^\/settings\/(.*)$ \/index.php?link1=settings&amp;page=$1;\r\n}\r\n\r\nlocation \/terms {\r\n  rewrite ^\/terms\/([^\\\/]+)(\\\/|)$ \/index.php?link1=terms&amp;type=$1;\r\n}\r\n\r\nlocation \/go_pro {\r\n  rewrite ^\/go_pro(\\\/|)$ \/index.php?link1=go_pro;\r\n}\r\n\r\nlocation \/ads {\r\n  rewrite ^\/ads(\\\/|)$ \/index.php?link1=ads;\r\n  rewrite ^\/ads\/create(\\\/|)$ \/index.php?link1=create_ads;\r\n  rewrite ^\/ads\/edit\/(\\d+)(\\\/|)$ \/index.php?link1=edit_ads&amp;id=$1;\r\n}\r\n\r\nlocation \/contact {\r\n  rewrite ^\/contact-us(\\\/|)$ \/index.php?link1=contact;\r\n}\r\n\r\n<\/pre>\n<p>Playtube \u524d\u53f0\u4e2d\u6587\u7ffb\u8bd1\u6587\u4ef6<br \/>\n[iv_act]\u4f7f\u7528\u8bf4\u660e\uff1a<\/p>\n<p>\u4fee\u6539\u538b\u7f29\u5305\u6587\u4ef6\u4e3alangs.sql \uff08langs.zip ==&gt; langs.sql\uff09\uff0c\u5bfc\u5165\u6570\u636e\u5e93\u5373\u53ef\u3002<\/p>\n<p>\u5e94\u8be5\u8fd9\u6837\u5c31\u53ef\u4ee5\u4e86\uff0c\u6ca1\u6709\u5b9e\u9a8c\u8fc7\uff0c\u81ea\u5df1\u8bd5\u8bd5\u53ef\u4e0d\u53ef\u4ee5\u7528\u3002\u540e\u53f0language\u503c\uff1aChinese<\/p>\n<p>\u6d4b\u8bd5\u7ad9\u70b9\uff1a<a href=\"https:\/\/www.fransty.com\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.fransty.com\/<\/a> [\/iv_act]<\/p>\n<p>\u4e2d\u6587\u6f22\u5316\u7248\u6587\u6a94<br \/>\n[iv_act]4563\u672c\u5730\u4e0b\u8f09<br \/>\n<a href=\"http:\/\/4563.org\/wp-content\/uploads\/2018\/02\/langs20180210-18.30.zip\">langs(20180210-18.30)<\/a>[\/iv_act]<\/p>\n<p>\u4f86\u6e90:<br \/>\n<a href=\"http:\/\/www.hostloc.com\/thread-427809-1-1.html\" target=\"_blank\" rel=\"noopener\">cdseoo<\/a><br \/>\n<a href=\"http:\/\/www.hostloc.com\/thread-428865-1-1.html\" target=\"_blank\" rel=\"noopener\">cclylycc<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7c21\u4ecb [iv_act]playtu&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/4185"}],"collection":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4185"}],"version-history":[{"count":4,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/4185\/revisions"}],"predecessor-version":[{"id":10069,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/4185\/revisions\/10069"}],"wp:attachment":[{"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4185"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4185"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}