shudogg
Regular Member
- Sep 23, 2008
- 412
- 153
Hello BHW,
I am needing a simple membership site, or form login with admin panel. My site is free, but has content I don't want found or shared. Right now I have the area protected with Basic Auth through htaccess. Basically its a training site, and my downline members will be given the link. From there they either create a free account, or login if they already created one.
I would like a script that will block brute force attempts (IE - freeze the account for x hours, or prevent that IP from trying again for x hours)
But most importantly, I am needing to keep track of the users. I MUST know if they are sharing the password. Kind of like porn sites do, if there has been too many logins from more than x amount of IPs, it will freeze/suspend the account.
Any ideas of what script will do this?
I am needing a simple membership site, or form login with admin panel. My site is free, but has content I don't want found or shared. Right now I have the area protected with Basic Auth through htaccess. Basically its a training site, and my downline members will be given the link. From there they either create a free account, or login if they already created one.
I would like a script that will block brute force attempts (IE - freeze the account for x hours, or prevent that IP from trying again for x hours)
But most importantly, I am needing to keep track of the users. I MUST know if they are sharing the password. Kind of like porn sites do, if there has been too many logins from more than x amount of IPs, it will freeze/suspend the account.
Any ideas of what script will do this?