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 [2]   Go Down

Author Topic: Integrating With Land Down Under (LDU)  (Read 21780 times)

0 Members and 1 Guest are viewing this topic.

byroman

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Integrating With Land Down Under (LDU)
« Reply #20 on: November 05, 2005, 02:28:09 pm »

There is also a box called Path For Cookies.
Logged

Nibbler

  • Guest
Re: Integrating With Land Down Under (LDU)
« Reply #21 on: November 05, 2005, 02:42:05 pm »

Please provide a working login and re-read the instructions at the top of the bridge file.
Logged

byroman

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Integrating With Land Down Under (LDU)
« Reply #22 on: November 05, 2005, 02:48:59 pm »

Ok well I have already provided a working log in. In the box for path for cookies I have already placed a slash. What is going on here!
Logged

byroman

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Integrating With Land Down Under (LDU)
« Reply #23 on: November 05, 2005, 02:53:44 pm »

Ok ive made one. Go to my gallery ( http://ib.crazygaming.net/cpg135/ ) and click on log in at the top. Then log in with this:

Username: Test Dummy
Password: Password
Logged

Nibbler

  • Guest
Re: Integrating With Land Down Under (LDU)
« Reply #24 on: November 05, 2005, 02:54:14 pm »

The correct username is 'test dummy' without capitals. The integration seems to be working fine, congratulations.
Logged

byroman

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Integrating With Land Down Under (LDU)
« Reply #25 on: November 05, 2005, 02:57:56 pm »

The correct username is 'test dummy' without capitals. The integration seems to be working fine, congratulations.

 ??? Its not working fine for me!!!! When I log in it takes me back to my home page, so I paste the URL of my gallery into the adress bar to go back. I am logged in at my website, but not at the gallery!!! What is going on!!
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Integrating With Land Down Under (LDU)
« Reply #26 on: November 05, 2005, 03:15:05 pm »

Clear your cookies.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

byroman

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Integrating With Land Down Under (LDU)
« Reply #27 on: November 05, 2005, 04:18:16 pm »

Still not working... whats going on!?
Logged

byroman

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Integrating With Land Down Under (LDU)
« Reply #28 on: November 05, 2005, 04:30:49 pm »

Im starting to get frustrated with this. If it can not be integrayed with LDU properly then im going to stop wasting my time and fnd a new galery that will work for me.
Logged

Nibbler

  • Guest
Re: Integrating With Land Down Under (LDU)
« Reply #29 on: November 05, 2005, 04:49:40 pm »

Go to http://www.ib.crazygaming.net/cpg135/
Click login
Enter test account details
Pick a remember me period of a few hours
Click submit
Go to http://www.ib.crazygaming.net/cpg135/
You are now logged into the gallery and LDU.

Remember to be consistant with the www and there will be no issues.
Logged

byroman

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23
Re: Integrating With Land Down Under (LDU)
« Reply #30 on: November 05, 2005, 07:29:12 pm »

This is all very confusing, but yes thanks now it is working.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Integrating With Land Down Under (LDU)
« Reply #31 on: November 06, 2005, 02:50:58 pm »

Code: [Select]
ib.crazygaming.net is not the same as
Code: [Select]
www.ib.crazygaming.net - sub-domains are different domains. Make sure to have all links use the domain part of the url with the starting www sub-domain or all without it. You mustn't have a mish-mash.
After having done this, I recommend setting up an .htaccess file that redirects all users accessing your site with the leading www to the url without the www or vice versa.
Logged

rickyspires

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: Integrating With Land Down Under (LDU)
« Reply #32 on: December 05, 2005, 09:23:02 pm »

hello,

im trying to install coppermine with Land Down Under (LDU) and am having some problems.

could some one please look at what i have done is write or wrong for me..? then correct me.


my site is www.mysk8.com
coppermine is at www.mysk8.com/cpg142

my bridge ldu.inc.php file looks like this:

Code: [Select]
// URL of your ldu
$path = 'http://www.mysk8.com/';

// local path to your ldu config file
require_once('http://www.mysk8.com/datas/config.php');

Code: [Select]
// automatic configuration
define('PUNBB_DB_NAME', $cfg['mysk8']); // The name of the database used by the board
define('PUNBB_DB_HOST', $cfg['localhost']); // The name of the database server
define('PUNBB_DB_USERNAME', $cfg['mysk8']); // The username to use to connect to the database
define('PUNBB_DB_PASSWORD', $cfg['*********']); // The password to use to connect to the database





the init.inc.phpfile:

its odd because i know you say to just add the code  define('UDB_INTEGRATION', 'ldu'); in the forum post but the init.inc.php file for the new download of coppermine 1.4.2 seems to be missing the bit of code below:

Code: [Select]
// User database integration
// Uncomment the applicable line if you want to use it
// define('UDB_INTEGRATION', 'phpbb');
// define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin23');
// define('UDB_INTEGRATION', 'vbulletin30');
// define('UDB_INTEGRATION', 'yabbse');
// define('UDB_INTEGRATION', 'smf');
// define('UDB_INTEGRATION', 'woltlab21');
// define('UDB_INTEGRATION', 'punbb');


so what do i need to do?

my init.inc.php file looks like this:

Code: [Select]
// Set UDB_INTEGRATION if enabled in admin
if ($CONFIG['bridge_enable'] == 1 && !defined('BRIDGEMGR_PHP')) {
    $BRIDGE = cpg_get_bridge_db_values();
} else {
  $BRIDGE['short_name'] = 'coppermine';
  $BRIDGE['use_standard_groups'] = 1;
  $BRIDGE['recovery_logon_failures'] = 0;
  $BRIDGE['use_post_based_groups'] = false;
}


define('UDB_INTEGRATION', 'ldu');


require_once 'bridge/' . UDB_INTEGRATION . '.inc.php';

is this ok??????


the error my site is giving is:

Coppermine critical error:
Unable to connect to PunBB database !

MySQL said:


many thanks..

ricky.
Logged

Nibbler

  • Guest
Re: Integrating With Land Down Under (LDU)
« Reply #33 on: December 05, 2005, 09:40:59 pm »

The file is designed for 1.3, it won't work with 1.4.
Logged

rickyspires

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: Integrating With Land Down Under (LDU)
« Reply #34 on: December 06, 2005, 04:46:04 pm »

hello,

i can't seem to find the 1.3 download. could you please provide me with a url...

also, is it possible to update the bridge file or something to make 1.4.2 work?

thanks

ricky

 :'(
Logged

rickyspires

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: Integrating With Land Down Under (LDU)
« Reply #36 on: December 10, 2005, 06:18:00 pm »

thanks for that,

im getting there..

but i have another question. sorry.

im not sure if this is a question for u and not ldu but here goes.

if you go to www.mysk8.com/cpg135 you can see its there and if you click login it does take you back to the login page of ldu, but then once i login (as admin) it takes me back to the ldu index page and not coppermine. also when i return to coppermine after logging in, it doesn't show that i have logged in?

any ideas?

this is how my ldu.inc.php file looks
is this correct?

my site is www.mysk8.com
my coppermine is at www.mysk8.com/cpg135

Code:
// URL of your ldu
$path = 'http://www.mysk8.com/';

// local path to your ldu config file
require_once('../datas/config.php');



one more question:

how do i get it to show within my ldu skin and not on a new page, like they have done on this site: http://www.ashundar.com/plug.php?e=coppermine

sorry to keep bothering you.

thanks for all your help.

 ;D
Logged

Nibbler

  • Guest
Re: Integrating With Land Down Under (LDU)
« Reply #37 on: December 10, 2005, 07:02:18 pm »

If you want support with login issues always post a test user account.
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.021 seconds with 16 queries.