The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#18
|
|||
|
|||
![]() Quote:
1. Download the latest version of vbulletin from your members area. 2. Unzip it to your hard drive (desktop most likely is easiest) 3. Look in the includes/ directory and find the config.php.new file. 4. Change the name to config.php. 5. Double click on the config file to open it (you'll need a html editor like dreaweaver, frontpage, or there are some frees ones or you can use windows built in notepad or a text editor. 6. In the file you will need to change the following items to match your info: First find: Code:
$config['Database']['dbname'] = 'forum'; Then find: Code:
$config['Database']['tableprefix'] = ''; Then find: Code:
$config['MasterServer']['servername'] = 'localhost'; Then find: Code:
$config['MasterServer']['username'] = 'root'; $config['MasterServer']['password'] = ''; Now save the file. Make sure that you ALWAYS edit between the ' and '. So if the code is Code:
$config['MasterServer']['username'] = 'root'; Code:
$config['MasterServer']['username'] = 'your_username'; 7. Now you need to delete the install.php file from your includes directory in the new files you are about to upload. 8. Turn your board off. 9. Upload all the files keeping the directory structure and order together. Make sure that you "OVERWRITE" all your old files. If you have a custom skin then do not upload the images directory. 10. After all the files are uploaded and overwritten open your browser to: http://www.yoursite.com/forums/install/upgrade.php Change yoursite.com to your domain and if your forum is not in a forums directory then drop the forums part from the link like so http://www.yoursite.com/install/upgrade.php 11. Now you should see a screen asking you for your customer number. Copy and paste it in the box and click the button to start. 12. From here you just wait and let it do its thing. When its done it will tell you. Then you should be all ready to go. --------------- Added [DATE]1294529330[/DATE] at [TIME]1294529330[/TIME] --------------- Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|