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: phpBB2 and Coppermine 1.32 bridge file?  (Read 2756 times)

0 Members and 1 Guest are viewing this topic.

appleg5ive

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
phpBB2 and Coppermine 1.32 bridge file?
« on: April 10, 2005, 11:43:41 am »

Okay, I want to bridge my phpBB2 forum with Coppermine. I assume I need a bridge file to start with, but I looked in the file list on the Sourceforge site and I couldn't see one for phpBB2. Could somebody please tell me where to find it?
« Last Edit: April 10, 2005, 10:38:25 pm by Nibbler »
Logged

Nibbler

  • Guest
Re: phpBB2 and Coppermine 1.32 bridge file?
« Reply #1 on: April 10, 2005, 02:47:40 pm »

It's already in the file you downloaded, in the bridge directory.
Logged

appleg5ive

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: phpBB2 and Coppermine 1.32 bridge file?
« Reply #2 on: April 10, 2005, 10:34:29 pm »

Thanks.
Logged

93940

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: phpBB2 and Coppermine 1.32 bridge file?
« Reply #3 on: April 20, 2005, 12:31:37 am »

Newbee,

Please help.



// 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
(i don't know what this is?) help
define('PHPBB_DB_USERNAME', 'root'); // The username to use to connect to the database
got it
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/');
(what am i doing here exactly )
// 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);
// ------------------------------------------------------------------------- //
// You can keep the default values below if your instalation is standard
// ------------------------------------------------------------------------- //
// The prefix for the phpBB cookies
define('PHPBB_COOKIE_PREFIX', 'phpbb2mysql'); // The prefix used for board cookies

// Prefix and names for the database tables
define('PHPBB_TABLE_PREFIX', 'phpbb_'); // The prefix used for the DB tables
define('PHPBB_USER_TABLE', 'users'); // The members table
define('PHPBB_SESSION_TABLE', 'sessions'); // The session table
define('PHPBB_GROUP_TABLE', 'groups'); // The groups table
define('PHPBB_UGROUP_TABLE', 'user_group'); // The group/user table

Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 15 queries.