{"id":1684,"date":"2022-10-31T12:48:27","date_gmt":"2022-10-31T04:48:27","guid":{"rendered":"https:\/\/www.siediyer.cn\/?p=1684"},"modified":"2022-10-31T12:48:27","modified_gmt":"2022-10-31T04:48:27","slug":"%e7%a0%b4%e8%a7%a3%e5%9b%be%e7%89%87%e9%98%b2%e7%9b%97%e9%93%be","status":"publish","type":"post","link":"https:\/\/www.siediyer.cn\/?p=1684","title":{"rendered":"\u7834\u89e3\u56fe\u7247\u9632\u76d7\u94fe"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;?php\r\nerror_reporting(E_ERROR | E_PARSE );\r\n@ini_set('max_execution_time', '0');\r\n@ini_set(\"memory_limit\",'-1');\r\n$url = $_GET[\"url\"];\r\nif (!empty($url) &amp;&amp; substr($url,0,4)=='http') {\r\n    $dir = pathinfo($url);\r\n    $host = $dir['dirname'];\r\n    $ext = $dir['extension'];\r\n    $refer = $host.'\/';\r\n    $ch = curl_init($url);\r\n    curl_setopt ($ch, CURLOPT_REFERER, $refer);\r\n    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);\r\n    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);\r\n    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 15);\r\n    curl_setopt($ch, CURLOPT_TIMEOUT, 30);\r\n    curl_setopt($ch, CURLOPT_HEADER,0);\r\n    curl_setopt($ch, CURLOPT_POST, 0);\r\n    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);\r\n    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 1);\r\n    curl_setopt($ch, CURLOPT_BINARYTRANSFER, 1);\r\n    $data = @curl_exec($ch);\r\n    curl_close($ch);\r\n    $types = array(\r\n        'gif'=&gt;'image\/gif',\r\n        'jpeg'=&gt;'image\/jpeg',\r\n        'jpg'=&gt;'image\/jpeg',\r\n        'jpe'=&gt;'image\/jpeg',\r\n        'png'=&gt;'image\/png',\r\n    );\r\n    $type = $types[$ext] ? $types[$ext] : 'image\/jpeg';\r\n    header(\"Content-type: \".$type);\r\n    echo $data;\r\n}<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;?php error_reporting(E_ERROR | E_PARSE ); @ini_set( [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-1684","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/posts\/1684","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1684"}],"version-history":[{"count":1,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/posts\/1684\/revisions"}],"predecessor-version":[{"id":1685,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=\/wp\/v2\/posts\/1684\/revisions\/1685"}],"wp:attachment":[{"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1684"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.siediyer.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}