Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Coppermine 1.2.1 / vBulletin 3.0.0 Integration Details »»
Coppermine 1.2.1 / vBulletin 3.0.0 Integration
Version: 1.00, by SpeedStreet SpeedStreet is offline
Developer Last Online: Feb 2011 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 03-21-2004 Last Update: Never Installs: 76
 
No support by the author.

Coppermine Gallery 1.21 and vBulletin 3.0.0 Integration
Version 1.0
Compiled by SpeedStreet

I'm not the hacker for this; I am merely the guy who poured through all of the threads on vBulletin.org and the Coppermine Development Forums to come up with one definitive post about integrating vBulletin with Coppermine.

WHAT IT DOES:
At the end of this how-to, you're installations of vBulletin and Coppermine will work together off of the same login. While everyone else wants to see all sorts of integration between the two, I believe this is the first step to making those things happen.

CREDITS:
A big thanks to everyone over at Coppermine for a terrific product and the users that support and mod it on a daily basis. I am merely standing on the shoulders of giants here, folks. Also, Nanobot was the guy over there that did the vB3 Gamma bridge, so the credit for that is all his.

FILES TO EDIT (2):
/bridge/vbulletin3.inc.php (Coppermine)
/include/init.inc.php (Coppermine)

HACK REQUIREMENTS:
vBulletin 3.0.0 Installed and Running
Coppermine 1.2.1 Installed and Running
5 Minutes of your time

SUPPORT THREADS:
Coppermine Gamma Thread (original thread): http://coppermine.sourceforge.net/bo...asc&highlight=
vBulletin.org Hack Thread: https://vborg.vbsupport.ru/showthread.php?p=488062
Coppermine vB 3.0.0 Thread: http://coppermine.sourceforge.net/bo...ic.php?p=20674

FINAL WARNINGS:

There are seem to be some issues with people integrating this with forums located on subdomains (e.g. subaruforums.speedstreet.org). Please reference the Coppermine Gamma Thread above for more info.
Please ensure that Coppermine and vBulletin cookies are NOT named the same thing.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #152  
Old 12-16-2004, 10:34 PM
Ganon Ganon is offline
 
Join Date: May 2002
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, works great, thanks!
Reply With Quote
  #153  
Old 12-17-2004, 05:02 PM
version2's Avatar
version2 version2 is offline
 
Join Date: Feb 2003
Location: Philly
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by owen100
coppermine 1.3.2 and vb 3.0.3 user here

I've read carefully the issues on cookies and thought I had it fixed nicely, integration seemed fine but .........



I have the same issue.



I also have a more important one; if I try and "Upload File" I get the following message displayed on the screen
"Invalid action for form creation".
Any ideas?
I get the same error. Its driving me crazy. I cant find that error text anywhere in the code either. Using the latest vb bridge and the latest coppermine I cant even get the bridge working. No errors, it just wont automatically log folks in. Press login and it directs back to the main site page.

Using these instructions:

http://coppermine.sourceforge.net/bo...?topic=12304.0

I was able to get folks logged in, but then I get the 'FORM CREATION' error shown above.
Reply With Quote
  #154  
Old 12-27-2004, 08:53 PM
Tau Tau is offline
 
Join Date: Aug 2004
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by msmartinwsx

Quote:
Originally Posted by anagarically
well... i am having problems getting it working... i have tried every fix that is on here.

i started out with coppermine in a sub-directory of my vbulletin... i got coppermine working just fine standalone... but... when i tried to integrate... no go...

i deleted the install.. and the database.. and started over... i installed in a fresh directory in my web-directory.. with a fresh database... install went perfect and standalone is good...

i configured the vbulletin30 file in bridge correctly... with all the information... including the cookiesprefix and all... i logged out of both.. cleared cookies.. logged into vbulletin... tried to go to coppermine... was not logged in... when i click on login... it goes to my forum... and that is still logged in... so... i don't know... any help would be appreciated.... thank you
We have the exact same problem and are using the same DB. Checked/cleared all cookies etc.

Any further suggestions?

Matt
That's also the problem that I'm having. I click login on the gallery and it chucks me out to my forum page where I'm already logged in. :/
Reply With Quote
  #155  
Old 12-28-2004, 09:22 PM
siempre's Avatar
siempre siempre is offline
 
Join Date: Jul 2004
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tau
That's also the problem that I'm having. I click login on the gallery and it chucks me out to my forum page where I'm already logged in. :/
I'm too. Not yet solution integration vbulletin 3.0.3 and coppermine 1.3.2 (we can't log in admin)

:disappointed:
Reply With Quote
  #156  
Old 12-30-2004, 06:10 AM
Aeolian Aeolian is offline
 
Join Date: Apr 2004
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.5.0 - Licence Number 1234abcd
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ?2000-2005 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.5
Reply With Quote
  #157  
Old 01-01-2005, 11:37 AM
JD210 JD210 is offline
 
Join Date: Dec 2004
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed according to the above directions, and when I try to go to coppermine after install, I get this:

Parse error: parse error in /home2/www/gothicgaming/gallery/bridge/vbulletin30.inc.php on line 42

Fatal error: Call to undefined function: udb_authenticate() in /home2/www/gothicgaming/gallery/include/init.inc.php on line 256
Reply With Quote
  #158  
Old 01-02-2005, 12:11 PM
4number8 4number8 is offline
 
Join Date: Nov 2004
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry, i've tried three times with no luck, sure everything worked, but it was like being totally on a different board, and thats not for me.
Reply With Quote
  #159  
Old 01-02-2005, 02:52 PM
w0z w0z is offline
 
Join Date: Dec 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sowwy my n00b question, but is anyone using this Hack in vB 3.0.4 ?

I followed the Aeolian's instructions about Setting up Coppermine 1.3.2 and vB 3.0.3 and I'm using them currently on my production 3.0.3 vB and everything works like a charm.

I was just wondering, if there is anything special about this Hack, that I should pay attention for if I upgrade my vB to 3.0.4 ? O_o

Cheers,
w0z
Reply With Quote
  #160  
Old 01-06-2005, 03:35 PM
Aeolian Aeolian is offline
 
Join Date: Apr 2004
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JD210
Installed according to the above directions, and when I try to go to coppermine after install, I get this:

Parse error: parse error in /home2/www/gothicgaming/gallery/bridge/vbulletin30.inc.php on line 42

Fatal error: Call to undefined function: udb_authenticate() in /home2/www/gothicgaming/gallery/include/init.inc.php on line 256
back after the holidays!

Ok 1st of all r u using the vbulletin30.inc.php file provided in vb.org? u should use the vbulletin30.inc.php file that comes with the cpg package.




w0z:
The hack should work fine with vb 3.0.4 (though i have not updated my forum yet, too many mods )
Reply With Quote
  #161  
Old 01-06-2005, 04:08 PM
UnknownServices UnknownServices is offline
 
Join Date: Jan 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are we supposed to install Coppermine and then use the integration or install after we use the integation? If install with integration, how do I uninstall?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:52 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05554 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete