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
UberCMS, No Hash Secret! ??
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="42u" data-source="post: 227042" data-attributes="member: 36761"><p>Oh sorry I am extremely tired. Going to go to bed after this post, so good luck and hope it helps.</p><p></p><p>In RevCMS locate class.core.php</p><p>Locate this </p><p>[CODE]final public function hashed($password)</p><p> {</p><p> return md5($password);</p><p> }[/CODE]</p><p></p><p></p><p>Replace it with this</p><p>[CODE]final public function hashed($password)</p><p> {</p><p> return sha1($password);</p><p> } [/CODE]</p><p> </p><p>Go back to your UberCMS config that requests the hash, then replace it with the one in RevCMS config.</p></blockquote><p></p>
[QUOTE="42u, post: 227042, member: 36761"] Oh sorry I am extremely tired. Going to go to bed after this post, so good luck and hope it helps. In RevCMS locate class.core.php Locate this [CODE]final public function hashed($password) { return md5($password); }[/CODE] Replace it with this [CODE]final public function hashed($password) { return sha1($password); } [/CODE] Go back to your UberCMS config that requests the hash, then replace it with the one in RevCMS config. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
UberCMS, No Hash Secret! ??
Top