Thank you Wistex for the url....It's for a different version - the closest thing I could find in the active_users.inc was this:
'Iterate through the array to remove old entires and double entries
For intArrayPass = 1 To UBound(saryActiveUsers, 2)
'Check the IP address
If saryActiveUsers(4, intArrayPass) < (CDbl(Now()- 6.95000000167871E-03)) OR intActiveUsersDblArrayPos = intArrayPass Then
Do I change the bolded part to show active users longer?
(edited to add: the only thing I can tell that this bolded syntax changes is the actual time logged by the member on the active forum page - still states this data is based on active uses in past 10 minutes - I am unable to alter this syntax to any number that will give me the 120 minutes of active users that I need).
Thank you advance for your help.
Robin
Edited by Webber