Hi,
I want to display domain age on my website. The obvious answer is to find the creation year on whois. This is fine except I need to query 130.000 domains a day and most whois servers have 2000 query limits.
Moreover web based whois query works slower. Command line based query is faster but there is a redirection from whois.internic.net to a random whois server. I think the internic whois has no limit but my programmer doesn't know how to avoid the redirection and to query internic with command line whois.
What are your suggestions on this issue? I know about php whois library. We tried that.
I want to display domain age on my website. The obvious answer is to find the creation year on whois. This is fine except I need to query 130.000 domains a day and most whois servers have 2000 query limits.
Moreover web based whois query works slower. Command line based query is faster but there is a redirection from whois.internic.net to a random whois server. I think the internic whois has no limit but my programmer doesn't know how to avoid the redirection and to query internic with command line whois.
What are your suggestions on this issue? I know about php whois library. We tried that.






