The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
More queries
Quote:
Code:
mysql> DESCRIBE hourlypoststat; +-----------+---------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------+---------+------+-----+---------+-------+ | hourofday | int(11) | | | 0 | | | postcount | int(11) | | | 0 | | +-----------+---------+------+-----+---------+-------+ 2 rows in set (0.00 sec) |
#2
|
||||
|
||||
REPLACE INTO hourlypoststat
VALUES (0, 941), (1, 1006), (etc) |
#3
|
|||
|
|||
Oh
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|