catchup
11-03-2003, 11:50 AM
on the default page of the site, i'm sending the ip address to an access db:
IPaddress = Request.ServerVariables("REMOTE_ADDR")
[1] not sure if I should be using "REMOTE_HOST" instead?
Then i have another page to view the ip addresses and that page displays them distinct from the db. I'm in canada and i wanted to display the province teh ip came from, well actually i only care about two provinces. I was searching on this and there are some programs and it seems that they provide updates,
[2]is there a list out there of begining IP numbers VS internet access companies? Any ideas on where to look?
I'm hoping to display a tally of the ip addresses and to say whether the hit cam from Manitoba or Ontario or Other.
Thanks and any thought on this would be much apprecieated.
Thanks again!
[3] am i going about this the right way?
IPaddress = Request.ServerVariables("REMOTE_ADDR")
[1] not sure if I should be using "REMOTE_HOST" instead?
Then i have another page to view the ip addresses and that page displays them distinct from the db. I'm in canada and i wanted to display the province teh ip came from, well actually i only care about two provinces. I was searching on this and there are some programs and it seems that they provide updates,
[2]is there a list out there of begining IP numbers VS internet access companies? Any ideas on where to look?
I'm hoping to display a tally of the ip addresses and to say whether the hit cam from Manitoba or Ontario or Other.
Thanks and any thought on this would be much apprecieated.
Thanks again!
[3] am i going about this the right way?