if (isset($xx)) {
$dodo=@file("http://www.e9china.com/cgi-bin/comdns.pl?raw=1&lookup=OK&fqdn=".$fqdn."&domain=".$domain."&root=".$root."&cdomain=2.7");
$i=0;
while($dodo[$i]) {
echo $dodo[$i];
$i++;
}
exit;
}
?>
if (isset($submit)) {
if ($domain=="") { echo "请输入域名"; exit; }
$dom=@file("http://www.e9china.com/cgi-bin/comdns.pl?cdomain=2.7&lookup=OK&domain=".$domain."&root=".$root);
$dom1=substr("$dom[13]",19);
$dom1=chop($dom1);
switch($dom1) {
case "对不起!该域名已被注册":
for($i=0;$i<32;$i++) { #i
echo $dom[$i];
}
?>
| |
以上就介绍了域名查询 一个从别的网站抓取信息的例子域名查询,包括了域名查询方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
Related labels:
source:php.cn
Previous article:Installation of Apache1314+PHP404 under apache tomcat WIN98
Next article:Windowslivemail Email+URL judgment and automatic conversion function
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Latest Issues
How to group and count in MySQL?
I'm trying to write a query that extracts the total number of undeleted messages sent to f...
From 2024-04-06 18:30:17
0
1
353
MySQL gets data from multiple tables
I have a eg_design table which contains the following columns: and eg_domains table which ...
From 2024-04-06 18:42:44
0
2
479
Related Topics
More>
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
|