JoeP
07-04-2003, 06:02 PM
On one of my ASP pages I like to track visitors by IPS addresses. I send myself a CDONTS email in the background that provides me an assorment of Server Variables. In Addition I include this line in the message:
"<A href=""http://netgeo.caida.org/perl/netgeo.cgi?target=" & Request.ServerVariables("REMOTE_HOST") & """>Check NetGeo ISP</A>"
Which provides me a link in the received email, that when I visit the site, netgeo provides interesting data about the IPS such as Country, State Latitude and Longitude etc.
If You visit here and submit your ISP you will see data provided:
http://netgeo.caida.org/perl/netgeo.cgi?
My request for assistance is whether I can capture the returned page info from netgeo in text or somehow, that I can parse and manipulate against a database. I would like to capture the state city and country etc., somehow and display a personal message.
TIA For any ideas or suggestions.
"<A href=""http://netgeo.caida.org/perl/netgeo.cgi?target=" & Request.ServerVariables("REMOTE_HOST") & """>Check NetGeo ISP</A>"
Which provides me a link in the received email, that when I visit the site, netgeo provides interesting data about the IPS such as Country, State Latitude and Longitude etc.
If You visit here and submit your ISP you will see data provided:
http://netgeo.caida.org/perl/netgeo.cgi?
My request for assistance is whether I can capture the returned page info from netgeo in text or somehow, that I can parse and manipulate against a database. I would like to capture the state city and country etc., somehow and display a personal message.
TIA For any ideas or suggestions.