This is my first script on this site, and seeing Matthew. 's Script I decided to make one a little different. Instead of checking multiple domains, this one checks multiple tlds!
Some of this script uses Matthews. code, I obviously have permission as Matt is a good friend and yes I did ask first.
How To Use:
Enter something like:
techtuts
namepros
pixel2life
lmao
sitename
and it will return the availability of each tld told to in the script. Saves typing all domains out in matts
Anyway, your waiting to see the script arent ya
The Script:
PHP Code:
<?php
set_time_limit(0);
ob_start();
/*
| ---------------------------------------------------
| > Script Name: Domain Availabilty Checker
| > By: Adam
| > Website: www.portfoliosp.com
| > Version: 1.0.0.0
|
| -- Credits:
| > With thanks to Matt Jewell (Matthew.) | www.mattjewell.com
|
| -- IMPORTANT --
| This copyright notice must be left intact. Feel free to modify this script.
| This script may NOT be sold under any circumstances!
| ---------------------------------------------------
*/
The .3 seconds was added by me to actually stop the script killing itself, if removed occasionally the script will start spitting errors. (to be exact you cannot connect to the servers)
Rate limiting is how many requests you can make to the server in a time period yes? I don't actually know, that's my guess lol.
If so i personally haven't had a problem with mine and no one else has reported one so i would assume yes to your question
__________________ My NamePros Tools (firefox plugin, google gadget etc)
Warning: fsockopen() [function.fsockopen]: unable to connect to whois.pir.org:43 (Connection timed out) in /home/*****/public_html/dnlookup/index.php on line 75
Error Connecting To Server:whois.pir.org
Here is a huge request - I'd even pay for this to be included:
When a domain name is searched and found to be available the available name should become an active link to where the searcher can then register the domain. Of course the hyperlink would contain our affiliate code so we get a piece of the action.
It would need the ability to put in affiliate codes to different registrars for each .tld or group of tld's.
As well, for user satisfaction - the search box should remain displayed after a search to entice them to search again instead of closing the browser window.