MyBB Community Forums

Full Version: Cookie Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Due to a bug, users were able to get peoples IP Addresses by viewing their profile and looking at their cookies somehow. On an attempt to fix it, I tried to disable something with cookies, and I screwed my site up bad. Whenever someone tries to log in, it just goes right back to the index and doesn't log them in. Same goes when I try and sign onto my Admin C-Panel.
I hope someone can help me :s thanks
$settings['cookiedomain'] = ".website name";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";
(2015-11-22, 08:53 PM)orbitalmods Wrote: [ -> ]Due to a bug, users were able to get peoples IP Addresses by viewing their profile and looking at their cookies somehow. On an attempt to fix it, I tried to disable something with cookies, and I screwed my site up bad. Whenever someone tries to log in, it just goes right back to the index and doesn't log them in. Same goes when I try and sign onto my Admin C-Panel.
I hope someone can help me :s thanks

go to your forumn folder and find settings.php
and find
(2015-11-22, 09:07 PM)ishank Wrote: [ -> ]
$settings['cookiedomain'] = ".website name";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";


go to your forumn folder and find settings.php
and find

Thanks for the reply, I looked and that's exactly what I have. :/
(2015-11-22, 09:45 PM)orbitalmods Wrote: [ -> ]
(2015-11-22, 09:07 PM)ishank Wrote: [ -> ]
$settings['cookiedomain'] = ".website name";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";


go to your forumn folder and find settings.php
and find

Thanks for the reply, I looked and that's exactly what I have. :/
exactly same? with website name with dot prefix i.e  ".google.com"
(2015-11-23, 02:25 PM)ishank Wrote: [ -> ]
(2015-11-22, 09:45 PM)orbitalmods Wrote: [ -> ]
(2015-11-22, 09:07 PM)ishank Wrote: [ -> ]
$settings['cookiedomain'] = ".website name";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";


go to your forumn folder and find settings.php
and find

Thanks for the reply, I looked and that's exactly what I have. :/
exactly same? with website name with dot prefix i.e  ".google.com"

yeah bro, not sure what to do Sad