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
Details do not match! ILLUMINA->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="Evian" data-source="post: 226538" data-attributes="member: 13046"><p><span style="font-family: 'arial'">Heres how you do it.</span></p><p> </p><p><span style="font-family: 'arial'">What you need:</span></p><p><span style="font-family: 'arial'">A brain</span></p><p> </p><p> </p><p><span style="font-family: 'arial'">How to get the requirements: </span></p><p><span style="font-family: 'arial'">You get given a brain upon birth so that's all good. Just need to use it properly.</span></p><p> </p><p><span style="font-family: 'arial'">OK! So here we go.</span></p><p> </p><p><span style="font-family: 'arial'">Find this in class.core.php</span></p><p> </p><p><span style="font-family: 'arial'">[Code][/FONT][/FONT]</span></p><p><span style="font-family: 'arial'">[FONT=arial]final public function hashed($password)[/FONT]</span></p><p><span style="font-family: 'arial'">[FONT=arial] {[/FONT]</span></p><p><span style="font-family: 'arial'">[FONT=arial] return md5($password);[/FONT]</span></p><p><span style="font-family: 'arial'">[FONT=arial] }[/FONT]</span></p><p><span style="font-family: 'arial'">[FONT=arial][FONT=arial][/FONT]</span></p><p> <span style="font-family: 'arial'"></span></p><p><span style="font-family: 'arial'">Now! Replace the entire function with this[FONT=arial][/code]</span></p><p> </p><p>[Code]</p><p>final public function hashed($password)</p><p>{</p><p>return sha1($password . "HASH CODE HERE");</p><p>}</p><p>[/Code]</p><p><span style="font-family: 'arial'"></span></p><p><span style="font-family: 'arial'">Since I was unable to find the default SHA1 hash in Illumina give it a shot with nothing in that field so just "". If not holla at me and I'll have another hunt around. Respond with you results!</span></p><p> <span style="font-family: 'arial'"></span></p><p><span style="font-family: 'arial'">Good luck.</span></p><p><span style="font-family: 'arial'"></span></p></blockquote><p></p>
[QUOTE="Evian, post: 226538, member: 13046"] [FONT=arial]Heres how you do it.[/FONT] [FONT=arial]What you need:[/FONT] [FONT=arial]A brain[/FONT] [FONT=arial]How to get the requirements: [/FONT] [FONT=arial]You get given a brain upon birth so that's all good. Just need to use it properly.[/FONT] [FONT=arial]OK! So here we go.[/FONT] [FONT=arial]Find this in class.core.php[/FONT] [FONT=arial][Code][/FONT][/FONT] [FONT=arial]final public function hashed($password)[/FONT] [FONT=arial] {[/FONT] [FONT=arial] return md5($password);[/FONT] [FONT=arial] }[/FONT] [FONT=arial][FONT=arial][/FONT] Now! Replace the entire function with this[FONT=arial][/code][/FONT] [Code] final public function hashed($password) { return sha1($password . "HASH CODE HERE"); } [/Code] [FONT=arial][FONT=arial][/FONT] Since I was unable to find the default SHA1 hash in Illumina give it a shot with nothing in that field so just "". If not holla at me and I'll have another hunt around. Respond with you results! Good luck. [/FONT] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Details do not match! ILLUMINA->REVCMS
Top