当前位置: 首页 > 图文教程 > 网络编程 > PHP > 无数据库的详细域名查询程序PHP版(5)

PHP
PHP中for循环语句的几种“变态”用法
用PHP与XML联手进行网站开发
PHP程序漏洞产生的原因和防范方法
利用PHP编程防范XSS跨站脚本攻击
使用PHP往Windows系统中添加用户
PHP Shell的编写(改进版)
PHP开发中接收复选框信息的方法
PHP程序加速探索之服务器负载测试
PHP实现首页自动选择语言转跳
十天学会php之第一天
十天学会php之第二天
十天学会php之第三天
十天学会php之第四天
十天学会php之第五天
十天学会php之第六天
十天学会php之第七天
十天学会php之第八天
十天学会php之第九天
十天学会php之第十天
Web开发源代码:PHP生成静态页面的类

无数据库的详细域名查询程序PHP版(5)


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-13   浏览: 35 ::
收藏到网摘: n/a

文件十四:wizardres.tml
<p>下面结果来自域名注册向导, 这些结果从<i>[>WHOIS_SERVER<]</i>获得, 点击订购可以申请的域名,你也可以查看谁注册了那些域名。<a href="[>SCRIPT_NAME<]?do_wizard=1">单击这里</a> 返回域名注册向导。<p>
<center>
<table border=0 width="100%">
<tr>
<td width="50%" align="center">
<font face="" size="">
<b>下面域名不可以申请:</B>
</font>
</td><td width="50%" align="center">
<font face="" size="">
<b>下面域名可以申请:</b></font>
</td>
</tr>
<tr><td colspan=2><hr></td></tr>
<tr>
<td width="50%" align="center">
<font face="" size="">
[>AVAIL_LIST<]
</font>
</td><td width="50%" align="center">
<font face="" size="">
[>UNAVAIL_LIST<]
</font>
</td></tr>
</table>
</center>
</font>

文件十五:wizres.tml
<p>下面结果来自域名注册向导, 这些结果从<i>[>WHOIS_SERVER<]</i>获得, 点击订购可以申请的域名,你也可以查看谁注册了那些域名 <a href="[>SCRIPT_NAME<]?do_wizard=1">单击这里</a>返回域名注册向导。<p>
<center>
<table border=0 width="100%">
<tr>
<td width="50%" align="center">
<font face="" size="">
<b>下面域名不可以申请:</B>
</font>
</td><td width="50%" align="center">
<font face="" size="">
<b>下面域名可以申请:</b></font>
</td>
</tr>
<tr><td colspan=2><hr></td></tr>
<tr>
<td width="50%" align="center">
<font face="" size="">
[>AVAIL_LIST<]
</font>
</td><td width="50%" align="center">
<font face="" size="">
[>UNAVAIL_LIST<]
</font>
</td></tr>
</table>
</center>
</font>

--------------------------------------------------------------------
全文完