$ geoiplookup  74.6.22.167
GeoIP Country Edition: US, United States

You can install the package either using the Python tool or Perl tool.
In Debian it is called
geoip-lookup.

# apt-cache search geoip

Or just google for GeoIP.

It is useful to find out where your hits are landing on your website
since you can lookup
originating IP addresses from the Apache log.

You can also print this information(originating IP ) from a CGI script.

After you get the IP you can lookup the location using geoip.

Once you collate the information you can draw a Pie Chart and display
to the user
using Chart::Pie CPAN module.

-Girish
-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to