Mind explaining...?
This is a discussion on Cookie REµDIRECTION FIXED 50 % within the Habbo Tutorials forums, part of the Habbo Hotel category; Hello Everyone. I have do tests Go in: inc/class.core.php Find CheckCookies() Under: PHP Code: $_SESSION [ 'set_cookies' ] = true ; ...

Hello Everyone.
I have do tests
Go in: inc/class.core.php
Find CheckCookies()
Under:
Add :PHP Code:$_SESSION['set_cookies'] = true;
BeforePHP Code:$_SESSION['page-redirect'] = $_SERVER['REQUEST_URI'];
The Code on security_checkPHP Code:header("Location: " . WWW . "/security_check.php");
But there is a problemPHP Code:$redirMode = 'me';
if (isset($_SESSION['page-redirect']))
{
$redirMode = $_SESSION['page-redirect'];
unset($_SESSION['page-redirect']);
}
I want go to /profile, i have cookies but i am redirected in
/me after security-check
Thank you if you can help me :)
Mind explaining...?
Pointless?
What the hell is this???![]()
to stop cookie hijack/stealing or whatever by the looks.
It's for when someone logs in, stops the login from re-directing itself because of a loop.