Details do not match! ILLUMINA->REVCMS

jakob215180

Member
Aug 7, 2013
113
4
I moved from IlluminaCMS to RevCMS, and now im getting the error details do not match!
I read about the md5 and stuff but cant find out where thats located. I am using the HabboExtreme theme.
 

Evian

Helping noobs since 1996
Feb 17, 2012
139
38
Heres how you do it.

What you need:
A brain


How to get the requirements:
You get given a brain upon birth so that's all good. Just need to use it properly.

OK! So here we go.

Find this in class.core.php

Code:
[/FONT][/FONT]
[FONT=arial]final public function hashed($password)[/FONT]
[FONT=arial]    {[/FONT]
[FONT=arial]        return md5($password);[/FONT]
[FONT=arial]    }[/FONT]
[FONT=arial][FONT=arial][/FONT]
 
Now! Replace the entire function with this[FONT=arial]

Code:
final public function hashed($password)
{
return sha1($password . "HASH CODE HERE");
}

Since I was unable to find the default SHA1 hash in Illumina give it a shot with nothing in that field so just "". If not holla at me and I'll have another hunt around. Respond with you results!

Good luck.
 

Users who are viewing this thread

Top