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
CMS Releases
REAL RevCMS Bot Shop
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="Dann" data-source="post: 177953" data-attributes="member: 27418"><p>Fished out the code from the same thread on a rival forum, so here it is:</p><p>[CODE]http://pastebin.com/L43Evhm2[/CODE]</p><p>P.S. Just noticed while testing he has a little script to lie about his user count. If you don't understand how to get rid of it here's a tut:</p><p>After you save it do CTRL + H in the file then put in the first box:</p><p>[CODE]<?php</p><p> $random = rand(4, 12);</p><p> $online = "{online}";</p><p> $addition = $online + $random;</p><p> </p><p> echo $addition;</p><p> ?></p><p>[/CODE]</p><p>And then in the second box</p><p>[CODE]{online}[/CODE] </p><p>Simple fix but it's for the noobs.</p></blockquote><p></p>
[QUOTE="Dann, post: 177953, member: 27418"] Fished out the code from the same thread on a rival forum, so here it is: [CODE]http://pastebin.com/L43Evhm2[/CODE] P.S. Just noticed while testing he has a little script to lie about his user count. If you don't understand how to get rid of it here's a tut: After you save it do CTRL + H in the file then put in the first box: [CODE]<?php $random = rand(4, 12); $online = "{online}"; $addition = $online + $random; echo $addition; ?> [/CODE] And then in the second box [CODE]{online}[/CODE] Simple fix but it's for the noobs. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
REAL RevCMS Bot Shop
Top