I need a easy "try password 3 times then redirect"

Discussion in 'PHP' started by TheSyndicate, Oct 10, 2006.

  1. #1
    I need something simple like it will not let me try the password in 10 min or it will redirect me to another page. So people can not keep on trying for the password on some of my sites. Anyone have a free script like that?
     
    TheSyndicate, Oct 10, 2006 IP
  2. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It's actually not as trivial as you think. You at least have to log IPs/Hostnames to a database, as well as failed attempts, and for extra measure use a cookie as well, then when the login page is accessed, you check previous attempts. OR, you can simply block an account (nobody could log in), after 3 failed attempts.
     
    exam, Oct 10, 2006 IP
  3. TheSyndicate

    TheSyndicate Prominent Member

    Messages:
    5,410
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    365
    #3
    Something like cookie i should try that.
     
    TheSyndicate, Oct 10, 2006 IP