The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Online Users Today
Hello,
I had a code that has worked for ages but for some reason today I noticed it was showing a completely OFF number, '13263'. Basically I have an OFF-vBulletin script that needs this information. It is called using the following: PHP Code:
|
#2
|
||||
|
||||
Have you looked at your session table to see how many rows are in it? Could something have happened to the cron job that removes sessions? (Although, with the time being a factor in the query, that shouldn't matter.) Try running that query by yourself (in the admin panel or phpMyAdmin) and see what the result is.
|
#3
|
||||
|
||||
Try change "SELECT COUNT(*)" to:
Code:
SELECT COUNT(*) AS `total` Code:
$onlineusercount = $result['total']; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|