From class_core ;
PHP Code:
function fetch_sessionhash()
{
return md5(TIMENOW . SCRIPTPATH . SESSION_IDHASH . SESSION_HOST . vbrand(1, 1000000));
}
Quote:
Originally Posted by monotreme
I KNOW it's done in class_core.php but that code is so forking obtuse and there's so many layers that it takes a couple of HOURS of intense code backtracing to find where the stuff actually originates.
|
It took about 5 minutes.