bridging file help with phpbb bridging file help with phpbb
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

bridging file help with phpbb

Started by phillyfan088, June 27, 2005, 05:29:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

phillyfan088

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);

Tranz

You can find them in your phpbb folder in a file called config.php or something like it.

phillyfan088

ok Thanks!  How do I know when it's working?  Is there a test that I can do.

Tranz

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.

phillyfan088

Which file can you find the mySQL server (database type) that the gallery is installed under?

Tranz