// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database
// will be located. Currently the only option is mysqli. MariaDB uses the same
// libraries as Mysql and should use mysqli as the dbtype. For slave support add
// _slave to the end of the database class.
$config['Database']['dbtype'] = 'mysqli';
// ****** 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'] = 'unityagency_nethelion';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
// ****** 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'] = 'noreply@unityagency.net';
// ****** 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.
//
// Note: If you are using IIS 7+ and MySQL is on the same machine, you
// need to use 127.0.0.1 instead of localhost
$config['MasterServer']['servername'] = 'unityagency_nethelion';
$config['MasterServer']['port'] = 3306;
// ****** 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'] = 'unityagency_nethelion;
$config['MasterServer']['password'] = 'Dopegun123';
Configuration: includes/config.php exists, but is not in the 3.6+ format. Please convert your config file via the new config.php.new.