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 Releases
[Release] RevCMS IMPORTANT Exploit Fix!
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="Jerry" data-source="post: 336518" data-attributes="member: 35321"><p>I did this tutorial release terribly as I have copied this from a rival forum..</p><p></p><p>I. Go to class.core.php</p><p>Find: [CODE]$users->forgotten();[/CODE]</p><p>Replace with: [CODE]//$users->forgotten();[/CODE]</p><p></p><p>II. Go to class.users.php</p><p>Find: final public function forgotten()</p><p></p><p>Inside the brackles or whatever { code inside this }, delete everything inside the brackles..</p><p></p><p>Your code should look like this after deleting the code inside the brackles;</p><p>[CODE]final public function forgotten()</p><p>{</p><p></p><p>}[/CODE]</p><p></p><p>That should fix it.</p><p></p><p></p><p>Sent from my iPhone using Tapatalk</p><p>[DOUBLEPOST=1431793723,1431793243][/DOUBLEPOST]Also, if you plan on deleting the entire function, follow this quote below:</p></blockquote><p></p>
[QUOTE="Jerry, post: 336518, member: 35321"] I did this tutorial release terribly as I have copied this from a rival forum.. I. Go to class.core.php Find: [CODE]$users->forgotten();[/CODE] Replace with: [CODE]//$users->forgotten();[/CODE] II. Go to class.users.php Find: final public function forgotten() Inside the brackles or whatever { code inside this }, delete everything inside the brackles.. Your code should look like this after deleting the code inside the brackles; [CODE]final public function forgotten() { }[/CODE] That should fix it. Sent from my iPhone using Tapatalk [DOUBLEPOST=1431793723,1431793243][/DOUBLEPOST]Also, if you plan on deleting the entire function, follow this quote below: [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
[Release] RevCMS IMPORTANT Exploit Fix!
Top