coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: hubfub on May 08, 2005, 05:01:23 PM

Title: problem with bridging to invisionboard on different domain
Post by: hubfub on May 08, 2005, 05:01:23 PM
hi my gallery is at www.befuzzled.com/gallery
and i wish to bridge it with my forum at www.serility.com/forum

both domains are hosted on the same server but the database used is different

i did all the steps as shown in the docs but after i editted and uploaded the .inc.php files, i can no longer login

when i click the login button it returns an error msg saying "befuzzled.comhttp could not be found "

here are the changes i made the the invisionboard.inc.php file

define('IB_DB_NAME', 'mpsa_org_au_-_serility'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'mpsaorg'); // The username to use to connect to the database
define('IB_DB_PASSWORD', '***'); // The password to use to connect to the database

// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', 'http://www.serility.com/forum/');

nothing else is changed, do u guys know wats wrong?

thanks :)
Title: Re: problem with bridging to invisionboard on different domain
Post by: Nibbler on May 08, 2005, 10:46:21 PM
Use a path for IB_WEB_PATH, not an url.

define('IB_WEB_PATH', '/forum/');
Title: Re: problem with bridging to invisionboard on different domain
Post by: hubfub on May 08, 2005, 11:17:16 PM
wat would i put if the forum is not on the same domain?
Title: Re: problem with bridging to invisionboard on different domain
Post by: Nibbler on May 08, 2005, 11:26:34 PM
They have to be on the same domain.