if(isset($_GET['DI']) || strpos( $_SERVER['HTTP_USER_AGENT'], 'brandimensions' ) > 0 || strpos( $_SERVER['HTTP_USER_AGENT'], 'bdfetch' ) > 0) exit(); /* define('DB_NAME', 'truep2_reversemtgcompanies'); // The name of the database define('DB_USER', 'truep2_revmtgcy'); // Your MySQL username define('DB_PASSWORD', '!=9}OL_FCf8.'); // ...and password */ define('DB_NAME', 'reversemortgagecompanies'); // The name of the database define('DB_USER', 'reversemtgcmpny'); // Your MySQL username define('DB_PASSWORD', '!=9}OL_FCf8.'); // ...and password /* define('DB_NAME', 'reversemortgagecompanies'); // The name of the database define('DB_USER', 'root'); // Your MySQL username define('DB_PASSWORD', ''); // ...and password */ define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value define('DB_TABLE_STATES', 'states'); // define('MODREWRITE', '1'); // 99% chance you won't need to change this value ?>
This either means that the username and password information in your wp-config.php
file is incorrect or we can't contact the database server at DB_HOST
. This could mean your host's database server is down.
If you're unsure what these terms mean you should probably contact your host.