.org whois Look Ups Fail
-
Hi,
If you do a whois for a .org domain it fails with errors similar to below:
=========================================
Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/xxxx/public_html/wp1/wp-content/plugins/domainlabs-whois/domainlabs-whois.php on line 133Warning: fsockopen() [function.fsockopen]: unable to connect to :43 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /home/xxxx/public_html/wp1/wp-content/plugins/domainlabs-whois/domainlabs-whois.php on line 133
0(php_network_getaddresses: getaddrinfo failed: Name or service not known)
=========================================I’m using:
case “org”:
$server[“host”] = “whois.pir.org”;
$server[“notfound”] = “NOT FOUND”;
break;Any ideas on how to fix this?
Thanks.
- The topic ‘.org whois Look Ups Fail’ is closed to new replies.