Hello,
Thank you for creating this wonderful script. It has been the perfect answer for my needs.
After searching around the forum and then attempting to write the php to implement this on my own (my php skills are not good), I do have one question I hope someone may be able to help with.
Has anyone integrated into this script a simple log for tracking who has signed into protected pages? What I would like to accomplish is to have a simple text file log on the server (similar to the flat user file) which I can download and access to see which users have visited my site and have it with a time stamp. Example of one line in the log might be: Xyz_user logged into my site on Monday, June 8, 2008 at 6:30 pm. Just have it so each time a user signs in it adds to the end of the log file so I could go back over time and see which users logged in and when they did it.
If anyone has done this and would be willing to share their php for this I would appreciate it.
Thank you.