The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]() Quote:
From the code you posted it looks like the quotes are not entered right at the db name. This part here: Code:
CREATE TABLE IF NOT EXISTS vb_`dbh_victims` ( Code:
CREATE TABLE IF NOT EXISTS `vb_dbh_victims`( Code:
$vbulletin->db->query_write("CREATE TABLE IF NOT EXISTS `" . TABLE_PREFIX . "dbh_victims` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `username` VARCHAR( 50 ) NOT NULL , `beat` VARCHAR( 50 ) NOT NULL , `cscore` INT( 10 ) NOT NULL , `oscore` INT( 10 ) NOT NULL, UNIQUE (`id`) ); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|