Closed Thread
Results 1 to 4 of 4

Thread: Visitors ip address trace

  1. #1
    nkamk is offline Newbie
    Join Date
    Oct 2009
    Posts
    2
    Rep Power
    0

    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. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: Visitors ip address trace

    in asp.net you can get it from the request:
    Code:
    Request.ServerVariables("REMOTE_ADDR")
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  4. #3
    nkamk is offline Newbie
    Join Date
    Oct 2009
    Posts
    2
    Rep Power
    0

    Re: Visitors ip address trace

    Thanks for ur suggestion

  5. #4
    Join Date
    Mar 2010
    Posts
    15
    Rep Power
    0

    Re: Visitors ip address trace

    use
    HttpContext.Current.Request.UserHostAddress

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 04-30-2011, 04:12 PM
  2. Trace memory access
    By Fr3d in forum General Programming
    Replies: 3
    Last Post: 08-24-2009, 02:16 AM
  3. Making a moving line/trace graph
    By robhol in forum C# Programming
    Replies: 13
    Last Post: 03-15-2009, 12:28 PM
  4. HTTP Protocol (Trace Method)
    By Speedular in forum Visual Basic Programming
    Replies: 0
    Last Post: 12-14-2008, 09:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

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