Hey Ragezone members, thanks in advance any help is well appreciated.
So I'm using IlluminaCMS, Zap 2.0.2 released by @Jonteh. That I know of it has a different way of hashing users login, password etc... so I wanna switch to RevCMS now right? Hotel has about 33+ daily online. I wanna update the cms and stuff, but I don't wanna do it with Illumina like ugh it's a nice base but I want something more simple like RevCMS.
P.S
How do I convert Illumina Users Hashing, to RevCMS, so users don't have to make a new account. Like I tried changing MD5 to SHA1 but it didn't work so I figure it has to have a different hashing.
Illumina User Hashing Code.
RevCMS User Hashing Code.Code:public function userHash($password, $username) { return sha1(md5($password) . strtolower($username)); }
Thanks in Advance.Code:final public function hashed($password) { return md5($password); }


Reply With Quote![[ASAP] Convert - Illumina 2.0.2 Zap to RevCMS [ Help ]](http://ragezone.com/hyper728.png)

