could someone point me to some code that allows you to track the IP's and/or domain names hitting your site (prefferably domains)?
Printable View
could someone point me to some code that allows you to track the IP's and/or domain names hitting your site (prefferably domains)?
should I translate the lack of responses as there being no way?
I don't really understand your question. Do you host the website yourself? Do you develop the webserver yourself?
ya, its hosted on my machine at home.
I'm wanting a way to log the ip/domain of every person that hits the site. ACtually all i need is the code for retrieving the info from the person hitting the site, I'll take care of putting it into the database.
What kind of webserver software do you use?
PWS
nothing, eh?
Ok, for the sake of people coming here looking for how to do this, i did it and ill post it.
the server side variable:
'Request.ServerVariables("REMOTE_HOST")'
will return the ip address of the person visiting your site. in order to get it to return the Domain name instead just follow the instructions on this page:
http://support.microsoft.com/support.../q245/5/74.asp