Looking for someone to create a quick php script that will check the availability of a domain at a set interval. Ex: It will go to a whois page (i'll provide it), use the domain I specify (maybe have a GET for this, ex: checkdomain.php?d=yahoo.com), loop the check depending on interval set (in minutes, this can be another variable, either set in URL or in the script itself *.php?d=432342.com&t=10) by me until domain it available OR expiration date has changed. Then once either of those happen send me an e-mail. Also, while looping show result buffer (each on its own line). **This shouldn't take longer than an hour for someone who knows what they're doing. I probably have code titbits around my hard drive someone to do this, but think that it will be easier for someone else to do. US$15.00 via PayPal for anyone interested as soon as final working version is completed.
There's no point in checking a domain expiration date again and again. That may last days, weeks, months depending on the domain expiration date. Why not checking it once, get the expiration date, save it, and make the script sned you an email at that date or several times before.
@edduvs, that is the logic. i will only be checking domains that are expired, but are still not available... hence the script is to check when these expired domains are released and 'available'. I will not be checking on random domains, but domains that I have my eye on.