Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Convert UberCMS to RevCMS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Khalil" data-source="post: 266517" data-attributes="member: 9938"><p>Why is the uses table dropped? If it's the hashes you're worried about, then change the hash method on rev from it's original MD5 hashing to the hashing method of the UberCMS you've choosen</p><p></p><p>If it's the hashes you're worried about, then follow these instructions:</p><ol> <li data-xf-list-type="ol">If you're trying to convert from UberCMS (not the 2.0 edit by Jonty) to revCMS and want to keep the same database with the same data on it then do this:<br /> Go to 'app/class.core.php' then scroll all the way down and find 'final public function hashed($password)', when you find it, replace '<strong>return md5($password);</strong>' by '<strong>return(sha1($input, "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/"));</strong>' (<a href="http://i.sharefa.st/Ox3vPiRoOfL0.png" target="_blank">http://i.sharefa.st/Ox3vPiRoOfL0.png</a>).</li> </ol></blockquote><p></p>
[QUOTE="Khalil, post: 266517, member: 9938"] Why is the uses table dropped? If it's the hashes you're worried about, then change the hash method on rev from it's original MD5 hashing to the hashing method of the UberCMS you've choosen If it's the hashes you're worried about, then follow these instructions: [LIST=1] [*]If you're trying to convert from UberCMS (not the 2.0 edit by Jonty) to revCMS and want to keep the same database with the same data on it then do this: Go to 'app/class.core.php' then scroll all the way down and find 'final public function hashed($password)', when you find it, replace '[B]return md5($password);[/B]' by '[B]return(sha1($input, "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/"));[/B]' ([URL]http://i.sharefa.st/Ox3vPiRoOfL0.png[/URL]). [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Convert UberCMS to RevCMS
Top