View Source: /source/dbconnect.php

Click here for the source, OR
Other files that you may wish to view the source of:

Source of: /source/dbconnect.php

<?
$DB_USER
=""//Database Username
$DB_PASS=""//Database Password
$DB_HOST=""//Database Hostname
$DB_NAME=""//Database Databasename

if ($DB_USER.$DB_PASS.$DB_HOST.$DB_NAME == ""){
    echo 
"You must edit the dbconnect.php file to set it up for your database.";
}
?>