ambertch Posted May 14, 2009 Share Posted May 14, 2009 I need a php user management script to replace a hand coded basic one I am using. I need it to track parameters useful for doing analytics such as time of login, total login/surfing time, etc. Now I think these features are (fairly) straightforward to implement, the login times being just another table of User_id/time() or $_SERVER['REQUEST_TIME'] and total login/surfing time on the site (assuming the user does not explicitly logout) can be approximated with accumulating time() as a session variable at each session_start(). I however would prefer to get one that's been coded with far more expertise and security features than my meager skills Would be great if there was a GUI/admin feature that did some analytics, but at the most basic level login times and surfing times in a DB table will suffice So anybody know a user management script (paid or free) that has these features built in? Thanks a bunch in advance! Quote Link to comment Share on other sites More sharing options...
Cardale Posted May 16, 2009 Share Posted May 16, 2009 www.hotscripts.com all you need. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.