Edit report at https://pear.php.net/bugs/bug.php?id=18733&edit=1
ID: 18733
Updated by: [email protected]
Reported By: suncoast dot adsl at yahoo dot com dot au
Summary: .nz not returning whois results
-Status: Assigned
+Status: No Feedback
Type: Bug
Package: Net_Whois
Operating System: Linux
Package Version: 1.0.5
PHP Version: 5.3.6
Assigned To: kguest
Roadmap Versions:
New Comment:
-Status: Assigned
+Status: No Feedback
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
Previous Comments:
------------------------------------------------------------------------
[2011-09-13 01:14:30] kguest
this appears to be working for your sample domain:
<?php
require_once 'Net/Whois.php';
$host = 'orc.govt.nz';
$whois = new Net_Whois();
$info = $whois->query($host);
echo $info;
?>
could you please confirm that this is the case?
------------------------------------------------------------------------
[2011-09-13 01:13:03] kguest
-Assigned To:
+Assigned To: kguest
------------------------------------------------------------------------
[2011-08-15 01:30:29] goan69
Description:
------------
The whois module is not returning the full details for the whois
information for .nz domains.
Test script:
---------------
$whois = new Net_Whois();
$info = $whois->query($host);
$info = nl2br($info);
echo($info);
Expected result:
----------------
See whois result below for .nz domains
see example orc.govt.nz
I am not sure if this a bug with whois or my domain has been blocked,
which is hard to believe since only 5 accesses have been made to .nz
domains from my site in the last 6 months.
(By the way, thanks for fixing the problem with the .de domains).
Actual result:
--------------
.
%
% Using multiple WHOIS queries, or using the output of multiple WHOIS
% queries in conjunction with any other facility or service, to enable
% or effect a download of part or all of the .nz Register.
%
% Using any information contained in the WHOIS query output to attempt
a
% targeted contact campaign with any person, or any organisation, using
any
% medium.
%
% A breach of these conditions will be treated as a breach of the .nz
Policies
% and Procedures. Sanctions in line with those specified in the policies
and
% procedures at www.dnc.org.nz may result from any breach.
%
% Copyright InternetNZ
------------------------------------------------------------------------