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: 266521" data-attributes="member: 9938"><p>Well, the reason why I did not share the way to do this is because the hashing method in 2.0 needs both the password and the username, so if you're going to change the hashing method in rev to the one in 2.0, you'll have to change 'final public function hashed($password)' to 'final public function hashed($password, $username)' and when it's called in action, you'll have to change '$core->hashed($passwordhere)' to '$core->hashed($passwordhere, $usernamehere)', and you'll have to change that everywhere the hashing is needed, so if you're going to bother doing that, then I can help you, if not then...</p></blockquote><p></p>
[QUOTE="Khalil, post: 266521, member: 9938"] Well, the reason why I did not share the way to do this is because the hashing method in 2.0 needs both the password and the username, so if you're going to change the hashing method in rev to the one in 2.0, you'll have to change 'final public function hashed($password)' to 'final public function hashed($password, $username)' and when it's called in action, you'll have to change '$core->hashed($passwordhere)' to '$core->hashed($passwordhere, $usernamehere)', and you'll have to change that everywhere the hashing is needed, so if you're going to bother doing that, then I can help you, if not then... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Convert UberCMS to RevCMS
Top