Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Who's Online
This discussion has been closed.
Comments
i'm planning on using the LUM_IpHistory table. It has the following fields:
IpHistoryID, RemoteIp, UserID, DateLogged
I can easily have it update this table with guest ip addresses, and filter it out that way. For every unique ip address, it's a new guest. It's a bit sloppy, but it will be close.
The alternative, I suppose, would be to store something different in the RemoteIp field. Maybe add something to the ip. Like 192.168.0.1a 192.168.0.1b 192.168.0.1c etc.
The problem with that is that I'm not being true to the real data that should be kept there. But, if that doesn't bother anyone else I can probably do that quite easily. There's an extra 15 characters in the field with a full ip address (xxx.xxx.xxx.xxx = 15 characters, field length=30).
Thoughts?
Now includes a guest count!
I've done a fair amount of testing it. I can't see much of a speed difference with the guest count on. Not that my tests were anywhere near scientific. And my board is fairly low traffic. But still, let me know if you have any problems with it.
Fixes the inflated guest count bug.
You can pick it up from http://www.thirty5.net/code/vanilla/whosonline/
enjoy, and let me know if you find any other bugs, or have any feature requests.