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: Invision Login after ingrateing with coppermine  (Read 4201 times)

0 Members and 1 Guest are viewing this topic.

Hunter

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Invision Login after ingrateing with coppermine
« on: July 08, 2004, 05:12:42 am »

I integrated coppermine with my invision board forum. Whenever you log-in, it goes to the invision log-in page. Then, when you log-in from there, it goes to the forum index page. It never logs you into coppermine.   

Any help would be appreciated.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Invision Login after ingrateing with coppermine
« Reply #1 on: July 08, 2004, 07:20:15 am »

only very few bbs are capable of redirecting the user after loging in - imo ib is not capable of redirecting the user back to the gallery. You'll have to provide a link in your forum's navigation that can send the user back to coppermine. For details, a link and test user account might be helpfull, as well as the lines you modified in your bridge file (make sure to replace the password with asterisks).

GauGau
Logged

Hunter

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Invision Login after ingrateing with coppermine
« Reply #2 on: July 09, 2004, 05:47:22 pm »

But the only problem is not redirection but also it will not reconize the login.

forum prefix is different from coppermine.  Everything else works.  For some reason it just is not seeing the cookie to reconize the login.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Invision Login after ingrateing with coppermine
« Reply #3 on: July 09, 2004, 10:57:36 pm »

link and test user account (non-admin)? Post the modified bits of your bridge file (replace the password with asterisks).

GauGau
Logged

Hunter

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Invision Login after ingrateing with coppermine
« Reply #4 on: July 11, 2004, 08:46:47 pm »

test account is login = tester and pass = test

Gallery is at http://www.huntseek.com/gallery

here is the information in my invisionboard.php

Code: [Select]
// database configuration

define('IB_DB_NAME', 'huntseek_forum'); // The name of the database used by the board

define('IB_BD_HOST', 'localhost'); // The name of the database server

define('IB_DB_USERNAME', '********'); // The username to use to connect to the database

define('IB_DB_PASSWORD', '******'); // The password to use to connect to the database



// The web path to your Invision Board directory

// In this example http://yoursite_name.com/ivboard/

define('IB_WEB_PATH', 'forums.huntseek.com/');

// ------------------------------------------------------------------------- //

// You can keep the default values below if your installation is standard

// ------------------------------------------------------------------------- //

// The prefix for the Invision Board cookies

define('IB_COOKIE_PREFIX', 'forum'); // The prefix used for board cookies



// Prefix and names for the database tables

define('IB_TABLE_PREFIX', 'HS_'); // The prefix used for the DB tables

define('IB_USER_TABLE', 'members'); // The members table

define('IB_SESSION_TABLE', 'sessions'); // The sessions table

define('IB_GROUP_TABLE', 'groups'); // The groups table



// Group definitions (default values used by the board)

define('IB_VALIDATING_GROUP', 1);

define('IB_GUEST_GROUP', 2);

define('IB_MEMBERS_GROUP', 3);

define('IB_ADMIN_GROUP', 4);

define('IB_BANNED_GROUP', 5);
define('IB_LONG_TIME_MEMBER_GROUP',10);
define('IB_MODERATORS_GROUP',7);
« Last Edit: July 11, 2004, 08:51:57 pm by Hunter »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Invision Login after ingrateing with coppermine
« Reply #5 on: July 12, 2004, 08:56:03 am »

Your forum is on a different domain (sub-domains are different domains), that's why integration won't work. Unless they're both on the same doamin, or you're some kind of super-coding-wizard, you won't be able to integrate your forum and coppermine.
Recommended reading: http://coppermine.sourceforge.net/manual.php#integrating

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 15 queries.