Jump to content

How To Log Any Failed Logins On My Site!.


jamesxg1

Recommended Posts

 

Where is your page for unsuccessful logins?  Put the code there.  You have all the information you need, you just have to write it to a log file.  Could you attempt it and come back with some code for us to work with?

Or error_log (use a 2nd parameter = 3 to append to your own named log file)

 

I personally log everything available about each form submission - who (ip, browser info, user id(loggin), referrer, post/get/cookie values), what (form submission), when, where (file name and line number in the code), and result (success, errors...)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.