PHP超级Ping网站接口源码

PHP超级Ping网站接口源码
                     第一张

<?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) {
}
?>

本文结束

发表评论

登录... 评论区已永久关闭~