PDA

View Full Version : Installation PHP Problem


iBardia
11-08-2008, 11:12 AM
Hi, can you please explain what needs to be put in here?


$vbulletin->config['Database']['dbname'],
$vbulletin->config['MasterServer']['servername'],
$vbulletin->config['MasterServer']['port'],
$vbulletin->config['MasterServer']['username'],
$vbulletin->config['MasterServer']['password'],
$vbulletin->config['MasterServer']['usepconnect'],
$vbulletin->config['SlaveServer']['servername'],
$vbulletin->config['SlaveServer']['port'],
$vbulletin->config['SlaveServer']['username'],
$vbulletin->config['SlaveServer']['password'],
$vbulletin->config['SlaveServer']['usepconnect']

Dismounted
11-08-2008, 01:21 PM
You do not need to edit any other files apart from config.php to run a normal installation of vBulletin. It looks like you've pulled that out of init.php (or one of the MySQL classes).