Results 1 to 3 of 3

Thread: IP Log

  1. #1
    Join Date
    Oct 2005
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IP Log

    Using .htpasswd I made my page password protected

    How do I make it so it logs the IP everytime someone tries to login but gets the password wrong?
    Assuming someone gives me a few lines of code since everyone in this forum appears to be smart do I add it to the .htaccess file or .htpasswd file?

    Thanks in advance.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    All requests should be logged by Apache anyway.
    There's no way to implement this using .htaccess, insofar as I know. You'd have to write an authentication system in PHP or something, if you can't access Apache's logs for whatever reason.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Oct 2005
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Wow three minutes response, record timing lol
    Didn't know Apache logged this, thanks.

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
  •