Results 1 to 2 of 2
-
5th Aug 2009, 04:14 PM #1OPBanned
Installing vBulletin The Comprehensive Guide.
Installing vBulletin The Comprehensive Guide.
by Luke (vForums) @ itscustom.org
---------------------------------------------
Part 1: MYSQL Databases:
MySQL is a freely available open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL).
SQL is the most popular language for adding, accessing and managing content in a database. It is most noted for its quick processing, proven reliability, ease and flexibility of use. MySQL is an essential part of almost every open source PHP application.
Good examples for PHP/MySQL-based scripts are phpBB, osCommerce, Joomla and of course vbulletin.
Creating your database.
Creating a user for your database:
Note: Always take a note of your usernames, database names and passwords as you will need them later on.
Linking your database and user:
Part 2: The config files:
In the /includes folder of your upload folder, Rename config.php.new to config.php
Now open it with wordpad or word or anyother good text editor.
Find:
Code:// This must be created by your webhost. $config['Database']['dbname'] = 'forum';
Code:// This must be created by your webhost. $config['Database']['dbname'] = 'itscusto_vBulletin';
Code:// ****** MASTER DATABASE USERNAME & PASSWORD ****** // This is the username and password you use to access MySQL. // These must be obtained through your webhost. $config['MasterServer']['username'] = 'root'; $config['MasterServer']['password'] = '';
Code:// ****** MASTER DATABASE USERNAME & PASSWORD ****** // This is the username and password you use to access MySQL. // These must be obtained through your webhost. $config['MasterServer']['username'] = 'itscusto_user1'; $config['MasterServer']['password'] = 'password';
Part 3: Uploading and installing.
Now upload all the files and folders how you wish i.e:
Upload via ftp.
Upload all the files in a zip then extract.
Now visit: Your site /forumroot/install/install.php
Now install vbulletin after wich delete the whole /install/ directory as its a security risk not to delete with vbulletin nulled.
If you need help with anything more check the vbulletin manual:
Code:http://www.vbulletin.com/docs/html/main/
Linkback: http://www.itscustom.org/main-forum/...ive-guide.htmlLuke Reviewed by Luke on . Installing vBulletin The Comprehensive Guide. Installing vBulletin The Comprehensive Guide. by Luke (vForums) @ itscustom.org --------------------------------------------- Part 1: MYSQL Databases: MySQL is a freely available open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). SQL is the most popular language for adding, accessing and managing content in a database. It is most noted for its quick processing, proven reliability, ease and flexibility of use. MySQL is an essential Rating: 5
-
9th Aug 2009, 07:09 AM #2Respected Developer
good work for newcomers ...
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Installing VBulletin
By Jamie Holle in forum Tutorials and GuidesReplies: 0Last Post: 5th Dec 2011, 11:34 AM -
Anyone guide me how to do this in vbulletin forum
By sahil00150 in forum Technical Help Desk SupportReplies: 0Last Post: 24th Jul 2011, 07:45 PM -
installing vbulletin 4 !! Help
By babarali124 in forum Technical Help Desk SupportReplies: 10Last Post: 29th May 2011, 06:16 PM -
Installing New vBulletin Style
By Curtis129 in forum vBulletinReplies: 1Last Post: 12th May 2009, 02:13 AM -
Comprehensive guide to .htaccess
By DeXTeR in forum Technical and Security TutorialsReplies: 2Last Post: 8th Nov 2008, 02:53 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...