<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>whois</title>
</head>
<body>
<fieldset>
<legend>whois</legend>
<form name="form1" method="post" action="<? PHPSELF?>"><inputtype="text"name="domainname">.cn<inputtype="submit"name="Submit"value="查询"></form></fieldset>查询域名:<?echodomainname;?>
.cn
<?php
fp=fsockopen("whois.cnnic.cn",43,errno, errstr,30);if(!fp) {
echo "errstr(errno)<br>\n";
} else {
fputs (fp,"domainname".".cn"."\r\n");
echo "<pre>";
while (!feof(fp))$data=fgets($fp,1024);$data=strreplace("nomatchingrecord","该域名没有被注册\n<ahref=′http://www.cnwwwcn.com′>我想注册该域名</a>",$data);/∗$data=fgetc($fp);if($data=="\n")echo"<br>";∗/echo$data;//nomatchingrecordecho"</pre>";fclose(fp);
}
?>
</body>
</html>
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。