The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Would it require much coding to have the detailed portion of the "currently visiting"/"who's online" output to a textfile, for the admin to read later? Even admins can't be on 24/7. It would also be helpful to see what users are running into error pages and what not.
|
#12
|
|||
|
|||
i think i possibly may be interested in this hack if it ever came out.
|
#13
|
|||
|
|||
Oh! Oh! I'm interested!
|
#14
|
|||
|
|||
Not been a PHP guru but a Unix scripter couldn't you try and do the follwing.
I know its not very pretty but why not do this to log what you're wanting to know. File could get quite big though Create the sql file whos_online.sql Code:
echo "select userid, host, lastactivity, location from session \G" | /opt/mysql/bin/mysql database_name 1>>/tmp/whos_online.log 2>&1 And then cron up to run every min. Hope this helps. |
#15
|
|||
|
|||
I'd like this hack for the purpose of stalking my suspitious members and dual username detection
A nice user-based centralisation of already avalible admin stats. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|