<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PHP Domain Availability Lookup</title>
	<atom:link href="http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/</link>
	<description>A fresh look at Design, SEO, CSS &#38; Programming</description>
	<pubDate>Tue, 16 Mar 2010 14:34:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Khan</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-9890</link>
		<dc:creator>Khan</dc:creator>
		<pubDate>Wed, 04 Nov 2009 05:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-9890</guid>
		<description>Thank you very much for providing this class. Very good logic. I have used it and its working fine.

Thank you again.</description>
		<content:encoded><![CDATA[<p>Thank you very much for providing this class. Very good logic. I have used it and its working fine.</p>
<p>Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shmuel</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-9533</link>
		<dc:creator>Shmuel</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-9533</guid>
		<description>Hi,

Very nice script in deed, just what I needed.
There is one bug in it though, it wont work with dotted extensions like: .co.il or .co.uk, etc.
I made a small fix on line 95:
&lt;blockquote&gt;
&lt;code&gt;
$domain_name_array2 = $domain_name_array;
array_shift($domain_name_array2);
$domain_domain2 = implode('.', $domain_name_array2);
$domain_domain = $domain_domain2;
&lt;/code&gt;
&lt;/blockquote&gt;

Also I added to entries for to the exts:

&lt;blockquote&gt;
&lt;code&gt;
'.fi' =&#62; array('whois.ficora.fi','Domain not found'),
'.co.il' =&#62; array('whois.ripe.net','No data was found to match the request criteria.')
&lt;/code&gt;
&lt;/blockquote&gt;

Thanks,

Shmuel</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very nice script in deed, just what I needed.<br />
There is one bug in it though, it wont work with dotted extensions like: .co.il or .co.uk, etc.<br />
I made a small fix on line 95:</p>
<blockquote><p>
<code><br />
$domain_name_array2 = $domain_name_array;<br />
array_shift($domain_name_array2);<br />
$domain_domain2 = implode('.', $domain_name_array2);<br />
$domain_domain = $domain_domain2;<br />
</code>
</p></blockquote>
<p>Also I added to entries for to the exts:</p>
<blockquote><p>
<code><br />
'.fi' =&gt; array('whois.ficora.fi','Domain not found'),<br />
'.co.il' =&gt; array('whois.ripe.net','No data was found to match the request criteria.')<br />
</code>
</p></blockquote>
<p>Thanks,</p>
<p>Shmuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-9519</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Thu, 08 Oct 2009 06:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-9519</guid>
		<description>Will it work for all situation? 
(i.e. in future, If any new top level domain comes, will it work?)
How to modify according to that?</description>
		<content:encoded><![CDATA[<p>Will it work for all situation?<br />
(i.e. in future, If any new top level domain comes, will it work?)<br />
How to modify according to that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BW</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-9484</link>
		<dc:creator>BW</dc:creator>
		<pubDate>Mon, 05 Oct 2009 03:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-9484</guid>
		<description>&lt;blockquote&gt;BW said: I got this set up and working, but I cannot figure out how to echo out the &lt;/blockquote&gt;

So...I still have this same question and hope someone can help.  This is an extremely useful script, but I still cannot figure out how to get the value of the $error variable.  Thanks in advance.  I am quite sure it must be easy...but nothing I have tried seems to be working.</description>
		<content:encoded><![CDATA[<blockquote><p>BW said: I got this set up and working, but I cannot figure out how to echo out the </p></blockquote>
<p>So&#8230;I still have this same question and hope someone can help.  This is an extremely useful script, but I still cannot figure out how to get the value of the $error variable.  Thanks in advance.  I am quite sure it must be easy&#8230;but nothing I have tried seems to be working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BW</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-8754</link>
		<dc:creator>BW</dc:creator>
		<pubDate>Mon, 24 Aug 2009 05:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-8754</guid>
		<description>I got this set up and working, but i cannot figure out how to echo out the "$error" messages...it simply tells me that an invalid domain name is "unavailable" but not the error (improper TDL, bad characters, etc).  Help?  Thanks!</description>
		<content:encoded><![CDATA[<p>I got this set up and working, but i cannot figure out how to echo out the &#8220;$error&#8221; messages&#8230;it simply tells me that an invalid domain name is &#8220;unavailable&#8221; but not the error (improper TDL, bad characters, etc).  Help?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-6601</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Thu, 04 Jun 2009 01:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-6601</guid>
		<description>Awesome work in this script. I will be using this for sure on my site. Thanks again for all the hard work.</description>
		<content:encoded><![CDATA[<p>Awesome work in this script. I will be using this for sure on my site. Thanks again for all the hard work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kraazee</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-4109</link>
		<dc:creator>kraazee</dc:creator>
		<pubDate>Sun, 22 Mar 2009 15:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-4109</guid>
		<description>how do i use it on my site. how do i set up.</description>
		<content:encoded><![CDATA[<p>how do i use it on my site. how do i set up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-4062</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Wed, 18 Mar 2009 19:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-4062</guid>
		<description>WOW thanks a lot for this amazing code. I've been looking everywhere for something like this, and this is the only script that comes close to what I need.  

Keep up the good work</description>
		<content:encoded><![CDATA[<p>WOW thanks a lot for this amazing code. I&#8217;ve been looking everywhere for something like this, and this is the only script that comes close to what I need.  </p>
<p>Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onabolu Banto</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-3902</link>
		<dc:creator>Onabolu Banto</dc:creator>
		<pubDate>Mon, 09 Mar 2009 23:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-3902</guid>
		<description>Man....I feel you.. The class works like magic. Thanks a lot, I really appreciate it. Av been goin thru' lots of codes like this but this one is simple and gr8.</description>
		<content:encoded><![CDATA[<p>Man&#8230;.I feel you.. The class works like magic. Thanks a lot, I really appreciate it. Av been goin thru&#8217; lots of codes like this but this one is simple and gr8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regan Johnson</title>
		<link>http://www.soaptray.com/blog/2008/08/php-domain-availability-lookup/#comment-3559</link>
		<dc:creator>Regan Johnson</dc:creator>
		<pubDate>Sat, 14 Feb 2009 20:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.soaptray.com/?p=13#comment-3559</guid>
		<description>&lt;blockquote&gt;jacy said: hi, is it possible do it in asp.net??
i m not familiar with php &lt;/blockquote&gt;

It is possible to do this in other programming languages, however, I am not very familiar with ASP.net. Good luck with the conversion though - start by finding similar functions and you should be able to figure out the other syntax! Same logic.</description>
		<content:encoded><![CDATA[<blockquote><p>jacy said: hi, is it possible do it in asp.net??<br />
i m not familiar with php </p></blockquote>
<p>It is possible to do this in other programming languages, however, I am not very familiar with ASP.net. Good luck with the conversion though - start by finding similar functions and you should be able to figure out the other syntax! Same logic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
