Version: 1.00, by Gary King
Developer Last Online: Jun 2020
Version: 3.0.4
Rating:
Released: 01-02-2004
Last Update: 03-16-2004
Installs: 527
No support by the author.
PLEASE CLICK THE INSTALL BUTTON IF INSTALLED!
What does this hack do?
It shows the users who visited your forums in the last 24 hours (or today). This hack works similiarly like the one released for vBulletin 2.
NOTE: If you want to show 'Who was online today' on a separate page from forumhome, then download instructions-newpage.txt and onlinetoday.php instead of instructions-regular.txt
Modifications
1 file modification
3 template modifications
0 queries to run
Features
supports and uses phrases
usernames are formatted properly
invisible users only show to people who are supposed to see them (admins and whoever else you allowed)
integrated (makes it so that the Who Was Online bar is now collapseable
Screenshots
Look below
Credits: Thanks goes to Mystics, where this hack is based on his
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I'm having problems with this hack. I have NO clue when it rolls over and I'm not sure wh it's so screwy. I've been putting off fixing it, but I really need to take care of it. at 10 am my time I see that the last time someone was online was at 6pm (meaning, the night before). What's wrong? I've done everything.
You need to do a couple of things to get it out of your database. You can probably just go back through the steps you took to insert it, then just change them. You should have the original files for your boards from your original download - compare the modified php files to those if absolutely necessary.
After that you should be able to get into your admincp so you can make the template modifications.
Hopefully. If that doesn't fix it you may have to do some work in php myadmin from your database.
Not quite, you need to replace in the instructions.
Code:
INSERT INTO datastore (title, data)...
with
Code:
INSERT INTO vb3_datastore (title, data)...
Have you seen that and did you try it? I'm pretty sure that's part of the original query you run, though not entirely sure about that.
I think I would just uninstall the hack. Just follow the directions you used to install it and uninstall. Then maybe try reinstalling? Try running the query again. It won't let you duplicate the query, so if it's already run correctly you'll get an error.
I really wish I knew more so I could help you!
edit: Okay, this worked for me to get the fix I needed. I uploaded the onlinetoday.php file to my admincp folder in my database and then ran it in my browser. You get a blank page but now the damn thing is finally working properly.