The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
You can either go to the admincp -> maintenance ->execute sql query OR you can do it in phpmyadmin.
Here is the actual query to select all threads created in January 2012: Code:
SELECT t.* FROM thread t WHERE t.dateline >= unix_timestamp('2012-01-01') AND t.dateline < unix_timestamp('2012-02-01') |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|