The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]() Quote:
Code:
CREATE TABLE vb_usercss ( userid int(10) unsigned NOT NULL DEFAULT '0', selector varchar(30) NOT NULL DEFAULT '', property varchar(30) NOT NULL DEFAULT '', `value` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (userid,selector,property), KEY property (property,userid,`value`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Code:
CREATE TABLE vb_blog_usercss ( userid int(10) unsigned NOT NULL DEFAULT '0', selector varchar(30) NOT NULL DEFAULT '', property varchar(30) NOT NULL DEFAULT '', `value` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (userid,selector,property), KEY property (property,userid,`value`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|