|
I just checked, I have both set up as follows
// PhotoPost Classifieds database host address, or leave as localhost
$host="localhost";
// PhotoPost Classifieds's database name
$database="CLASSIFIEDS DB NAME";
// MySQL username and password to access PhotoPost Classifieds's database
//
// These two variables are for the userid and password needed to access
// the PhotoPost Classifieds database named above.
$mysql_user="CLASSIFIED USERNAME";
$mysql_password="CLASSIFIED PASSWORD";
// User database host address, or leave as localhost
$host_bb="localhost";
// If you want to use a prefix for your database tables, enter it here.
// NOTE: This variable can only be set PRIOR to your first installation of PhotoPost Classifieds;
// existing databases will not be changed and you will be unable to connect if you change
// this variable after performing a default installation.
$pp_db_prefix = "cp_";
// User database MySQL database name
//
// This is the variable for the User Database; if you are using Internal
// as your registration system, then these variables are the same as the
// ones above. If you are linking to a message board system,
// thse variables should be set to the database, user and password for that
// database.
$database_bb="VBULLETIN DATABASE";
// MySQL username and password to access user database
//
// These two variables are for the userid and password needed to access
// the PhotoPost Classifieds or BB database.
$user_bb="VBULLETIN DATABASE USERNAME";
$password_bb="VBULLETIN PASSWORD";
|