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.
I have done all the following:

Deleted my history & cookies.
I have changed my inc/settings.php to what it says.

My Home URL, My Cookie Domain Name
My Cookie Prefix.

I deleted the settings.php and re uploaded it again from the mybb 1.6.8 default folder.

I cleared my cookies again.

It didn't work.
My URL: ultimategamingforums.co.uk
Please help me

I also CMOD 666 my settings.php file.
You still haven't changed the settings in the ACP. The thread states that after changing the settings in ./inc/settings.php you have to login to the ACP and change the settings there.

Do not touch settings.php after you have made the changes to it. You're simply reverting it back to what it was.
I did change the settings in the ACP.
I have some serious problem with my forum, I have used & coded mybb for 3 years and I can't put my finger on it, which makes me furious. The forum has to be ready in 4 days.

The reason is, for some reason I can't log in or make a test account(doesn't send an email).
Yesterday at home it was working fine, I was uploading regular plugins(shoutbox, sideboxes, etc...).
Then it stopped logging me out, I didn't pay much attention, small problem on settings, thought I would fix it tomorrow and I went to sleep.

Today at work I tried to log into my admin account and I couldn't, so the usual, I logged into my ftp and looked at the settings.php and was amazed on what I got. EVERYTHING was revived to default itself. No mail address, no cookie domains, no nothing. So I changed them to right things and still nothing works.

$settings['cookiedomain'] = ".complexawesome.org";
$settings['cookiepath'] = "/forum/";
$settings['cookieprefix'] = "";

The domain is Complexawesome.org/forum

//EDIT: Also when I change my forum to be closed from the settings. The forum still looks alive. It's like settings.php isn't affecting my forum at all.

//EDIT2: Now everything seems to be reverted to default, config doesn't even show that mysql is installed.

//EDIT3: Never mind, I found out it's my problem. At least I think it is, because same orange happened to my wordpress blog.
I have the same problem Huh

Here is my forum: http://ouyaforums.tk/

settings.php
$settings['cookiedomain'] = ".ouyaforums.tk";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

Can't change anything in ACP because: i can't login there Sad
I have tried on my friends computer and it's the same problem there, so i don't think it's cookie problems?

The first hours it worked fine, and i had the same problem with a myBB board before...

Please, can somebody help me out with this? (sorry for my bad english)

// Simon Wellander
Your cookie domain is .http://ouyaforums.tk

Please set it to .ouyaforums.tk Smile
(2012-07-17, 03:30 PM)Vernier Wrote: [ -> ]Your cookie domain is .http://ouyaforums.tk

Please set it to .ouyaforums.tk Smile

I deleted my settings.php file and it hasn't regenerate yet Huh

But before i had it on .ouyaofurms.tk , 100% sure Undecided

I hate problems Dodgy

EDIT: Nevermind, i have changed back to phpbb3 now instead, never had any problems with them.
can you help out my site i messed up the cookie path and i put www. in front of it and now i cant login or get in the admin panel my domain name is

http://clownmodding.com
Open ./inc/settings.php

Find:
$settings['cookiedomain'] = "www.clownmodding.com";

Replace with:
[php]$settings['cookiedomain'] = ".clownmodding.com";

then change it in Admincp Smile
(2012-07-24, 06:47 AM)Vernier Wrote: [ -> ]Open ./inc/settings.php

Find:
$settings['cookiedomain'] = "www.clownmodding.com";

Replace with:
[php]$settings['cookiedomain'] = ".clownmodding.com";

thank you so mu