The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
If your talking about the <installcode></installcode> in product xml...
$vbulletin->db->query_write I am still new to vb database but maybe one of these below? ~pulled the code from installed mods. Code:
<installcode> <![CDATA[ $db->hide_errors(); $vbulletin->db->query_write(" CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "TABLENAME ( `tableid` int(32) NOT NULL default '0', PRIMARY KEY (`tableid`) ) TYPE=MyISAM "); ]]></installcode> Code:
<installcode> <![CDATA[ $db->hide_errors(); $vbulletin->db->query_write(" CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "TABLENAME ( `tableid` int(32) NOT NULL AUTO_INCREMENT PRIMARY KEY , ) TYPE=MyISAM "); ]]></installcode> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|