Có lẽ cài vbb,vấn đề rắc rối lớn nhất với nhiều bạn mới bắt đầu là sửa sao cho đúng>(dấu hiệu nhận biết nếu chưa đúng:database error).Hôm nay mình sẽ hướng dẫn sửa config một cách chi tiết nhất

Sửa config cần sửa 4 chỗ như sau

1 Tên database

Mã:
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'tendata';
Cía này bạn vào host tạo trong MySQL Databases

2 Mail

Mã:
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'email@gmail.com';

Nó là mail của bạn

3 MySQL hostname

Mã:
// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
Có hai loại chủ yếu:
Loại có dạng localhost như trên phổ biến với các host có phí và một số host free như megabyet
Loại hai có dạng
sql308.byethost31.com hay sql215.byethost31.com, sql136.byethost31.com
Tóm lại là dạng sql.||||||.tenhost.com/.net ...
Cái này phổ biến với host như uni.cc,byethost.com(mấy laọi này thừuong dùng vista panel)

4 Tên user và pass của host

// ****** 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'] = 'ten user';
$config['MasterServer']['password'] = 'pass';

Cái này chả cần nói nhỉ.

Dưới đây là hướng dẫn sửa config với byethost(tương tự cho nhiều host free)

Tạo database(nếu như bạn chưa có)