View Single Post
HiddenConn1
AlliedModders Donor
Join Date: Aug 2009
Location: Cambridge, UK
Old 05-16-2020 , 09:43   Re: WEB fresh install: could not find driver
Reply With Quote #2

Assuming you've got your SourceBans all uploaded and your web server supports the SourceBans' requirements; open up config.php and be sure you've entered your database information correctly.

PHP Code:
define('DB_HOST''localhost');                       // If your database is on the same web server as your SourceBans, use 'localhost'.
define('DB_USER''Database username here');                        // The username to connect with
define('DB_PASS''Your DB user password');                        // The password
define('DB_NAME''Your DB name');                          // Database name
define('DB_PREFIX''sb');                    // The table prefix for SourceBans (Leave it as is)
define('DB_PORT''3306');                            // The SQL port (Default: 3306) (Leave as is)
define('DB_CHARSET''utf8mb4');                    // The Database charset (Default: utf8) (Leave as is)
define('STEAMAPIKEY''Your Steam API key here');                // Steam API Key for Shizz
define('SB_WP_URL''Your full SourceBans URL here');                       //URL of SourceBans Site
define('SB_EMAIL''Email here'); 
__________________
HiddenConn1 is offline