MyBB Community Forums

Full Version: ACP and Index Login wont log me in
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

Having a problem with MyBB, the login page just resfreshes my page without logging me in and same with the ACP.

ACP will login me in but if I click anywhere it'll log me back out to the ACP login page.

Site link: http://198.57.247.136/~ashatdis/
I have tried this,

$settings['cookiedomain'] = ".http://198.57.247.136/~ashatdis/";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "~ashatdis";

And still doesn't work :'(
Is there any solutions? Thanks!
cookie domain --> .198.57.247.136
cookie path --> /~ashatdis/

guidance --> Login / Logout problems
(2014-07-05, 12:29 PM).m. Wrote: [ -> ]cookie domain --> .198.57.247.136
cookie path --> /~ashatdis/

guidance --> Login / Logout problems

Only working on internet explorer and not on chrome?
I cleared my cookies etc still the same thing :o
^ looks like forgot adding dot before 198.57.247.136 for the cookie domain !
Replace $settings['cookieprefix'] = "~ashatdis"; with $settings['cookieprefix'] = "";