I've got a problem...its settings the cookies for all domains, except the "master" forum domain.
I've got
www.domain1.com/forums/
www.domain2.com
www.domain3.com
www.domain4.com
2,3 and 4 have the correct cookies, but the domain 1 is not setting the cookies.
My forums are all on the same server, I modified the ces_cookies.php to connect to the correct directory:
Code:
chdir("/home/webmaste/public_html/forums/");
require_once('./global.php');
require_once('./includes/functions_login.php');
require_once('./includes/adminfunctions.php');
Thats on all the sites in the includes folder.
Any ideas at whats gone wrong here? The only way I can currently log into the actual forum is by logging in at /admincp/
Thanks