IP Origin
I'm looking for a way to make an asp 3.0 script that could give me the origin of an IP adress. All I need is the country name and the state name.
View RepliesI'm looking for a way to make an asp 3.0 script that could give me the origin of an IP adress. All I need is the country name and the state name.
View RepliesMy site is being invaded by AFRICA SPAMMERS mostly from Ivory Coast (
according to my stats program) using USA or UK credentials (zip codes etc)
to fool the registration monitor.
Is there any way that I can grab the IP address as soon as someone lands on
the site and determine the country of origin? Since I am only interersted in
USA or UK origin visitors this would be a convenient way of preventing them
get on the site at all.
I am trying to set page content to reflect where the user may come from.
Is there a fairly simple way to tell where web page requests are coming
from? (Site is on a Win2003 server)
i.e. something like (I know it not real)
<%If Request.ServerVariable(".HTTP_USER_ COUNTRY")="UK" Then %> ...
Is there a way to tell an asp file which set of commands to run depending on what file they just came from?
View Replies View Related