The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
Try this:
[sql] CREATE TABLE vb_session ( sessionhash CHAR(32) NOT NULL DEFAULT '', userid INT(10) NOT NULL DEFAULT '0', host CHAR(15) NOT NULL DEFAULT '', idhash CHAR(32) NOT NULL DEFAULT '', lastactivity INT(10) NOT NULL DEFAULT '0', location CHAR(255) NOT NULL DEFAULT '', useragent CHAR(100) NOT NULL DEFAULT '', styleid SMALLINT(5) NOT NULL DEFAULT '0', languageid SMALLINT(5) NOT NULL DEFAULT '0', loggedin SMALLINT(5) NOT NULL DEFAULT '0', inforum SMALLINT(5) NOT NULL DEFAULT '0', inthread INT(10) NOT NULL DEFAULT '0', incalendar SMALLINT(5) NOT NULL DEFAULT '0', badlocation SMALLINT(5) NOT NULL DEFAULT '0', bypass TINYINT(4) NOT NULL DEFAULT '0', profileupdate SMALLINT(5) NOT NULL DEFAULT '0', PRIMARY KEY (sessionhash) ); [/sql] But there are a lot of people here a lot better than I am with sql. Where are you doing this? In your admin CP? I would just do it with phpMyAdmin in cPanel. EDIT: What happened to all those default values of '0'? Those should all be in there. I put them back in. |
Благодарность от: | ||
Digital Jedi |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|