PHP, logging function
Posted: Sun Nov 07, 2010 1:21 pm
# Logging function
* Every time a user attempts to login to your site, you will capture their attempted Login and Password, along with other information about them.
Things to log:
o REMOTE_ADDR (that's the user's IP address), HTTP_HOST, Date, Time, Attempted UserID, HTTP_USER_AGENT, and whether the login attempt was successful
PLEASE help me with this script
* Every time a user attempts to login to your site, you will capture their attempted Login and Password, along with other information about them.
Things to log:
o REMOTE_ADDR (that's the user's IP address), HTTP_HOST, Date, Time, Attempted UserID, HTTP_USER_AGENT, and whether the login attempt was successful
PLEASE help me with this script