Quote:
Originally Posted by Xenon
actually i don't see a userid within the stats table...
PHP Code:
$schema['CREATE']['query']['stats'] = "
CREATE TABLE " . TABLE_PREFIX . "stats (
dateline INT UNSIGNED NOT NULL DEFAULT '0',
nuser mediumint UNSIGNED NOT NULL DEFAULT '0',
nthread mediumint UNSIGNED NOT NULL DEFAULT '0',
npost mediumint UNSIGNED NOT NULL DEFAULT '0',
ausers mediumint UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (dateline)
)
";
so if you have a userid there, it's because of a hack, and therefore it's better to ask the hack author about that 
|
I don't have a hack on this table...
I just wanted to know what it does and what nuser and auser is?
I started a support ticket for this question and get this:
Quote:
To my understanding this is the table used to store the statistics it generates for Admin Control Panel > Statistics & Logs > Statistics.
|
But still no info about this nuser and auser fields...