Yeah.Into my class core right?
That's what I thought, Lol. I'll look into it more.Says details don't match :/
final public function hashed($password)
{
return sha1(md5(md5($password)));
}
UPDATE users SET password = MD5(password);
UPDATE users SET password = SHA1(password);
Imma send messages though pm for less spam on the Thread.This still doesn't work :/, but the code in ubers core is
Which they seem like they have the same hash, but nothing be matching up :/Code:public function UberHash($input = '') { return md5($input); }