counter to show how many times a user has logged onto the site!
is there a hack that does this?
if not and someone is bored and wants to make something like this, it'd be handy, i just want admin's/super moderators to see this and nobody else!
its all about marketing
is there a hack that does this?
if not and someone is bored and wants to make something like this, it'd be handy, i just want admin's/super moderators to see this and nobody else!
its all about marketing
You could possibly store this in a hidden profile field.
All you'd have to do is add an sql updating that field in the session initialisation.
I assume it'd be the includes/session.php or whatever file is called when logging in.
If you look at my vbLoginLog hack you will see where you can catch each time the user logs in. Now the way I did it only works when the user actually has to login with username and password. It will detect if they use cookies to login.