<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/whois</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 20:45:31 GMT</pubDate>
<item>
<title>(PHP) [PHP] Whois query using PHP - goo</title>
<link>http://snipplr.com/view/69460/php-whois-query-using-php/</link>
<description><![CDATA[ <p>f you need to get the whois information for a specific domain, why not using PHP to do it? The following function take a domain name as a parameter, and then display the whois info related to the domain.</p> ]]></description>
<pubDate>Mon, 14 Jan 2013 22:13:02 GMT</pubDate>
<guid>http://snipplr.com/view/69460/php-whois-query-using-php/</guid>
</item>
<item>
<title>(Bash) Whois monitor (single domain) - 2mf</title>
<link>http://snipplr.com/view/68134/whois-monitor-single-domain/</link>
<description><![CDATA[ <p>Simple whois monitor for running via crontab and monitoring changes of single (per cron task) domain changes. Compare sizes to exclude unimportant updates</p> ]]></description>
<pubDate>Wed, 07 Nov 2012 07:19:23 GMT</pubDate>
<guid>http://snipplr.com/view/68134/whois-monitor-single-domain/</guid>
</item>
<item>
<title>(Bash) Whois crontab monitor - 2mf</title>
<link>http://snipplr.com/view/68126/whois-crontab-monitor/</link>
<description><![CDATA[ <p>Simple whois monitor by text file DB. Compares filesizes to exclude unimportant difference like current date in output.</p> ]]></description>
<pubDate>Tue, 06 Nov 2012 20:01:09 GMT</pubDate>
<guid>http://snipplr.com/view/68126/whois-crontab-monitor/</guid>
</item>
<item>
<title>(PHP) Get Whois Information. - o0110o</title>
<link>http://snipplr.com/view/67948/get-whois-information/</link>
<description><![CDATA[ <p>If you need to get the whois information for a specific domain, why not using PHP to do it? The following function take a domain name as a parameter, and then display the whois info related to the domain.</p> ]]></description>
<pubDate>Fri, 26 Oct 2012 01:36:14 GMT</pubDate>
<guid>http://snipplr.com/view/67948/get-whois-information/</guid>
</item>
<item>
<title>(PHP) Check domain creation date - exu</title>
<link>http://snipplr.com/view/48040/check-domain-creation-date/</link>
<description><![CDATA[ <p>simple one minute, you must have whois on your system</p> ]]></description>
<pubDate>Fri, 28 Jan 2011 07:18:46 GMT</pubDate>
<guid>http://snipplr.com/view/48040/check-domain-creation-date/</guid>
</item>
<item>
<title>(Bash) Shell script for domain searching binges - shazow</title>
<link>http://snipplr.com/view/14345/shell-script-for-domain-searching-binges/</link>
<description><![CDATA[ <p>Takes input from stdin, so you can keep typing in domains to see if they're available. Requires `whois` to be installed. 

Just paste it into your terminal, and start typing in domains (e.g. `google.com` and hit enter) and it will tell you if the domain is available or not.

Tested with .com, .net, .org, .ca, you're welcome to write a more robust version!

# Example

    $ while read i; do echo -n "$i is ";  ( whois $i  | grep -F "$(echo -e 'No match\nNOT FOUND\n  AVAIL')" -q &amp;&amp; echo 'AVAILABLE! :D' || echo 'taken :('); 
    ohhai.net
    ohhai.net is taken :(
    omgbbqponies.com
    omgbbqponies.com is AVAILABLE! :D</p> ]]></description>
<pubDate>Thu, 23 Apr 2009 17:34:54 GMT</pubDate>
<guid>http://snipplr.com/view/14345/shell-script-for-domain-searching-binges/</guid>
</item>
<item>
<title>(Bash) domain name to IP address - rwczippy</title>
<link>http://snipplr.com/view/7894/domain-name-to-ip-address/</link>
<description><![CDATA[ <p>uses nslookup to find the IP of the domain</p> ]]></description>
<pubDate>Sat, 16 Aug 2008 21:43:03 GMT</pubDate>
<guid>http://snipplr.com/view/7894/domain-name-to-ip-address/</guid>
</item>
<item>
<title>(PHP) Simple Whois - romanos</title>
<link>http://snipplr.com/view/6685/simple-whois/</link>
<description><![CDATA[ <p>A little function to query some NIC databases.</p> ]]></description>
<pubDate>Fri, 13 Jun 2008 00:24:01 GMT</pubDate>
<guid>http://snipplr.com/view/6685/simple-whois/</guid>
</item>
</channel>
</rss>