Results 1 to 8 of 8

Thread: Tracking IP?

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2000
    Location
    New Orleans, LA
    Posts
    37
    could someone point me to some code that allows you to track the IP's and/or domain names hitting your site (prefferably domains)?

  2. #2

    Thread Starter
    Member
    Join Date
    Sep 2000
    Location
    New Orleans, LA
    Posts
    37
    should I translate the lack of responses as there being no way?

  3. #3
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    I don't really understand your question. Do you host the website yourself? Do you develop the webserver yourself?
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  4. #4

    Thread Starter
    Member
    Join Date
    Sep 2000
    Location
    New Orleans, LA
    Posts
    37
    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.

  5. #5
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    What kind of webserver software do you use?
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  6. #6

    Thread Starter
    Member
    Join Date
    Sep 2000
    Location
    New Orleans, LA
    Posts
    37
    PWS

  7. #7

    Thread Starter
    Member
    Join Date
    Sep 2000
    Location
    New Orleans, LA
    Posts
    37
    nothing, eh?

  8. #8

    Thread Starter
    Member
    Join Date
    Sep 2000
    Location
    New Orleans, LA
    Posts
    37
    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
  •  



Click Here to Expand Forum to Full Width