Gives you the users browsing the forums only, like on this forums’ “users online” or the “active users” on the tracker. You need to create another field in the users table as follows: ALTER TABLE ‘users’ ADD ‘forum_access’ DATETIME NOT NULL AFTER ‘last_access’ ; ALTER TABLE ‘users’ ADD INDEX ( ‘forum_access’ ) ; //upto you [...]

Continue reading " Forum Users Online "