|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Tracking unwanted visitors
Hi!
I'd like to track visitors who have failed to succeed their login more than three time by writing their remote data to a DB and emailing him and the site administrator the incident. Using: Apache 2; PHP4, MySQL-max |
|
#2
|
|||
|
|||
|
RE: Tracking unwanted visitors
You could do it by creating a column in the DB, and each time they failed their login attempt..add 1 to the tally, and have it expire after say 5 mins..then if the tally exceeds three...use a simple mail function. That is of course you know the basics of PHP. i'll go work on a lil script for ya now ;)
|
|
#3
|
|||
|
|||
|
RE: RE: Tracking unwanted visitors
Thank you D1NGO! I hope you have time soon.
Thanks to you ShaneO too, helpful remarks. Quote:
|
|
#4
|
|||
|
|||
|
RE: Tracking unwanted visitors
also maybe after the 3(or 5) time you could displaya lost password page??? saying something like, if you cant remember....
something like that to help your users, plus it will piss off those password hacker programs |
|
#5
|
|||
|
|||
|
RE: Tracking unwanted visitors
I think the problem (at least for me) is how to retrieve the remote data (IP and if set the email adress of the user from the browser). I just searched on some pages, but could not find anything useful..
|
|
#6
|
|||||
|
|||||
|
RE: Tracking unwanted visitors
here is a bit of a script, not sure if it works yet..havnt tested it
php Code:
tell me if theres any probs |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Tracking unwanted visitors |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|