Quote:
Originally Posted by rareclownfish
This is what's in my inc_features file
//$link = mysql_connect ("localhost", "userid", "password")
Should I take out the "" after I add the reall username and password?
|
Hello,
Do your have Photopost Pro installed and integrated into vBulletin ?
- If YES contenue reading

.
Are you VB database and Pro database the same ?
- If NO contenue reading

.
Here we go ! :bunny:
- Unhash these @ the top of the file
- Fill in the photopost DB info
Code:
// If you use the same userid/password to access both databases, you don't need to
// uncomment the mysql_connect - this is only if you require different ids to access
// the PhotoPost database.
//$link = mysql_connect ("localhost", "$dbuserid", "$dbuserpassword") or die('I cannot connect to the database.');
//mysql_select_db ("pp_database")or die("Could not select photopost database");
@ very botem of the file
Code:
// If you use PhotoPost in a seperate database from vB, you'll need to reselect the vB database!
//mysql_select_db ("vb_database");