I need to write a script which can track which members/guests are online and what page they are viewing.
Do I just, in the users table have a column called `last_location` and then each time a user accesses a page that page would insert the new page location into the db.
the problem though is that this would work with already registered members, just not with guests since they dont have their own fields in the database...
Comments
i used the code from phpbb changed it slightly and put it on my pages aswel as forums
If PHP was used then it would be fine...
I will have a look at the phpBB code tonight.
The Royal Ram