vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   vb 3.0.3 / coppermine 1.3.1 integration (https://vborg.vbsupport.ru/showthread.php?t=67935)

n00belit3 08-03-2004 04:33 AM

vb 3.0.3 / coppermine 1.3.1 integration
 
There is an integration for vbulletin 3.0.0 and coppermine 1.2. here:

https://vborg.vbsupport.ru/showthread.php?t=62778

but it doesnt work for the newer versions. The latest integration for a free photo gallery is with 4images but just installing it is a hassle.

Can anyone take out the time to upgrade the integration for the newer versions :nervous:

www.alfisti.net 08-07-2004 08:21 AM

Quote:

Originally Posted by n00belit3
There is an integration for vbulletin 3.0.0 and coppermine 1.2. here:

https://vborg.vbsupport.ru/showthread.php?t=62778

but it doesnt work for the newer versions. The latest integration for a free photo gallery is with 4images but just installing it is a hassle.

Can anyone take out the time to upgrade the integration for the newer versions :nervous:

vb3.03 and coppermine 1.2 works without any (known) problems.
coppermine 1.3 is not really different, did you test it? or do you think it don?t work?

Blam Forumz 08-07-2004 08:24 AM

Doesnt work for me, i tried using vbulletin 3.0.2 and coppermin 1.2

no worky

jimmyboy 08-07-2004 09:04 AM

well, 1.31 doesnot work for me either

allhandl 08-07-2004 11:45 PM

i have vb 3.0.3 and coppermine 1.2.1 working great. so the hack does work fine, The biggest problem I faced was with the cookies

www.alfisti.net 08-08-2004 10:57 AM

check out the older postings. the cookies are tricky, try to change the cookie-prefixes in coppermine.

Blam Forumz 08-08-2004 11:15 AM

How should I do it? Should I hack the files first then install or vice versa?

allhandl 08-08-2004 12:26 PM

Quote:

Originally Posted by Blam Forumz
How should I do it? Should I hack the files first then install or vice versa?

What was your exact problem with the integration? I installed the script and then applied the bridge change.

If it is indeed a cookie issue make sure VB cookies and Coppmine are different. I left the cookies blank in coppermine and left it as the .declubscene.com on vb. Also make sure the 'path to cookie' is correct on coppermine. So if you have it under a subfolder (ie: i have it on http://www.declubscene.com/photogallery) then the path = /photogallery/

Blam Forumz 08-08-2004 01:13 PM

Quote:

Originally Posted by allhandl
What was your exact problem with the integration? I installed the script and then applied the bridge change.

If it is indeed a cookie issue make sure VB cookies and Coppmine are different. I left the cookies blank in coppermine and left it as the .declubscene.com on vb. Also make sure the 'path to cookie' is correct on coppermine. So if you have it under a subfolder (ie: i have it on http://www.declubscene.com/photogallery) then the path = /photogallery/

It wasnt a cookie problem, it said i was the only user :S

Cubie 09-22-2004 01:09 PM

Vbulletin 3.03 and Coppermine 1.3 is working
after correcting the cookie path

lovevn 09-25-2004 01:38 PM

I have just install coppermine 1.3.2 with vbb 3.0.3 . Every thing works great ! However, I have one problem when I log out from the coppermine . I get an error
Quote:

"An error occurred while attempting to log you out. Click here to log out."
And i figure out that this error comes from line 214 of the vbulletin3.inc.php(in folder bridge)

Quote:

$target = 'login.php?&do=logout';
I tried to ad change this line to

Quote:

$target = 'login.php?&do=logout&u=$bbuserinfo[userid]'
However, It did not work . Could anyone tell me how to fix it ?

Yoshi 10-01-2004 08:44 AM

Quote:

Originally Posted by Cubie
Vbulletin 3.03 and Coppermine 1.3 is working
after correcting the cookie path


Can u or any1 else help me plz?

My Board: www.orpg-board.de
My Gallery: http://www.orpg-board.de/cpg132

Code:

//NOTE : Your vBulletin license number is provided at the top of every php file in your vBulletin installation!
define('VB_CUST_NO', 'is correct); // Your vBulletin license number (NOT your customer number)
define('VB_DB_NAME', 'is correct'); // The name of the database used by the board
define('VB_BD_HOST', 'localhost'); // The name of the database server
define('VB_DB_USERNAME', 'is correct'); // The username to use to connect to the database
define('VB_DB_PASSWORD', 'is correct'); // 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', 'http://www.orpg-board.de/');
// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //
// Prefix and names for the database tables
define('VB_TABLE_PREFIX', ''); // 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', '/');  // Cookie Prefix, not supported by vBulletin 2

need help, plz!

Yoshi 10-01-2004 11:49 AM

1 Attachment(s)
ok I've tested the hole time now!

And I dunno why it doesn't work :(

Everyone has the permission to upload Pic's but only the Admin can do this.
And the integration doesn't work correctly

upload is only possible when the UDB_INTEGRATION is commented, if I uncomment nobady can upload any more.
error msg form user:
Sorry there is no album where you are allowed to upload files

error msg from admin:
Invalid action for form creation.

Now I've upped the File from Vbulletin.org replaced vbulletin30.inc.php...
now its a Bridge for Coppermine Photo Gallery 1.2.0

http://www.orpg-board.de/cpg132
User: Dummy-User
PW : 000

Yoshi 10-01-2004 01:41 PM

Quote:

Originally Posted by Yoshi
ok I've tested the hole time now!

And I dunno why it doesn't work :(

Everyone has the permission to upload Pic's but only the Admin can do this.
And the integration doesn't work correctly

upload is only possible when the UDB_INTEGRATION is commented, if I uncomment nobady can upload any more.
error msg form user:
Sorry there is no album where you are allowed to upload files

error msg from admin:
Invalid action for form creation.

Now I've upped the File from Vbulletin.org replaced vbulletin30.inc.php...
now its a Bridge for Coppermine Photo Gallery 1.2.0

http://www.orpg-board.de/cpg132
User: Dummy-User
PW : 000

ok

now I've installed coppermine vers 1.2.1 and everthing works... but 1 thing doesn't work

User cant upload files, why? (Admin is ok but normal User cant upload)


All times are GMT. The time now is 12:36 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01034 seconds
  • Memory Usage 1,754KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete