摘要: <?php error_reporting(0); highlight_file(__FILE__); $url=$_POST['url']; $x=parse_url($url); if($x['scheme'] 'http'||$x['scheme'] 'https'){ if(!preg_ma 阅读全文
posted @ 2025-05-21 16:31 justdoIT* 阅读(5) 评论(0) 推荐(0)
摘要: <?php error_reporting(0); highlight_file(__FILE__); $url=$_POST['url']; $x=parse_url($url); if($x['scheme'] 'http'||$x['scheme'] 'https'){ if(!preg_ma 阅读全文
posted @ 2025-05-21 16:20 justdoIT* 阅读(8) 评论(0) 推荐(0)
摘要: <?php error_reporting(0); highlight_file(__FILE__); $url=$_POST['url']; $x=parse_url($url); if($x['scheme'] 'http'||$x['scheme'] 'https'){ if(!preg_ma 阅读全文
posted @ 2025-05-21 16:16 justdoIT* 阅读(8) 评论(0) 推荐(0)
摘要: <?php error_reporting(0); highlight_file(__FILE__); $url=$_POST['url']; $ch=curl_init($url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CUR 阅读全文
posted @ 2025-05-21 16:10 justdoIT* 阅读(13) 评论(0) 推荐(0)