View Single Post
  #186  
Old 03-04-2005, 07:51 PM
Rene27 Rene27 is offline
 
Join Date: Aug 2004
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aeolian
1. Have the vb Forum installed.

2. Edit the file "vbulletin30.inc.php" under bridge folder (coppermine)
Code:
//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
You can Find the licence number in any of the forum files (at the beginning)
Code:
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.0.3 - Licence Number 1234abcd
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ?2000-2004 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
3. Again edit the file "vbulletin30.inc.php" under bridge folder (coppermine)
Code:
define('VB_TABLE_PREFIX', 'FIND1'); // Leave empty, not supported by vBulletin 2.3
define('VB_USER_TABLE', 'user'); // The members table
define('VB_SESSION_TABLE', 'session'); // The sessions table
define('VB_GROUP_TABLE', 'usergroup'); // The groups table
define('VB_COOKIE_PREFIX', 'FIND2');  // Cookie Prefix, not supported by vBulletin 2
To get FIND1 and FIND2 download "config.php" from your server with FTP (path forumroot/includes/config.php)

Now search for
Code:
$tableprefix =
this value is your FIND1 (the value after '=' sign)

Again search for
Code:
$cookieprefix =
this value is your FIND2 (the value after '=' sign)


4. Open the file "init.inc.php" under include folder (coppermine)

then search for
Code:
// define('UDB_INTEGRATION', 'vbulletin30');
replace with
Code:
define('UDB_INTEGRATION', 'vbulletin30');
5. Now install the coppermine in the same database and user/pass as vb forum.

Now this should fix all the problems and set you FREE!

Safwan
amaderGaan.com


PS: do NOT use the integration script given in vb.org site use the default (vbulletin30.inc.php under bridge folder) integration script that comes with the cpg 1.3.2
I'm running 3.0.7 on my test board, and following these instructions fixed my login problems. Initially, I was being redirected to my bb where I was already logged in, and when I returned to my gallery, I wasn't logged in. I think this was referred to as the "login-loop" LOL

Anyway, for those of you still experiencing the same issue, you may want to CAREFULLY follow the above solution.

Thanks a bunch!

Rene'
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01075 seconds
  • Memory Usage 1,792KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete