<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/phpwhois/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/phpwhois/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpwhois/bugs/</id><updated>2021-12-22T09:44:55.082000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Does the "$whois-&gt;deep_whois=false;" setting work?</title><link href="https://sourceforge.net/p/phpwhois/bugs/141/" rel="alternate"/><published>2021-12-22T09:44:55.082000Z</published><updated>2021-12-22T09:44:55.082000Z</updated><author><name>kadence0</name><uri>https://sourceforge.net/u/kadence0/</uri></author><id>https://sourceforge.netb9dd9f42f91e970e80fcb27e492887122e943542</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The Readme says:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you just want to know if a domain is registered or not but do not&lt;br/&gt;
care about getting the real owner information you can set:&lt;/p&gt;
&lt;p&gt;$whois-&amp;gt;deep_whois = false;&lt;/p&gt;
&lt;p&gt;this will tell phpWhois to just query one whois server. For .com, .net&lt;br/&gt;
and .tv domains and ip addresses this will prevent phpWhois to ask more&lt;br/&gt;
than one whois server, you will just know if the donmain is registered&lt;br/&gt;
or not and which is the registrar but not the owner information.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;However, when I do this, it seems to give the same result. Including the same returned PHP object, with 55 array objects. Does this fast lookup feature actually work?&lt;/p&gt;
&lt;p&gt;Also, if I use this script at a high volume - say, in the tens of thousands per day - will I get into trouble with my host, or get blocked by the Whois servers?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Does anyone know how to fix a .tv domain so it does a "deep whois" ?</title><link href="https://sourceforge.net/p/phpwhois/bugs/139/" rel="alternate"/><published>2017-01-28T00:46:29.384000Z</published><updated>2017-01-28T00:46:29.384000Z</updated><author><name>Markus Schrijver</name><uri>https://sourceforge.net/u/floppyfringe/</uri></author><id>https://sourceforge.net4dc22d084905af3695cac2b9a814cd462c78e92f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There is just one bug, that is bugging me, LOL, everything else seems fine.&lt;/p&gt;
&lt;p&gt;One example:&lt;/p&gt;
&lt;p&gt;regrinfo-&amp;gt;Array&lt;br/&gt;
 domain-&amp;gt;Array&lt;br/&gt;
  name-&amp;gt;park16.tv&lt;br/&gt;
  changed-&amp;gt;2016-07-30&lt;br/&gt;
  created-&amp;gt;2008-08-06&lt;br/&gt;
  status-&amp;gt;Array&lt;br/&gt;
   0-&amp;gt;clientDeleteProhibited &lt;a href="https://icann.org/epp#clientDeleteProhibited" rel="nofollow"&gt;https://icann.org/epp#clientDeleteProhibited&lt;/a&gt;&lt;br/&gt;
   1-&amp;gt;clientTransferProhibited &lt;a href="https://icann.org/epp#clientTransferProhibited" rel="nofollow"&gt;https://icann.org/epp#clientTransferProhibited&lt;/a&gt;&lt;br/&gt;
   2-&amp;gt;clientUpdateProhibited &lt;a href="https://icann.org/epp#clientUpdateProhibited" rel="nofollow"&gt;https://icann.org/epp#clientUpdateProhibited&lt;/a&gt;&lt;br/&gt;
  nserver-&amp;gt;Array&lt;br/&gt;
   ns.123-reg.co.uk-&amp;gt;212.67.202.2&lt;br/&gt;
   ns2.123-reg.co.uk-&amp;gt;92.51.159.40&lt;br/&gt;
 registered-&amp;gt;yes&lt;br/&gt;
regyinfo-&amp;gt;Array&lt;br/&gt;
 referrer-&amp;gt;http://www.meshdigital.com&lt;br/&gt;
 registrar-&amp;gt;MESH DIGITAL LIMITED&lt;br/&gt;
 servers-&amp;gt;Array&lt;br/&gt;
  0-&amp;gt;Array&lt;br/&gt;
   server-&amp;gt;whois.nic.tv&lt;br/&gt;
   args-&amp;gt;park16.tv&lt;br/&gt;
   port-&amp;gt;43&lt;br/&gt;
 type-&amp;gt;domain&lt;/p&gt;
