Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: bridging file help with phpbb  (Read 3349 times)

0 Members and 1 Guest are viewing this topic.

phillyfan088

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
bridging file help with phpbb
« 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?

Code: [Select]
// 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);
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: bridging file help with phpbb
« Reply #1 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.
Logged

phillyfan088

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: bridging file help with phpbb
« Reply #2 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.
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: bridging file help with phpbb
« Reply #3 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.
Logged

phillyfan088

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: bridging file help with phpbb
« Reply #4 on: June 27, 2005, 08:14:10 am »

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

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: bridging file help with phpbb
« Reply #5 on: June 27, 2005, 08:15:54 am »

include/config.inc.php
Logged
Pages: [1]   Go Up
 

Page created in 0.013 seconds with 15 queries.