Richmen
30.09.2004, 12:02
Hat davon jemand Ahnung?
Ich habs bei mir mal eingebaut, weil man mir sagte dass es ins VB gut einzubinden sei... ich möchte ja auch ned dass sich meine User 2x anmelden müssen :)
http://www.orpg-board.de/cpg132/
Das ist die Beschreibung dazu:
HOW TO INTEGRATE:
1.) Download vbulletin30.inc.php (provided as an archive with this hack)
2.) Open for Editing vbulletin30.inc.php and edit the following with data specific to your site:
//NOTE : Your vBulletin license number is provided at the top of every php file in your vBulletin installation!
define('VB_CUST_NO', 'xxxxxxxx'); // Your vBulletin license number (NOT your customer number)
define('VB_DB_NAME', 'forum'); // The name of the database used by the board
define('VB_BD_HOST', 'localhost'); // The name of the database server
define('VB_DB_USERNAME', 'username'); // The username to use to connect to the database
define('VB_DB_PASSWORD', 'password'); // The password to use to connect to the database
// The web path to your vBulletin Board directory
// In this example http://yoursite_name.com/vbulletin3/
define('VB_WEB_PATH', '/vbulletin3/');
3.) Save vbulletin30.inc.php to the bridge directory of your Coppermine installation
4.) Open for Editing init.inc.php (located in the /include directory of your Coppermine installation
Find:
// define('UDB_INTEGRATION', 'vbulletin30');
Remove the double slashes in front of the line to uncomment
5. Save init.inc.php to the include directory of your Coppermine installation
6. Point your browser to your Coppermine installation and verify integration is complete.
That should do it. I tried it on a fresh install of both, and a custom install to an existing board. Both worked fine.
Passt auch alles... aber wenn ich zum schluss die init.inc.php öffne und dort das // define('UDB_INTEGRATION', 'vbulletin30'); auskommentiere dann kann ich mich nicht mehr anmelden und man kann sich nicht registrieren... :confused:
Ideen?
Ich habs bei mir mal eingebaut, weil man mir sagte dass es ins VB gut einzubinden sei... ich möchte ja auch ned dass sich meine User 2x anmelden müssen :)
http://www.orpg-board.de/cpg132/
Das ist die Beschreibung dazu:
HOW TO INTEGRATE:
1.) Download vbulletin30.inc.php (provided as an archive with this hack)
2.) Open for Editing vbulletin30.inc.php and edit the following with data specific to your site:
//NOTE : Your vBulletin license number is provided at the top of every php file in your vBulletin installation!
define('VB_CUST_NO', 'xxxxxxxx'); // Your vBulletin license number (NOT your customer number)
define('VB_DB_NAME', 'forum'); // The name of the database used by the board
define('VB_BD_HOST', 'localhost'); // The name of the database server
define('VB_DB_USERNAME', 'username'); // The username to use to connect to the database
define('VB_DB_PASSWORD', 'password'); // The password to use to connect to the database
// The web path to your vBulletin Board directory
// In this example http://yoursite_name.com/vbulletin3/
define('VB_WEB_PATH', '/vbulletin3/');
3.) Save vbulletin30.inc.php to the bridge directory of your Coppermine installation
4.) Open for Editing init.inc.php (located in the /include directory of your Coppermine installation
Find:
// define('UDB_INTEGRATION', 'vbulletin30');
Remove the double slashes in front of the line to uncomment
5. Save init.inc.php to the include directory of your Coppermine installation
6. Point your browser to your Coppermine installation and verify integration is complete.
That should do it. I tried it on a fresh install of both, and a custom install to an existing board. Both worked fine.
Passt auch alles... aber wenn ich zum schluss die init.inc.php öffne und dort das // define('UDB_INTEGRATION', 'vbulletin30'); auskommentiere dann kann ich mich nicht mehr anmelden und man kann sich nicht registrieren... :confused:
Ideen?