SLAVE DATABASE ถ้าไม่มี ไม่ต้องใส่ เพราะมันจะใช้ไม่ได้
SLAVE DATABASE มันเป็นฐานข้อมูลสำรองสำหรับคนละเครื่องกันที่ใช้อยู่
// ****** SLAVE DATABASE CONFIGURATION ******
// If you have multiple database backends, this is the information for your slave
// server. If you are not 100% sure you need to fill in this information,
// do not change any of the values here.
$config['SlaveServer']['servername'] = '';
$config['SlaveServer']['port'] = 3306;
$config['SlaveServer']['username'] = '';
$config['SlaveServer']['password'] = '';
$config['SlaveServer']['usepconnect'] = 0;
FULL PATH TO FORUMS DIRECTORY ใส่ด้วยสิ
$config['Misc']['forumpath'] = '/path_to_forum-vB';
SUPER ADMINISTRATORS เอาใว้ใช้ในกรณีถ้าต้องการให้สมาชิกอื่นเข้าถึงส่วนผู้ดูแลระบบเต็มรูปแบบ โดยการใส่เลข id ของสมาชิกนั้น
ถ้าจะเป็นผู้ดูแลระบบคนเดียวก็ไม่ต้องใส่
ตัวอย่าง
$config['SpecialUsers']['superadministrators'] = '1,3,8,9';