#!/usr/bin/perl
print "Content-type:text/html\n\n";
@domains = ( "yahoo.com", "msn.com", "aol.com", "domainnamethatisavailable.com" );
foreach $domain (@domains) {
if (`whois $domain` =~ "No match for \"") {
print "$domain is available<br>";
}
}this script is fairly simple: you enter the domain names you want to check into the array and it tells you which ones are available. for convenience, you could set up a crontab to have it run daily and modify it to e-mail when a domain name becomes available. hope this helps,
Jason
[watchmydomains.com...]
Looks like it will do what you are requesting.
<no sigs please>
(edited by: Brett_Tabke)
I have played with WmD and can cetainly reccommend it.
Onya
Woz