coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Srecko on May 23, 2005, 12:50:34 AM

Title: phpbb bridging problem
Post by: Srecko on May 23, 2005, 12:50:34 AM
Problems with login

http://forum.ocklub.net
http://www.ocklub.net/galerija1/


// database configuration
define('PHPBB_DB_NAME', '******'); // 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', '/');
// 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);



Thanks!
Title: Re: phpbb bridging problem
Post by: kegobeer on May 23, 2005, 01:27:46 AM
Sigh. ::)  From the docs:

This will work:
Bulletin board: http://yourdomain.com/board/
Coppermine: http://yourdomain.com/gallery/

This won't work:
Bulletin board: http://board.yourdomain.com/
Coppermine: http://gallery.yourdomain.com/
Title: Re: phpbb bridging problem
Post by: Srecko on May 23, 2005, 01:51:53 AM
Quote from: kegobeer on May 23, 2005, 01:27:46 AM
Sigh. ::)  From the docs:

This will work:
Bulletin board: http://yourdomain.com/board/
Coppermine: http://yourdomain.com/gallery/

This won't work:
Bulletin board: http://board.yourdomain.com/
Coppermine: http://gallery.yourdomain.com/


Yeah i saw that :( , mut is it possible to fix this? cause i cannot quit my subdomain?
Title: Re: phpbb bridging problem
Post by: Srecko on May 23, 2005, 02:56:23 AM
But the forum is located on http://forum.ocklub.net and http://www.ocklub.net/forum1 can it work with forum1 ?
Title: Re: phpbb bridging problem
Post by: Nibbler on May 24, 2005, 12:27:31 PM
It can work if you understand cookies, and can modify the redirection code. (posted on the board already somewhere).