Để chuyển đổi database từ VBB sang Mybb các bạn tiến hành theo các bước sau:
1/ Tải bản Mybb về up lên host Tại đây
2/ Tải luôn công cụ chuyển đổi tại đây down link mediafire tại đây
3/ Up cả 2 lên host
4/ Tiến hành cài đặt Mybb như bình thường. Xem hướng dẫn cài đặt Mybb tại đây
5/ Sau khi cài đặt xong Mybb các bạn vào phpmyadmin chọn database của mybb vừa cài đặt vào table mybb_users – Salt

sửa “Length/Values” tiwf 10 thành 30 như trong hình

Sửa xong chọn “Save” để lưu lại.
6/ Conver database
Để chuyển đổi database các bạn phải có 2 database 1 là database cài đặt Mybb, 1 là database mã nguồn khác (vbb, phpbb …).
Bây giờ tiến hành chuyển đổi bằng cách chạy đường dẫn tương tự như sau: http://tenmiencuaban.com/merge nó sẽ xuất hiện bảng sau. (Ở đây thuthuatso.com chuyển từ VBB sang Mybb nên sẽ chọn vào VBB)

Nhấn “next” để tiếp tục

Nhấn “Next” để tiếp tục:

Nhấn “Ihave read and …” để tiếp tục:

Nhấn “Next” nó xuất hiện bảng sau:

Nhấn “Run” và điền thông tin database của vbb vào (Lưu ý phần này điền thông tin database của VBB)

Sau khi điền xong thông tin các bạn nhấn “Next” sau đó chọn các Module mà các bạn muốn lấy dữ liệu. Các bạn nhìn sang cột “Run” module nào nổi sáng thì nhấn vào “Run” . Nhấn chạy đến khi nào hết các module cần lấy dữ liệu (Cái nào không cần thì không cần nhấn run) các bạn chọn “CleanUp”

Vậy là xong. Bây giờ các bạn có thể vào xem diễn đàn của mình và phần quản trị diễn đàn

Các bạn tiến hành đăng nhập vào trong Quản trị và thiết lập như hình

Nếu font chữ của bạn bị lỗi do sử dụng Tiếng Việt thì các bạn vào thư mục “inc” tìm và sửa trong file config.php như sau
<blockquote style="list-style: none; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; background-color: transparent; border: 0px; vertical-align: baseline; quotes: none; color: rgb(0, 0, 0); font-family: arial, lucinda, verdana, geneva, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial; ">$config['database']['encoding'] = ‘utf8′;
</blockquote>Và sửa lại thành
<blockquote style="list-style: none; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; background-color: transparent; border: 0px; vertical-align: baseline; quotes: none; color: rgb(0, 0, 0); font-family: arial, lucinda, verdana, geneva, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial; ">$config['database']['encoding'] = ‘latin1′;
</blockquote>Nếu trước đó là
<blockquote style="list-style: none; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; background-color: transparent; border: 0px; vertical-align: baseline; quotes: none; color: rgb(0, 0, 0); font-family: arial, lucinda, verdana, geneva, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial; ">$config['database']['encoding'] = ‘latin1′;
</blockquote>Thì sửa ngược lại thành
<blockquote style="list-style: none; text-decoration: none; margin: 0px; padding: 0px 0px 0px 10px; background-color: transparent; border: 0px; vertical-align: baseline; quotes: none; color: rgb(0, 0, 0); font-family: arial, lucinda, verdana, geneva, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial; ">$config['database']['encoding'] = ‘utf8′;
</blockquote>Vậy là xong rồi đó: Bây giờ các bạn ra để hưởng thụ thành qua của mình nhá.
Chúc các bạn thành công.
Nguồn: http://thuthuatso.com/2011/06/huong-dan-conver-tu-vbb-phpbb-smf-sang-mybb/#ixzz1wastjAOi