The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Im stuck so many places, gotta debug one point at a time.
gonna start with installation. need to create a table with some content ![]() allright home/local i use navicat lite (free and lovely) and goto the vbulletin table i made named vbinvitationcode + prefix ofc and click dump a backup. i open the backup to get the "ordenary" query and want to convert that into something usefull for vb.. Code:
DROP TABLE IF EXISTS `vbinvitationcode`; CREATE TABLE `vbinvitationcode` ( `codedbID` int(10) NOT NULL AUTO_INCREMENT, `InvitationCODE` longtext, `NewusergroupID` int(2) DEFAULT NULL, PRIMARY KEY (`codedbID`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; ![]() Code:
$db->hide_errors(); $db->query_write("CREATE TABLE IF NOT EXISTS `" . TABLE_PREFIX . "vbinvitationcode` ( `codedbID` int(10) NOT NULL AUTO_INCREMENT PRIMARY KEY, `InvitationCODE` longtext, `NewusergroupID` int(2) DEFAULT NULL, $db->show_errors(); it never made the table.. ![]() whats wrong ? ![]() allready reported myself for wrong category ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|