The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
You're right, a little brain freeze here...
should be this to account for 00:00:00 time.. Code:
SELECT userid, username, COUNT(*) as count FROM post WHERE visible=1 AND dateline >= UNIX_TIMESTAMP('2012-02-22') AND dateline < UNIX_TIMESTAMP('2012-02-23') GROUP BY userid ORDER BY count DESC And dateline will be less than a unix timestamp of '2012-02-23 00:00:00'. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|