Make UberCMS Password work with rev?

Status
Not open for further replies.

Sledmur

Web-Developer
Nov 29, 2011
459
98
Is there a way i can do this? I spent 4 hours last night trying to convert the hash and uberhashing into rev and it simply wont work..... I need help from some1 with expertise in this field ;) I would like to do it without a wipe. Or if theres a way i can convert my passwords? Id be really pleased if this could happen. I would maybe donate some, and possibly staff.
 

HabboME

Member
Oct 14, 2011
84
20
This might work but I'm not for sure as I haven't tested it.

In class.core.php of RevCMS find:

PHP:
    final public function hashed($password)
    {
        return md5($password);
    }

and replace with:

PHP:
 final public function hashed($password)
    {
        return sha1($password);
    }

and then open your ubercms config and find hash secret and replace it with the one in revcms config.

and , he may have a lot of users on his hotel and doesn't want to restart..
 
Status
Not open for further replies.

Users who are viewing this thread

Top