<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to lookup information based on IP address &#8211; e.g. for Website-visitors</title>
	<atom:link href="http://technology.amis.nl/blog/329/how-to-lookup-information-based-on-ip-address-eg-for-website-visitors/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/329/how-to-lookup-information-based-on-ip-address-eg-for-website-visitors</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sri</title>
		<link>http://technology.amis.nl/blog/329/how-to-lookup-information-based-on-ip-address-eg-for-website-visitors/comment-page-1#comment-348331</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Wed, 20 May 2009 10:03:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=329#comment-348331</guid>
		<description>hai,
It is really nice information.I got the details based on ip address from this &lt;a href=&quot;http://www.ip-details.com/&quot; rel=&quot;nofollow&quot;&gt;ip-details&lt;/a&gt;.It&#039;s also helpful for me.</description>
		<content:encoded><![CDATA[<p>hai,<br />
It is really nice information.I got the details based on ip address from this <a href="http://www.ip-details.com/" rel="nofollow">ip-details</a>.It&#8217;s also helpful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friendly User</title>
		<link>http://technology.amis.nl/blog/329/how-to-lookup-information-based-on-ip-address-eg-for-website-visitors/comment-page-1#comment-14944</link>
		<dc:creator>Friendly User</dc:creator>
		<pubDate>Thu, 14 Apr 2005 16:29:09 +0000</pubDate>
		<guid isPermaLink="false">/?p=329#comment-14944</guid>
		<description>Very helpful information -- appreciate your taking the time to post in detail.  Just a comment to give some feedback that your efforts are beneficial to other.  Have a great day!</description>
		<content:encoded><![CDATA[<p>Very helpful information &#8212; appreciate your taking the time to post in detail.  Just a comment to give some feedback that your efforts are beneficial to other.  Have a great day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/blog/329/how-to-lookup-information-based-on-ip-address-eg-for-website-visitors/comment-page-1#comment-6270</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Tue, 08 Mar 2005 20:30:10 +0000</pubDate>
		<guid isPermaLink="false">/?p=329#comment-6270</guid>
		<description>To follow up on the previous post, the IP Ranges in the ip-to-country.csv file are in numeric value. So instead of 10.21.232.22 or something like that, the range is indicated by integers.

An IP address can be compared to these range-boundaries by first turning it into an integer itself. That is done by the following function - for IP Address = w.x.y.z.:

IP Integer = w*256*256*256 + x*256*256 + y*256 + z

So for example the address &quot;209.207.224.40&quot; should be converted to 209*256*256*256 + 207*256*256 + 224*256 + 40 = 3520061480. That number can be compared to the IP ranges in the file.</description>
		<content:encoded><![CDATA[<p>To follow up on the previous post, the IP Ranges in the ip-to-country.csv file are in numeric value. So instead of 10.21.232.22 or something like that, the range is indicated by integers.</p>
<p>An IP address can be compared to these range-boundaries by first turning it into an integer itself. That is done by the following function &#8211; for IP Address = w.x.y.z.:</p>
<p>IP Integer = w*256*256*256 + x*256*256 + y*256 + z</p>
<p>So for example the address &#8220;209.207.224.40&#8243; should be converted to 209*256*256*256 + 207*256*256 + 224*256 + 40 = 3520061480. That number can be compared to the IP ranges in the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://technology.amis.nl/blog/329/how-to-lookup-information-based-on-ip-address-eg-for-website-visitors/comment-page-1#comment-4692</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Sat, 26 Feb 2005 12:08:30 +0000</pubDate>
		<guid isPermaLink="false">/?p=329#comment-4692</guid>
		<description>Along with my search for WordPress plugins that cater for statistics, I found a very interesting site, with an &lt;a href=&quot;http://priyadi.net/archives/2005/02/25/wordpress-ip-to-country-plugin/&quot; target=&quot;_blank&quot;&gt;IP-to-Country plugin for WordPress&lt;/a&gt;. See &lt;a href=&quot;http://ip-to-country.webhosting.info/node/view/21&quot; target=&quot;_Blank&quot;&gt;http://ip-to-country.webhosting.info/node/view/21&lt;/a&gt; for an introduction to a WebService IP-to-Country. The same site allows download of a CSV file that contains IP-ranges and their translation to Country! &lt;a href=&quot;http://ip-to-country.webhosting.info/node/view/6&quot; target=&quot;_blank&quot;&gt;The IP-to-Country Handbook » General information about IP-to-Country&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Along with my search for WordPress plugins that cater for statistics, I found a very interesting site, with an <a href="http://priyadi.net/archives/2005/02/25/wordpress-ip-to-country-plugin/" target="_blank">IP-to-Country plugin for WordPress</a>. See <a href="http://ip-to-country.webhosting.info/node/view/21" target="_Blank">http://ip-to-country.webhosting.info/node/view/21</a> for an introduction to a WebService IP-to-Country. The same site allows download of a CSV file that contains IP-ranges and their translation to Country! <a href="http://ip-to-country.webhosting.info/node/view/6" target="_blank">The IP-to-Country Handbook » General information about IP-to-Country</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/blog/329/how-to-lookup-information-based-on-ip-address-eg-for-website-visitors/comment-page-1#comment-2478</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Wed, 12 Jan 2005 10:31:22 +0000</pubDate>
		<guid isPermaLink="false">/?p=329#comment-2478</guid>
		<description>Here the URL&#039;s that didn&#039;t show up in my last post:

AWstats: http://awstats.sourceforge.net/cgi-bin/awstats.pl
Ip Adresses via AWstats: http://awstats.sourceforge.net/cgi-bin/awstats.pl?framename=mainright&amp;output=allhosts

Etc.

Ip adresses can be tracked by most analyzers, what the use to combine them with arpa lists of contries is &quot;reverse DNS lookup&quot;. If i am not mistaken, this can be done via Webalizer. The problem with this is that an extra deamon process is needed and therefor an extra entry for hackers has to be protected against unwanted entries.</description>
		<content:encoded><![CDATA[<p>Here the URL&#8217;s that didn&#8217;t show up in my last post:</p>
<p>AWstats: <a href="http://awstats.sourceforge.net/cgi-bin/awstats.pl" rel="nofollow">http://awstats.sourceforge.net/cgi-bin/awstats.pl</a><br />
Ip Adresses via AWstats: <a href="http://awstats.sourceforge.net/cgi-bin/awstats.pl?framename=mainright&#038;output=allhosts" rel="nofollow">http://awstats.sourceforge.net/cgi-bin/awstats.pl?framename=mainright&#038;output=allhosts</a></p>
<p>Etc.</p>
<p>Ip adresses can be tracked by most analyzers, what the use to combine them with arpa lists of contries is &#8220;reverse DNS lookup&#8221;. If i am not mistaken, this can be done via Webalizer. The problem with this is that an extra deamon process is needed and therefor an extra entry for hackers has to be protected against unwanted entries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/blog/329/how-to-lookup-information-based-on-ip-address-eg-for-website-visitors/comment-page-1#comment-2477</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Wed, 12 Jan 2005 10:15:26 +0000</pubDate>
		<guid isPermaLink="false">/?p=329#comment-2477</guid>
		<description>There are some very usefull and powerfull statistic programs. For instance one, an opensource, tool 
is &lt;a href=http://awstats.sourceforge.net/cgi-bin/awstats.pl?framename=mainright&amp;output=alldomains&quot;&quot;&gt;
AWStats&lt;/a&gt; It gives you not only a lot of usefull info about ip numbers en &lt;a href=&quot;http://awstats.sourceforge.net/cgi-bin/awstats.pl?framename=mainright&amp;output=alldomains&quot;&gt;countries&lt;/a&gt;, 
but also information about exit codes. These exit codes are interesting to see if your site is working properly PLUS if there are people who try to hack there way in... AWStats is written in perl, but there are alternatives. 

An other tool is &lt;a href=&quot;http://www.webalizer.com&quot;&gt;Webalizer&lt;/a&gt;. 
A sample report can be seen at &lt;a href=&quot;http://www.webalizer.com/sample/usage_199905.html&quot;&gt;http://www.webalizer.com/sample/usage_199905.html&lt;a&gt;

Some overview of &quot;log analysers&quot; can be found at: http://www.thefreecountry.com/webmaster/loganalyzers.shtml&lt;/a&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>There are some very usefull and powerfull statistic programs. For instance one, an opensource, tool<br />
is <a href=http://awstats.sourceforge.net/cgi-bin/awstats.pl?framename=mainright&#038;output=alldomains""><br />
AWStats</a> It gives you not only a lot of usefull info about ip numbers en <a href="http://awstats.sourceforge.net/cgi-bin/awstats.pl?framename=mainright&#038;output=alldomains">countries</a>,<br />
but also information about exit codes. These exit codes are interesting to see if your site is working properly PLUS if there are people who try to hack there way in&#8230; AWStats is written in perl, but there are alternatives. </p>
<p>An other tool is <a href="http://www.webalizer.com">Webalizer</a>.<br />
A sample report can be seen at <a href="http://www.webalizer.com/sample/usage_199905.html"></a><a href="http://www.webalizer.com/sample/usage_199905.html" rel="nofollow">http://www.webalizer.com/sample/usage_199905.html</a><a></p>
<p>Some overview of &#8220;log analysers&#8221; can be found at: </a><a href="http://www.thefreecountry.com/webmaster/loganalyzers.shtml" rel="nofollow">http://www.thefreecountry.com/webmaster/loganalyzers.shtml</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

