phbBB/cpg 2 - integration 2 different Domains phbBB/cpg 2 - integration 2 different Domains
 

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

phbBB/cpg 2 - integration 2 different Domains

Started by Nico, May 03, 2004, 02:59:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nico

Hi all!

I hope someone can help me.

I installed the script yesterday and it works fine, but i want to try to intigrate with my phpBB Forum.
But there is a problem:
I want to use cpg on a Alias Domain on my server like:
http://www.mycpg.com
but my Forum is here
http://www.myphpbb.com

both Scripts an DB are on the same Server, but dont work :(
I changed this line:
// The web path to your phpBB directory
// In this example http://yoursite_name.com/phpBB2/
define('PHPBB_WEB_PATH', 'http://www.myphpbb.com/');

but i cant login :(

If i put the cpg in
http://www.myphpbb.com/cpg
it works perfect.

Is there a way to Fix my problem?

- Sorry, my English is not very well - ;)




Joachim Müller

No! Coppermine and your bbs need access to each other's cookies. You can't read cookies across domain borders. Unless you're a coding genius, it's impossible to overcome this. For details, search for "bbs integration different domains". This has been asked before very often, next time please search before posting, and read the docs that come with coppermine.

GauGau

Nico

Quote from: GauGau on May 03, 2004, 06:57:57 PM
No! Coppermine and your bbs need access to each other's cookies. You can't read cookies across domain borders. Unless you're a coding genius, it's impossible to overcome this. For details, search for "bbs integration different domains". This has been asked before very often, next time please search before posting, and read the docs that come with coppermine.

GauGau

I used the searchscript, but there was no one who Solved the problem.

I hope there where a Fix, because i have a main Domain a some Alias. All Domains are in the same Server/root.

Thanks for help

Joachim Müller

no need to search, as I told you: this is not possible! It doesn't matter if your files are on the same server, it's the domain that matters.

GauGau