&lt;p&gt;another example:&lt;/p&gt;
&lt;p&gt;regrinfo-&amp;gt;Array&lt;br/&gt;
 domain-&amp;gt;Array&lt;br/&gt;
  name-&amp;gt;five.tv&lt;br/&gt;
  changed-&amp;gt;2016-06-10&lt;br/&gt;
  created-&amp;gt;2002-07-04&lt;br/&gt;
  status-&amp;gt;Array&lt;br/&gt;
   0-&amp;gt;clientTransferProhibited &lt;a href="https://icann.org/epp#clientTransferProhibited" rel="nofollow"&gt;https://icann.org/epp#clientTransferProhibited&lt;/a&gt;&lt;br/&gt;
  nserver-&amp;gt;Array&lt;br/&gt;
   ns0.clara.net-&amp;gt;217.158.169.7&lt;br/&gt;
   ns1.clara.net-&amp;gt;195.8.69.36&lt;br/&gt;
   ns2.clara.net-&amp;gt;195.245.201.35&lt;br/&gt;
 registered-&amp;gt;yes&lt;br/&gt;
regyinfo-&amp;gt;Array&lt;br/&gt;
 referrer-&amp;gt;http://www.enom.com&lt;br/&gt;
 registrar-&amp;gt;ENOM, INC.&lt;br/&gt;
 servers-&amp;gt;Array&lt;br/&gt;
  0-&amp;gt;Array&lt;br/&gt;
   server-&amp;gt;whois.nic.tv&lt;br/&gt;
   args-&amp;gt;five.tv&lt;br/&gt;
   port-&amp;gt;43&lt;br/&gt;
 type-&amp;gt;domain&lt;/p&gt;
