Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.6

Request #17497 Nominet WHOIS2 support
Submitted: 2010-06-15 20:50 UTC
From: hm2k Assigned: kguest
Status: Assigned Package: Net_Whois (version SVN)
PHP Version: 5.3.2 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-06-15 20:50 UTC] hm2k (James Wade)
Description: ------------ @see http://www.nominet.org.uk/other/whois2/instruct/ The WHOIS2 service enables WHOIS gateways/proxies to query the WHOIS database without being blocked for excessive use. Queries are sent to port 1043 on the server whois.nic.uk rather than the ordinary port 43. The format of the queries is: <hostname of client> <IP address of client> <domain to query><cr><lf>

Comments

 [2010-06-15 21:30 UTC] kguest (Ken Guest)
-Assigned To: +Assigned To: kguest
 [2010-10-21 16:44 UTC] hm2k (James Wade)
 [2011-08-14 05:58 UTC] kguest (Ken Guest)
-Status: Assigned +Status: Feedback
The getRemoteHost method seems incomplete - is the $ip variable intended to be a second parameter? Also, the code does not adhere to current Coding Standards (no spaces after parameters, no spaces surrounding equals sign etc. Please remedy these issues so your proposal can be adopted without further delay - thanks!
 [2011-09-02 22:17 UTC] hm2k (James Wade)
-Status: Feedback +Status: Open
It was only a proof of concept, which you could have easily adapted yourself but I have now updated it against the PEAR coding standards anyway: http://hm2k.googlecode.com/svn/trunk/code/php/library/Whois2.php