The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
That is really the more difficult way to go about this. And, I really have no experience in what you want to do, so I'll have to let someone else help with that.
|
#12
|
|||
|
|||
ok lynne many thanx for you help may host said i could do this easyer but just need to know what files to take of server or what to replace ect ect
to go bk to 3.7.3 and reinstall all hacks that all but save userlists and posts and passwords ect ect --------------- Added [DATE]1226963319[/DATE] at [TIME]1226963319[/TIME] --------------- i have all msql files bked up from host bk up of a cpl oh weeks ago so should this not store all posts and users |
#13
|
||||
|
||||
Well if you can't recreate the userlist table for whatever reason.
1. Reinstall vBulletin. 2. Download the Impex system from vBulletin.com/members 3. Use impex to import all the readable data from your current database into the new one. Instructions on how to install vBulletin and use Impex can be found at http://vbulletin.com/docs they've got it explained the easiest. |
#14
|
|||
|
|||
thanx will this also do the posts as well
|
#15
|
|||
|
|||
To recreate the userlist table:
Code:
CREATE TABLE IF NOT EXISTS `phpbb_userlist` ( `userid` int(10) unsigned NOT NULL default '0', `relationid` int(10) unsigned NOT NULL default '0', `type` enum('buddy','ignore') NOT NULL default 'buddy', `friend` enum('yes','no','pending','denied') NOT NULL default 'no', PRIMARY KEY (`userid`,`relationid`,`type`), KEY `userid` (`relationid`), KEY `relationid` (`relationid`,`type`,`friend`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; |
#16
|
|||
|
|||
ok tnahx guys but i think i need someone to help me do this as im pretty lost on these last 2 posts
im ok @ installintg mods ec6te ct but tyhe whole other stuff im lost unfort |
#17
|
||||
|
||||
Quote:
Quote:
|
#18
|
|||
|
|||
i cant access my admin cp panel lynne it wont let me in @ all i get errors when trying access in there as i wa saying my forum is totaly fecked
|
#19
|
||||
|
||||
Then do it through phpMyAdmin or whatever your host has set up for you.
|
#20
|
|||
|
|||
and i do this after the reinstall lynne yes sorry to be a real doppy person here
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|