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! Link to comment https://forums.phpfreaks.com/topic/158177-i-need-a-php-user-management-script-that-tracks-sessions/ Share on other sites More sharing options...
Cardale Posted May 16, 2009 Share Posted May 16, 2009 www.hotscripts.com all you need. Link to comment https://forums.phpfreaks.com/topic/158177-i-need-a-php-user-management-script-that-tracks-sessions/#findComment-835488 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.