benito wrote:
In total there are 6 Active Users online, 13 Guest(s) and -7 Member(s) Member(s) online: Benito
It always says -7 members?
If he didnt want to be identified surely, it just wouldnt register in the active users.? |
From the above you have 6 active users including 1 Member.
intActiveUsers = UBound(saryActiveUsers, 2) is calculated for the total
number of users, so that should be OK. So 6 is correct.
intActiveMembers = intActiveUsers - intActiveGuests
So we can see from this that if your Guest Count is wrong, for whatever reason, your member count will be wrong as a result.
So the question now is, which is your Guest Count 13 and not 5. Fomr
looking at your examples, and your site, your Guest count is always 8
to high, ie it is starting at 8 before it steps through the active
users application var.
Make sure you have intActiveGuests = 0 near the top of your page (default.asp).