<?php
$url = $_GET['url'];
$result = file_get_contents("https://ping.tx7.co/ping.php?host=".$url);
header("Content-Type:text/html;charset=UTF-8");
print_r($result);
if ($arr['code']==1) {
}
?>本文转载自:精准像素:11px.cn ,感谢作者分享实用知识
<?php
$url = $_GET['url'];
$result = file_get_contents("https://ping.tx7.co/ping.php?host=".$url);
header("Content-Type:text/html;charset=UTF-8");
print_r($result);
if ($arr['code']==1) {
}
?>本文转载自:精准像素:11px.cn ,感谢作者分享实用知识