MyBB Community Forums

Full Version: Login/Logout problems? PLEASE READ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Have you completed ALL the steps shown on the first post?
If so...
Try using a cookie prefix just incase something else is interfering.
Tks! There was one example I had not tried. It worked now. I will confirm if its still working from my office then... TKS!!!
Ok no problem Smile
To use two domains then follow these instructions:

(2009-07-17, 01:07 PM)MattRogowski Wrote: [ -> ]You might need http://mods.mybboard.net/view/autoset-bburl-1.1.2 and http://mods.mybboard.net/view/autoset-co...aths-1.1.2 but it would be a hell of a lot easier for you if you just used one domain, and redirected one to the other...
url: http://www.livingfreetoday.org/forum

I believe the problem is a cookie prefix that appears in my configuration. I delete it and it comes back. I delete settings.php and it comes back. I cannot remove the cookie prefix, not matter what I do, and I have been working on this for over 9 hours today.

here is the page source
<!--
var cookieDomain = ".www.livingfreetoday.org";
var cookiePath = "/forum/";
var cookiePrefix = "LFT_";
var deleteevent_confirm = "Are you sure you want to delete this event?";
var removeattach_confirm = "Are you sure you want to remove the selected attachment from this post?";
var loading_text = 'Loading. <br />Please Wait..';
var saving_changes = 'Saving changes..';
var use_xmlhttprequest = "1";
var my_post_key = "566431f99bd885fa3f3fd1b78a170089";
var imagepath = "images";


tell me how to get rid of the cookie prefix and how to login, PLEASE
Settings.php is copied from the database. You need to change the value in the database through your PHPMyAdmin and then change the settings.php.
You shouldn't need to edit the database, the forum uses the values from the file, so you should be able to edit that, login to the ACP, save the changes again, and everything'll update. You must make the changes in the ACP straight after editing the file.
my website :

www.cyzapparel.com

cookie domain I set .www.cyzapparel.com
cookie path I set /bbs/

website is
www.cyzapparel.com/bbs/

hope to see solution.

thanks
ben yang
You don't need the .www in the cookie domain...
I've had that problem with my old forum..
But it wasn't the cookies.
It didn't let me login on the main forum, but on the admin control panel it did, but ever time I clicked another link, it brought me to the login page every time.
I think it was because it was the homepage, and wasn't in another folder. I'm not sure though.