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 - ;)
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
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
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