coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: phillyfan088 on June 27, 2005, 05:29:04 AM

Title: bridging file help with phpbb
Post by: phillyfan088 on June 27, 2005, 05:29:04 AM
I'm tryign to bridge my coppermine 1.3 gallery with my phpbb 2.0 board, but I don't really know what to put for the ones with the arrow point at it.  Could someone please tell me where I can find this information?

// database configuration
define('PHPBB_DB_NAME', 'phpbb'); // The name of the database used by the board       <==
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server      <==  
define('PHPBB_DB_USERNAME', '***'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', '***'); // The password to use to connect to the database

// The web path to your phpBB directory
// If your URL to your board is for example 'http://yoursite_name.com/phpBB2/',
// you'll have to set the below var to '/phpBB2/'.
define('PHPBB_WEB_PATH', '/phpBB2/');
// Logout Flag
// the value of this boolean constant depends on your phpBB version:
// If your version of phpBB is 2.0.4 or lower - change the value to FALSE;
// if your version of phpBB is 2.0.5 or newer - leave it as TRUE
define('PHPBB_LOGOUT_GET', TRUE);
Title: Re: bridging file help with phpbb
Post by: Tranz on June 27, 2005, 05:32:34 AM
You can find them in your phpbb folder in a file called config.php or something like it.
Title: Re: bridging file help with phpbb
Post by: phillyfan088 on June 27, 2005, 06:01:10 AM
ok Thanks!  How do I know when it's working?  Is there a test that I can do.
Title: Re: bridging file help with phpbb
Post by: Tranz on June 27, 2005, 06:11:11 AM
When you try to log in from coppermine, it should redirect you to the phpbb login page. Once logged in, you should see admin menus if you are logged in as admin.
Title: Re: bridging file help with phpbb
Post by: phillyfan088 on June 27, 2005, 08:14:10 AM
Which file can you find the mySQL server (database type) that the gallery is installed under?
Title: Re: bridging file help with phpbb
Post by: Tranz on June 27, 2005, 08:15:54 AM
include/config.inc.php