<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/phpwhois/patches/" rel="alternate"/><link href="https://sourceforge.net/p/phpwhois/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpwhois/patches/</id><updated>2014-02-27T19:40:30.497000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>NU handler update</title><link href="https://sourceforge.net/p/phpwhois/patches/40/" rel="alternate"/><published>2014-02-27T19:40:30.497000Z</published><updated>2014-02-27T19:40:30.497000Z</updated><author><name>Herman van Rink</name><uri>https://sourceforge.net/u/helmo/</uri></author><id>https://sourceforge.net5fe763714fe950452f86cfedb65d6c920d32ba72</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I noticed that the .nu domains stoped working recently. Their output format has changed.&lt;/p&gt;
&lt;p&gt;Here's a patch.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Whois *.UA</title><link href="https://sourceforge.net/p/phpwhois/patches/39/" rel="alternate"/><published>2013-08-23T14:07:00.037000Z</published><updated>2013-08-23T14:07:00.037000Z</updated><author><name>ivan</name><uri>https://sourceforge.net/u/delef/</uri></author><id>https://sourceforge.nete936a84948bdd2f1f6803bdafb23a09f5c57bcd7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi! Help me, please. I can't add a new domain zone. For example to check the whois domain kiev.ua. Thenks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Adding a field to the registrar for .ru .su</title><link href="https://sourceforge.net/p/phpwhois/patches/38/" rel="alternate"/><published>2012-04-05T12:18:27Z</published><updated>2012-04-05T12:18:27Z</updated><author><name>xaker1</name><uri>https://sourceforge.net/u/xaker1/</uri></author><id>https://sourceforge.net98ef265198022a0f2cd88a8883ed374e3bfdf046</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Adding a field to the registrar for .ru .su to section domain&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Official whois server for ru,su,рф</title><link href="https://sourceforge.net/p/phpwhois/patches/37/" rel="alternate"/><published>2012-04-04T16:10:47Z</published><updated>2012-04-04T16:10:47Z</updated><author><name>xaker1</name><uri>https://sourceforge.net/u/xaker1/</uri></author><id>https://sourceforge.netfc87085ded2790265e535b0167bcce2d597e0a34</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Using the official whois servers (whois.ripn.net) .ru, .рф (xn--p1ai) and .su&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>RIPE ASN Lookup</title><link href="https://sourceforge.net/p/phpwhois/patches/36/" rel="alternate"/><published>2011-11-08T23:07:21Z</published><updated>2011-11-08T23:07:21Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb2d51fe4329d1c868661a43a6f1ab99313082d7d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If you do an IP lookup via a ripe server, the handler performs correctly.&lt;/p&gt;
&lt;p&gt;However, if you do an ASN lookup, the returned results will return the "main" block, instead of returning the "" block. The "main" block is defaulted to RIPE's information, so the abuse email and contact information will be RIPE's instead of the ASN owner. &lt;/p&gt;
&lt;p&gt;In the RIPE handler(whois.ip.ripe.php) line #53 I added this to get it to function properly:&lt;br /&gt;
/* kcmerrill - kcmerrill@gmail.com - 10.20.2011&lt;br /&gt;
* Ripe Handler when using ASN's appears to be putting their main info first.&lt;br /&gt;
* So we need to get rid of their information(which was consistently 100 lines over quite a few ASN's)&lt;br /&gt;
*/&lt;br /&gt;
$blocks = generic_parser_a_blocks($data_str,$translate,$disclaimer);&lt;br /&gt;
if(isset($blocks["main"]["org"]) &amp;amp;&amp;amp; $blocks["main"]["org"] == "ORG-NCC1-RIPE"){}&lt;br /&gt;
//array_splice($data_str, 0, 101);&lt;br /&gt;
//We don't need blocks right now.&lt;br /&gt;
unset($blocks);&lt;/p&gt;
&lt;p&gt;I've attached the handler file in it's entirety. Hopefully somebody might find this useful.&lt;br /&gt;
-kc&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>add .bh ccTLD</title><link href="https://sourceforge.net/p/phpwhois/patches/35/" rel="alternate"/><published>2011-09-08T08:52:23Z</published><updated>2011-09-08T08:52:23Z</updated><author><name>Bernhard Reutner-Fischer</name><uri>https://sourceforge.net/u/aldot/</uri></author><id>https://sourceforge.net4275fe2c444d7ccde820206f1e2ca9a52c7373af</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;add .bh ccTLD of BAHRAIN&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>xxx support</title><link href="https://sourceforge.net/p/phpwhois/patches/34/" rel="alternate"/><published>2011-08-10T21:57:23Z</published><updated>2011-08-10T21:57:23Z</updated><author><name>Herman van Rink</name><uri>https://sourceforge.net/u/helmo/</uri></author><id>https://sourceforge.net0d77558ca5a955a91d6380f86fd8f174c49a57f3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Maybe xxx should be removed from $this-&amp;gt;WHOIS_NON_ICANN but it is not required for this to work.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>UK Handler Improvement</title><link href="https://sourceforge.net/p/phpwhois/patches/32/" rel="alternate"/><published>2011-06-09T21:18:56Z</published><updated>2011-06-09T21:18:56Z</updated><author><name>Curon Davies</name><uri>https://sourceforge.net/u/cwd24/</uri></author><id>https://sourceforge.netf273ad5da9f781b10fb56275d77138889ecdc57e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Add all available fields in the handler and fix a typo.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>IR Lookups</title><link href="https://sourceforge.net/p/phpwhois/patches/31/" rel="alternate"/><published>2011-04-30T10:44:57Z</published><updated>2011-04-30T10:44:57Z</updated><author><name>Sepehr Lajevardi (github/sepehr)</name><uri>https://sourceforge.net/u/lajevardi/</uri></author><id>https://sourceforge.netc4aee92f0b826aa4fbf9b29943932f32906ff97e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ability to lookup .ir domains: &lt;a href="http://githu.com/sepehr/phpwhois-ir" rel="nofollow"&gt;http://githu.com/sepehr/phpwhois-ir&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>.be fix</title><link href="https://sourceforge.net/p/phpwhois/patches/30/" rel="alternate"/><published>2010-08-24T20:52:04Z</published><updated>2010-08-24T20:52:04Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net51a01645e2ecba0b916b6abcc65f90e3ba210dce</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;whois.dns.be block flood request on traditionnal tcp whois,&lt;br /&gt;
FYI: they have open a DAS service on port 4343 with a new syntax (!?) more info on www.dns.be&lt;/p&gt;
&lt;p&gt;BUT !&lt;br /&gt;
if you add this line :&lt;/p&gt;
&lt;p&gt;'be'     =&amp;gt; 'whois.tucows.com',&lt;/p&gt;
&lt;p&gt;in the following section :&lt;/p&gt;
&lt;p&gt;$this-&amp;gt;WHOIS_SPECIAL = array(&lt;/p&gt;
&lt;p&gt;in this file : "whois.servers.php"&lt;/p&gt;
&lt;p&gt;it works well :)&lt;/p&gt;
&lt;p&gt;Sebastien CAPS&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>