Hi and thanks in advance for any help you are able to provide.
Ok so my problem is that we are based in Zimbabwe and the .co.zw tld does not have a publicly available Whois server so domain name lookups are proving to be difficult.
As a work around I have created a PHP script which queries DNS records and then gives a result of "AVAILABLE" if the domain is available and no result if it is already registered. I have uploaded the script and checked it is working outside of WHMCS. See here /http://www.hectic.co.zw/dns.php?domain=isthisdomainavailable.co.zw
When I add it to the whoisservers.php as .co.zw|/http://www.hectic.co.zw/dns.php?domain=|AVAILABLE and try to do a lookup WHMCS replies with "There was a problem connecting to the domain registry. Please try again later." I'm guessing that WHMCS is expecting a different response from my script.
Please any help you can give is very much appreciated. I'm so close yet so far!
Thank you!