1
( StudioC Please Note )
A solution has been found for the denic.de server problem with .de TLD whois lookups. The fix will be incorporated into the next release of all Netquery editions. For those wishing to patch the current v2.1 version of the XOOPS edition, the code change for Netquery's main index.php file is as follows.
Add after:
$target = $domain[$j].$whois_ext[$j];
$getlink = $xoopsDB->query("SELECT * FROM ".$xoopsDB->prefix("netquery_whois")." WHERE whois_ext = '$whois_ext[$j]'");
$link = $xoopsDB->fetchArray($getlink);
$whois_server = $link['whois_server'];
This line:
if ($whois_server == 'whois.denic.de') $target = ' -T dn '.$target;