Page 1 of 1

Stats Tracking

Posted: Mon Sep 19, 2005 3:17 pm
by $var
Does anyone know of a good place to start learning about stats tracking?

In particular,
I want to be able to show who was the last logged in member to edit the database.

But in general, a good page for tracking users would be cool... if anyone happens to know.

Posted: Mon Sep 19, 2005 6:28 pm
by feyd
create a logging class or set of functions, toss a line in the log on every successful login... :?

Posted: Mon Sep 19, 2005 6:38 pm
by Todd_Z
Have a login class, within that class, every successful login, put it in a file [or db] every failed attempt, have it logged as well [maybe with an ip address] for blocking purposes.