[PEAR-BUG] Bug #18699 [Opn]: Net_Whois does not return results for *.de domains

[email protected]
Newsgroups php.pear.bugs
Message-ID <[email protected]>
Edit report at http://pear.php.net/bugs/bug.php?id=18699&edit=1

 ID:               18699
 Updated by:       [email protected]
 Reported By:      suncoast dot adsl at yahoo dot com dot au
-Summary:          Net_Whois does not rurn results for *.de domains
+Summary:          Net_Whois does not return results for *.de domains
 Status:           Open
 Type:             Bug
 Package:          Net_Whois
 Operating System: Linux
 Package Version:  1.0.4
 PHP Version:      5.3.6
 Roadmap Versions: 
 New Comment:

-Summary: Net_Whois does not rurn results for *.de domains
+Summary: Net_Whois does not return results for *.de domains



Previous Comments:
------------------------------------------------------------------------

[2011-07-31 10:19:08] goan69

Description:
------------
Use this link that use Net_Whois for an example.
http://internet-portal.me/domain/?dns=http://www.magazine-deutschland.de/

Works with any domain EXCEPT .de domains (Germany)

Just replace ?dns=domain to test.

Test script:
---------------
require_once "Net/Whois.php";
$whois = new Net_Whois();
// Lookup by DNS hostname
$host = filter_var($_GET['dns']);
$info = $whois->query($host);
$info = nl2br($info);
ech $info'

Expected result:
----------------
Expect to see whois results for any German domain (*.de)


Actual result:
--------------
As per the example I only get :

Domain: magazine-deutschland.de
Status: connect

AND NOTHING ELSE

ALSO microsoft.com, msn.com and google.com return hacked whois results.

------------------------------------------------------------------------


-- 
Edit this bug report at http://pear.php.net/bugs/bug.php?id=18699&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.