Quote:
Originally posted by X-Fan
Don't know if this has been asked before (and if it has, my apologies in advance), but would it be possible to do a variant of this hack that doesn't store all the names of those that have visited in a day, just the number, and to have that displayed in the Currently Active Users section (ie included in the forumhome_loggedinusers template)?
If it is, could someone give me a step-by-step on how to do that, please?
|
The hack
DOESN'T store anyway all the users.
Simply searches into DB for all contacts within the day (for each user is keepen the timemark of last access).
The hack infact contains two selects: first for COUNT, second for retrieve rows.
Simply, use only the first one...

Hwr I suggest you to use the second variation (with new page).
Simply you can modify index.php as written and don't create the link into template.
Bye