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: Bridge Installation -> CM1.3.0 -> WBB2.1 -> HELP  (Read 3943 times)

0 Members and 1 Guest are viewing this topic.

volldasgute

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Bridge Installation -> CM1.3.0 -> WBB2.1 -> HELP
« on: July 01, 2004, 02:34:48 pm »

Hey Dudes,

Coppermine is a fantastic Galerie and so I need help! :)

Ok my Problem, see @ the Thread Topic !

I found a manual for CM1.2.1 but not for 1.3.0 with WBB1.2! The Manual i had found doesn't works :[

Or iam to stupid for that! Egual I need help!

Explanation:
I want to create  a users friendly Login - window for all applications on my site www.volldasgute.de
@the moment! WBB1.2 and a Alex Download Engine works Correctly with the same User Table so all good things are three and so i want that the CM1.3.0 Users also use this User_Table from the WBB1.2 :D

I hope you understand all I want! hehe

Thx for request or an Manual! Link or whatever!


Great Greetings Frank  ::)
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Bridge Installation -> CM1.3.0 -> WBB2.1 -> HELP
« Reply #1 on: July 01, 2004, 02:36:57 pm »

Since WBB is commercial software we have to rely on user contributions, we don't have a wbb test install we could test with, so there's little we could tell you.

GauGau
Logged

volldasgute

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Bridge Installation -> CM1.3.0 -> WBB2.1 -> HELP
« Reply #2 on: July 01, 2004, 02:48:11 pm »

Since WBB is commercial software we have to rely on user contributions, we don't have a wbb test install we could test with, so there's little we could tell you.

GauGau

Ok in German :D You mean you want to test it in the future? It'll be really fat, if you want to do that...! Beacause WBB1.2 isnt commercial, beacause 1.3 costs money the new one...! Its only a Configuration where i need help...!

In the Manual is written that i have to this

Code: [Select]
// User database integration
// Uncomment the applicable line if you want to use it
// define('UDB_INTEGRATION', 'phpbb');
// define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin');
// define('UDB_INTEGRATION', 'yabbse');
define('UDB_INTEGRATION', 'wbb21');                  //<--------------- This

then

Code: [Select]
// database configuration
define('PHPBB_DB_NAME','phpBB');     // The name of the database used by the board            <------ normally, thats no Problem
define('PHPBB_BD_HOST','localhost'); // The name of the database server
define('PHPBB_DB_USERNAME','root');  // 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/');                    <-------------------------  Here is a Problem ok a Warnings tolds me php...!  on line 41....
// 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);



In the other Manual in the Old Forum from Coppermine sourceforge .... i've found the other one, because in the skript bridge there was a link to it...


Iam Confused now *g*

« Last Edit: July 01, 2004, 03:05:45 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Bridge Installation -> CM1.3.0 -> WBB2.1 -> HELP
« Reply #3 on: July 01, 2004, 03:07:07 pm »

if you're going to integrate coppermine with wbb, you shouldn't be editing bridge/phpbb.inc.php, but woltlab21.inc.php, which reads like this:
Code: [Select]
// database configuration
define('WBB_DB_NAME','wbb2');   // The name of the database used by the board
define('WBB_BD_HOST','localhost');   // The name of the database server
define('WBB_DB_USERNAME','root');   // The username to use to connect to the database
define('WBB_DB_PASSWORD','');      // The password to use to connect to the database

// The web path to your Woltlab Board directory
// In this example http://yoursite_name.com/wbb2/
define('WBB_WEB_PATH','/wbb2/');

GauGau
Logged

volldasgute

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Bridge Installation -> CM1.3.0 -> WBB2.1 -> HELP
« Reply #4 on: July 01, 2004, 03:24:10 pm »

Hmm ok!

Is this file the "woltlab21.inc.php" a file who i find in the Coppermind directories?

Or is that the Database cfg File from WBB1.2!
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Bridge Installation -> CM1.3.0 -> WBB2.1 -> HELP
« Reply #5 on: July 01, 2004, 06:06:11 pm »

It is in the coppermine/bridge directory.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 16 queries.