The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Query to Restore vb_session Table
Is this the correct query to restore the vb_session table on vB 3.8.5?
[sql]CREATE vb_session ( sessionhash CHAR(32) NOT NULL DEFAULT '', userid INT UNSIGNED NOT NULL DEFAULT '0', host CHAR(15) NOT NULL DEFAULT '', idhash CHAR(32) NOT NULL DEFAULT '', lastactivity INT UNSIGNED NOT NULL DEFAULT '0', location CHAR(255) NOT NULL DEFAULT '', useragent CHAR(100) NOT NULL DEFAULT '', styleid SMALLINT UNSIGNED NOT NULL DEFAULT '0', languageid SMALLINT UNSIGNED NOT NULL DEFAULT '0', loggedin SMALLINT UNSIGNED NOT NULL DEFAULT '0', inforum SMALLINT UNSIGNED NOT NULL DEFAULT '0', inthread INT UNSIGNED NOT NULL DEFAULT '0', incalendar SMALLINT UNSIGNED NOT NULL DEFAULT '0', badlocation SMALLINT UNSIGNED NOT NULL DEFAULT '0', bypass TINYINT NOT NULL DEFAULT '0', profileupdate SMALLINT UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (sessionhash) );[/sql] Yeah. I know. Missing table. Not good. :erm: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|