Last Updated: January 20, 2000
A very nice addition to the web site of a company which specializes in web hosting is an InterNIC Database Query. A small form and simple CGI can be designed to facilitate such a task. The query form and CGI source are presented in two sections below.
The HTML source below represents a simple query form. This form can be customized for your Virtual Server by adding graphics, changing text, and adding other personal touches.
<html>
<head>
<title>InterNIC Database Query</title>
</head>
<body> <hr size = 3>
<h3>InterNIC Database Query</h3>
Use the following form to perform a query exclusively on the
<a href="http://rs.internic.net">InterNIC</a> database
(which includes the ".com", ".net", and ".org" top level domain names).
Not only can you determine whether a domain name you desire is already in use,
but you can find contact names, e-mail addresses, postal addresses, and telephone
numbers. Simply enter the appropriate identifier (such as a domain name, NIC handle, etc)
in the entry field below and select the "Query" button. <p>
<center>
<form method=POST action="/cgi-bin/library/whois/query.pl">
<input name="name" size=24 maxlength=72>
<input type="submit" value="Query">
</form>
</center>
<p> The default action (unless directed otherwise by entering a specific domain
name or NIC handle), is to do a very broad search, looking for matches in all
types of records and most fields (name, nickname, hostname, net address, etc)
in the database. For more information, enter "help" in the entry field above
and select the "Query" button or check out the
<a href="http://rs.internic.net/tools/whois.html">Whois help page</a>
maintained by InterNIC. <p> <hr size = 3>
</body>
</html>
If you are unfamiliar with the FORM HTML element, or would like to learn more about forms, the following URL is an excellent resource:
http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/fill-out-forms/overview.html
To install the query CGI on your Virtual Server you will need to do the following:
print_header_info and
print_footer_info. Feel free to modify these functions such that
the CGI outputs pages that are in synch with the motifs of the rest of your
site. Once you have completed the installation successfully, you will have a working query form like the one shown below (go ahead and test it).
The default action (unless directed otherwise by entering a specific domain name or NIC handle), is to do a very broad search, looking for matches in all types of records and most fields (name, nickname, hostname, net address, etc) in the database. For more information, enter "help" in the entry field above and select the "Query" button or check out the Whois help page maintained by InterNIC.
| © | Copyright 1997 A Little Technology Shoppe, LLC. |