Home >php教程 >PHP源码 >使用PHP集成万网域名查询API接口

使用PHP集成万网域名查询API接口

PHP中文网
PHP中文网Original
2016-05-25 17:09:542228browse

跳至[

<!--!doctype-->

                       

           

2. [代码]GET2.PHP页面代码(查询和显示)    

<br/>

           

           

                   

3. [文件] domain.rar ~ 3KB  

                           

           

           

4. [图片] QQ截图20120921155139.jpg使用PHP集成万网域名查询API接口    

使用PHP集成万网域名查询API接口

                       

           

5. [图片] QQ截图20120921155229.jpg使用PHP集成万网域名查询API接口    

使用PHP集成万网域名查询API接口

                       

           

6. [代码][其他]代码     跳至

万网域名注册查询接口(API)的说明 1、域名查询
接口采用HTTP,POST,GET协议:
调用URL:http://panda.www.net.cn/cgi-bin/check.cgi
参数名称:area_domain 值为标准域名,例:hichina.com
调用举例:http://panda.www.net.cn/cgi-bin/check.cgi?area_domain=hichina.com
返回XML:


 HTML代码2002zher3r3r.com210 : Domain name is available[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

返回 XML 结果说明:
returncode=200 表示接口返回成功
key=***.com表示当前check的域名
original=210 : Domain name is available     表示域名可以注册
original=211"" : Domain name is not available 表示域名已经注册
original=212 : Domain name is invalid   表示域名参数传输错误

2、域名信息whois
接口采用HTTP,POST,GET协议:
调用URL:http://whois.hichina.com/cgi-bin/whois
参数名称:domain 值为标准域名,例:hichina.com
调用举例:http://whois.hichina.com/cgi-bin/whois?domain=hichina.com
返回文本:其中在字符《pre》与字符《/pre》之间即为域名信息内容。

           

       

Statement:
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
Previous article:PHP图片采集程序--图片采集类Next article:php投票类