Topic: get username over subdomain
hello.
as im trying to organize my sites i ended up putting a few things into subdomains. my forums are over at forums.f8klan.com and the site im having problems with is at thug.f8klan.com.
as before when i was working with logged in users ive included what i think i need with this code.
define('PUN_TURN_OFF_MAINT', 1);
define('PUN_QUIET_VISIT', 1);
$pun_root = '../../forums/';
include $pun_root.'include/common.php';
include $pun_root.'include/parser.php';
the parser is working on the text and im not getting any error messages. at $pun_root im actually skipping back a few directories and right into the forums folder where forums.f8klan.com is.
i was thinking maybe $cookie_domain in config.php has something to do with all this but im not sure. if anybody can offer a suggestion i would love to hear it. thanks.