Yes my license is correct its the same that can be found on forum/index.php
vBulletin 3.0.2 - Licence Number *********
I did some changes
// Cookie variables
// This should be set to match the path/domain for your cookies,
// / = "/"; sets the cookie to be usable throughout the site.
// = ".domain.com"; sets the cookie to be usable across the domain
// If your BB system has a different setting, then you need to put that path here as well.
$cookie_path = "/";
$cookie_domain = ".thewired.be-";
$cookieprefix="bb"; <--- I removed this line
// Cookie Prefix
// Default vB3:
// = "bb";
// Default phpBB2:
// = "phpbb2mysql";
// Default Threads:
// = "w3t_";
$cookieprefix="bb"; <--- this was empty first
now I can login but only if i login from vbulletin after I go back to photopost i'm logged in but cannot log out after I clear the cookies and try to login from photopost it doasnt work only from vbulletin
|