&lt;p&gt;Anyone got a clue?  I can't help but also notice that they expiry date is also missing,created/updated appear just fine, just in case that gives someone a clue as to how to fix it?&lt;/p&gt;
&lt;p&gt;If you can fix it - I'd really appreciate it :o)&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Markus&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Afrinic need -B parameter in whois IP queries do deliver emails</title><link href="https://sourceforge.net/p/phpwhois/bugs/138/" rel="alternate"/><published>2016-06-11T16:22:01.644000Z</published><updated>2016-06-11T16:22:01.644000Z</updated><author><name>Helio Silva</name><uri>https://sourceforge.net/u/heliosabino/</uri></author><id>https://sourceforge.net3ccbabf0c4cf838be6af797be829dc7318c89987</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Afrinic whois needs -B parameter to deliver emails for abuse or administrative complaints otherwhise they filter this information. At moment phpwhois is not getting emails from ip queries.&lt;/p&gt;
&lt;p&gt;for test see whois 41.189.67.49 -B&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>com.au lookup in 4.2.2</title><link href="https://sourceforge.net/p/phpwhois/bugs/137/" rel="alternate"/><published>2015-08-04T23:48:54.614000Z</published><updated>2015-08-04T23:48:54.614000Z</updated><author><name>Eric Bolotin</name><uri>https://sourceforge.net/u/shetfaz/</uri></author><id>https://sourceforge.net69ceb09c581840cef94d0afb2e11186d14efed23</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I tried to look up  aussiemail.com.au  and the lookup failed.&lt;/p&gt;
&lt;p&gt;I modified whois.servers.net and added the line&lt;/p&gt;
&lt;p&gt;'com.au' =&amp;gt; 'whois.aunic.net',&lt;/p&gt;
&lt;p&gt;under // Second level inside the file and now it works.&lt;/p&gt;
&lt;p&gt;I don't know if this is the ideal fix but it seems to work.&lt;br/&gt;
BTW, phpwhois looks like a great tool.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#136 PHP Notice: Undefined offset ... =&gt;  No whois data for some ip adresses </title><link href="https://sourceforge.net/p/phpwhois/bugs/136/?limit=25#7f08" rel="alternate"/><published>2014-12-15T18:37:48.170000Z</published><updated>2014-12-15T18:37:48.170000Z</updated><author><name>Doug</name><uri>https://sourceforge.net/u/dabbdabb/</uri></author><id>https://sourceforge.net431b45963a9195cb3f18928bc8a6f8f25ebcdd87</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;My bad, I only did the tweak mentioned in this thread, I didn't realize there were other changes.  Be sure to try any new code posted to CVS.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Thank you very much for providing the fix, I'm very happy to have this working again!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#136 PHP Notice: Undefined offset ... =&gt;  No whois data for some ip adresses </title><link href="https://sourceforge.net/p/phpwhois/bugs/136/?limit=25#25b4" rel="alternate"/><published>2014-12-15T18:02:59.514000Z</published><updated>2014-12-15T18:02:59.514000Z</updated><author><name>David Saez</name><uri>https://sourceforge.net/u/sparc/</uri></author><id>https://sourceforge.net3c66e5e26a748ae33a09270b8fc9062905d32a1e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;all the ip's you mention work ok with cvs code&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#136 PHP Notice: Undefined offset ... =&gt;  No whois data for some ip adresses </title><link href="https://sourceforge.net/p/phpwhois/bugs/136/?limit=25#d7d6" rel="alternate"/><published>2014-12-15T17:56:43.456000Z</published><updated>2014-12-15T17:56:43.456000Z</updated><author><name>Doug</name><uri>https://sourceforge.net/u/dabbdabb/</uri></author><id>https://sourceforge.neta6ef6c8802ef535ba670879fd97e1d5c6a4f22b4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This fix did fix a majority of non-working IPs for me, but there are still some that are failing in the same manner.  Here are a few: 73.164.249.9, 70.39.185.164, 72.196.194.99, 68.95.249.169, 198.175.68.36, 192.249.41.3, etc.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I remember in the past that not 100% of queries would yield output, but some of these IPs are associated with large ISPs and I would think should yield phpwhois output.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#136 PHP Notice: Undefined offset ... =&gt;  No whois data for some ip adresses </title><link href="https://sourceforge.net/p/phpwhois/bugs/136/?limit=25#fb5d" rel="alternate"/><published>2014-12-14T19:22:26.648000Z</published><updated>2014-12-14T19:22:26.648000Z</updated><author><name>David Saez</name><uri>https://sourceforge.net/u/sparc/</uri></author><id>https://sourceforge.net017fe6f004e02e02a1d93d8f3c64ceb118b75f92</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#136 PHP Notice: Undefined offset ... =&gt;  No whois data for some ip adresses </title><link href="https://sourceforge.net/p/phpwhois/bugs/136/?limit=25#d31f" rel="alternate"/><published>2014-12-14T16:59:22.678000Z</published><updated>2014-12-14T16:59:22.678000Z</updated><author><name>Sam-W</name><uri>https://sourceforge.net/u/sam-w/</uri></author><id>https://sourceforge.net7463769d9a4275e2db453a4f468d4b30f8fad8b4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Brilliant. Thanks Charles.&lt;/p&gt;
&lt;p&gt;Note - the line number in my whois.client.php file is 525 (every line is followed by an extra line break).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#136 PHP Notice: Undefined offset ... =&gt;  No whois data for some ip adresses </title><link href="https://sourceforge.net/p/phpwhois/bugs/136/?limit=25#8d6b" rel="alternate"/><published>2014-12-14T04:09:06.888000Z</published><updated>2014-12-14T04:09:06.888000Z</updated><author><name>Stuart</name><uri>https://sourceforge.net/u/juslooken/</uri></author><id>https://sourceforge.net87b034ddfa56bcd42cfedcfb77dc349103e529aa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks Charles, works perfectly.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>