CPG 1.4.10 & phpBB 2.0.18 not bridging CPG 1.4.10 & phpBB 2.0.18 not bridging
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

CPG 1.4.10 & phpBB 2.0.18 not bridging

Started by Imp, May 24, 2007, 01:24:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Imp

Coppermine install: http://helenair.com/coppermine/
Forum install: http://helenair.com/phpBB/
Coppermine version: cpg1.4.10
Forum version: phpBB 2.0.18
Test user account: joetester / joetester (this account exists on both coppermine and phpbb)

BridgeManager settings:
Forum URL:  http://helenair.com/phpBB
Relative path to your BBS's config file:  ../phpBB/ 
Use post-based groups?:  0
Cookie name/preifx phpbb

Also if this helps:
Cookie path in forums: /

Whenever I enable bridging between the two all I get is "Hacking attempt" in coppemine.

Anyone have any sugestions? btw its in broke mode atm so anyone can see what its doing, I can disable the bridge if it will help so coppermine will run in standalone mode (which it seems to do fine).

Joachim Müller

Quote from: Imp on May 24, 2007, 01:24:04 AMWhenever I enable bridging between the two all I get is "Hacking attempt" in coppemine.
I can't find the string "Hacking attempt" in coppermine's core files, although I found some hacks that suggested adding it. What exactly did you do to bridge? Have you been trying to use a particular non-default theme? Did you bridge using our bridge manager? Did you use the vanilla bridge files that come with Coppermine?

Quote from: Imp on May 24, 2007, 01:24:04 AMTest user account: joetester / joetester (this account exists on both coppermine and phpbb)
The test user account needs to exist in the app you bridge with (in your case in phpbb). When bridging is turned on, accounts existing in coppermine are being ignored.

Imp

Quote from: GauGau on May 24, 2007, 07:34:14 AM
I can't find the string "Hacking attempt" in coppermine's core files, although I found some hacks that suggested adding it. What exactly did you do to bridge? Have you been trying to use a particular non-default theme? Did you bridge using our bridge manager? Did you use the vanilla bridge files that come with Coppermine?
I used the default bridge manager to bridge, and used the files that came with the cpg1.4.10 download. as for a theme, im using Helius on phpbb. thou i tried changing to the default subsilver in phpbb, with the same results.
Quote
The test user account needs to exist in the app you bridge with (in your case in phpbb). When bridging is turned on, accounts existing in coppermine are being ignored.
It does exist in phpbb.

Imp

After seeing your remark about "Hacking attempt" being being in the Coppermine core files I got curious and searched phpbb, that is coming from the phpbb code, its is in about 20 places:

if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}

Does that help any?