+ Reply to Thread
Results 1 to 4 of 4

Thread: Visitors ip address trace

  1. #1
    Newbie nkamk is an unknown quantity at this point
    Join Date
    Oct 2009
    Posts
    2

    Visitors ip address trace

    I have attached my own ip addressthrough ip-details.com. Like the same i want to know the visitors ip address. How can i chk that. Need some help?

  2. #2
    Code Warrior
    /////////|||||\\\\\\\\\
    amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama is a splendid one to behold amrosama's Avatar
    Join Date
    Aug 2007
    Location
    Pyramids st, Giza, Egypt
    Age
    21
    Posts
    8,182
    Blog Entries
    12

    Re: Visitors ip address trace

    in asp.net you can get it from the request:
    Code:
    Request.ServerVariables("REMOTE_ADDR")

  3. #3
    Newbie nkamk is an unknown quantity at this point
    Join Date
    Oct 2009
    Posts
    2

    Re: Visitors ip address trace

    Thanks for ur suggestion

  4. #4
    Newbie questionspoint is an unknown quantity at this point
    Join Date
    Mar 2010
    Posts
    15

    Re: Visitors ip address trace

    use
    HttpContext.Current.Request.UserHostAddress

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. display ip address
    By hkp in forum ASP, ASP.NET and Coldfusion
    Replies: 4
    Last Post: 10-07-2009, 08:00 AM
  2. Replies: 69
    Last Post: 08-06-2009, 10:04 PM
  3. Replies: 1
    Last Post: 11-23-2007, 10:11 AM
  4. Geo target your visitors
    By AfTriX in forum PHP Tutorials
    Replies: 2
    Last Post: 01-09-2007, 11:12 PM
  5. Getting your Visitor's Details Using PHP
    By Ronin in forum PHP Forum
    Replies: 1
    Last Post: 05-15-2006, 01:56 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts