Problem with domain checker script.

by 3 replies
4
Hello Warriors,

I got my own php script to check domain availability (.com .net .org) in bulk. Meaning that with one click, script will go and check all the domains (from the list) and show the result either it is taken or available.

The problem with my script is it cannot check the availability of .org extension after 4th queries. It will always show domain was taken.

From my research on Google, they mentioned that is due to limit by whois server.

Anybody know how to overcome or do some 'trick' to make my script works?

If you know the solution, please let me know and i'm ready to pay you to fix the problem.

Thanks.
#programming #checker #domain #problem #script
  • use whois.crsnic.net as whois server.
    Hope it will help .
    To get whois checker script check mkj.co.in/?p=52
  • the only way to circumvent such limitations is building in the use of proxy servers (you'll be needing a good list of proxy servers for a good bulk check).

    Or of course find another whois server which doesn't have this limitation
    • [1] reply
    • Check your domain checker script in free tool. Whois server and domain-check-script.fyxm.net are the best tools you can use.

Next Topics on Trending Feed

  • 4

    Hello Warriors, I got my own php script to check domain availability (.com .net .org) in bulk. Meaning that with one click, script will go and check all the domains (from the list) and show the result either it is taken or available.