|
-
Dec 9th, 2000, 02:49 AM
#1
Thread Starter
Member
could someone point me to some code that allows you to track the IP's and/or domain names hitting your site (prefferably domains)?
-
Dec 9th, 2000, 03:00 PM
#2
Thread Starter
Member
should I translate the lack of responses as there being no way?
-
Dec 9th, 2000, 03:19 PM
#3
Fanatic Member
I don't really understand your question. Do you host the website yourself? Do you develop the webserver yourself?
-
Dec 9th, 2000, 05:45 PM
#4
Thread Starter
Member
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.
-
Dec 10th, 2000, 02:47 AM
#5
Fanatic Member
What kind of webserver software do you use?
-
Dec 10th, 2000, 12:12 PM
#6
Thread Starter
Member
-
Dec 11th, 2000, 05:35 PM
#7
Thread Starter
Member
-
Dec 12th, 2000, 12:34 PM
#8
Thread Starter
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|