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
$s->AddWhere("DateLastActive", "DATE_SUB(NOW(), INTERVAL 15 MINUTE)", ">=", NULL, NULL, 0);
Some people have noted that it's doing an incorrect check for this option and plain not showing users for anyone, or spitting out errors. I thought I had fixed all of it, but it may not be the case. It's hard to say why people aren't showing up without being able to see the database tables myself.
god that made me feel stupid.
actually, i was typing up a reply about what a pain they're going to be, then i thought of a way to keep track of them. i'll see if i can't hack out something tonight. if not tonight, i'll try and get you something by the end of the week.
I half have the guest counting figured out. My question is this--does it need to take into consideration multiple guests from the same IP? If I can count everyone from one IP as one user, it will be a snap. Otherwise, it will take a bit of black magic.