Login button link bad - Page 2 Login button link bad - Page 2
 

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]

Main Menu

Login button link bad

Started by ZeRoRaVeN, September 12, 2005, 01:51:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ZeRoRaVeN

*points up*

The referrer is not working properly, after I click login in coppermine it sends me to ipb to login, I do and then it just sends me to the board home page, not that coppermine installation. It's obvious there's some thing wrong as the url shows it...

http://www.getanimed.com/forum/index.php?http://getanimed.com/coppermine/index.php

The test account is still valid...

user: t3st
pw: test

any more info?

Joachim Müller


ZeRoRaVeN

I know you're probably too busy to read all of the posts in this topic already but they were actually up there...

Quote from: ZeRoRaVeN on September 13, 2005, 04:02:30 AM
user
t3st

pw
test

thanks.

http://www.getanimed.com/coppermine/

Joachim Müller

I realized that you have posted link, username and password, but you haven't posted your changes in the bridge file as suggested in the thread I refered to:
Quote from: Nibbler on May 06, 2005, 10:04:34 PM
Please post a link to your site, a test user account, and what you have changed in the bridge file.
::)

ZeRoRaVeN

There's really no significat change besides the required ones...

// ------------------------------------------------------------------------- //
// Modify the values below according to your Board installation              //
// ------------------------------------------------------------------------- //

/// database configuration
define('IB_DB_NAME', '*****'); // 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', '/forum/');
// ------------------------------------------------------------------------- //
// You can keep the default values below if your installation is standard
// ------------------------------------------------------------------------- //
// The prefix for the Invision Board cookies
define('IB_COOKIE_PREFIX', ''); // The prefix used for board cookies

// Prefix and names for the database tables
define('IB_TABLE_PREFIX', 'ibf_'); // 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_SUPER_MODERAORS', 6);
define('IB_1337_MEMBERS', 7);


The only big change I really made was adding the define('IB_1337_MEMBERS', 7); it doesn't seem like much...thanks...