Web Hosting Talk







View Full Version : I need a Free Who Is Script


Lacey
06-22-2001, 10:20 AM
I couldnt decide which forum this applied to *smiles at the moderators :blush: * I need a free Who is script where would I find a decent one?

schweiz
06-22-2001, 11:07 AM
Do a search @ Hotscripts (http://www.hotscripts.com) ->

http://www.hotscripts.com/search/?query=whois&category=all

tcmonica
06-22-2001, 12:02 PM
try searching http://www.thecgisite.com

that's where i found my whois script from anyways.

cheers!

(SH)Saeed
06-22-2001, 12:48 PM
Simply create a file named whois.php and paste the following code in it and you're all set..

<html>
<head>
<title>Whois by zolbian</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="whois.php">
www.<input type="text" name="url" value="<?= $url ?>">
<input type="submit" name="Submit" value="Whois">
</form>

<hr>
<pre>
<?php>
system("whois $url");
?>
</pre>
</body>
</html>

Feel free to change the HTML as you like, I just did a simple example in 1 minute.

Enjoy!..

Sorry, for some reason I coded and posted a traceroute first, hehe. But it's a whois script now :D

en
06-22-2001, 12:57 PM
www.cgi-resources.com

lots of good sh*t there!

acetate
06-22-2001, 01:01 PM
Here ya go!

http://bw.org/whois/

mlovick
06-23-2001, 05:12 AM
http://www.noc2.com/