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
[Habbo] Easy Edit [1.0]
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="Lightzz" data-source="post: 138885" data-attributes="member: 18516"><p>Global.php For your global website page settings</p><p>[PHP]<?php</p><p> </p><p>##########################################</p><p># Habbo Theme-Cleaner Source Version 2.0 #</p><p># Edit Pages With Ease All Through 1 File #</p><p># Add Navigation Links All Through 1 File #</p><p># Coded By Lightzz From Devbest.com (2012)#</p><p># Email christhefuher@gmail.com For Help #</p><p>#########################################</p><p>?></p><p> </p><p><?php</p><p> </p><p>$footer="Revcms By Kryptos | Habbo Theme By Hejula | Easy Edit By chrispettyjohn meeeeeeeeeeeeeee";</p><p> </p><p>$alertm="this is our alert text if alert is switched to true"; // Modifies The Website Alert</p><p> </p><p>$user="Leader";</p><p> </p><p>$campaign="$camp1 <br> $camp2";</p><p> </p><p>$camp1="Campaign One";</p><p> </p><p>$camp2="Campaign Two";</p><p>?>[/PHP]</p><p> </p><p>And do not forget settings.php for your me page settings</p><p>[PHP]<?php</p><p> </p><p>##########################################</p><p># Habbo Theme-Cleaner Source Version 2.0 #</p><p># Edit Pages With Ease All Through 1 File #</p><p># Add Navigation Links All Through 1 File #</p><p># Coded By Lightzz From Devbest.com (2012)#</p><p># Email christhefuher@gmail.com For Help #</p><p>#########################################</p><p>?></p><p> </p><p><?php</p><p># Me Page Configuration Options #</p><p>//Everything Is Either "true" or "false"</p><p> </p><p>$alert="false"; // Modifies If The Website Alert Shows</p><p> </p><p>$campaigns="false"; // Modifies If The Campaigns Shows</p><p> </p><p>$radio="false"; //Modifies If The Radio Shows . Only have radio on if alert is off</p><p> </p><p>// This Modifies The Text Of The Content Boxes</p><p> </p><p>$title1="THIS"; // The Title Of The First Content Box.</p><p> </p><p>$title2="Purrr"; // The Title Of The Second Content Box.</p><p> </p><p>$text1="Welcome to the hotel, I hope you enjoy it here!"; // This Modifies The Text In The First Content Box.</p><p> </p><p>$text2="this is real shit bro"; //This Modies The Text Of The Second Content Box.</p><p>?>[/PHP]</p></blockquote><p></p>
[QUOTE="Lightzz, post: 138885, member: 18516"] Global.php For your global website page settings [PHP]<?php ########################################## # Habbo Theme-Cleaner Source Version 2.0 # # Edit Pages With Ease All Through 1 File # # Add Navigation Links All Through 1 File # # Coded By Lightzz From Devbest.com (2012)# # Email christhefuher@gmail.com For Help # ######################################### ?> <?php $footer="Revcms By Kryptos | Habbo Theme By Hejula | Easy Edit By chrispettyjohn meeeeeeeeeeeeeee"; $alertm="this is our alert text if alert is switched to true"; // Modifies The Website Alert $user="Leader"; $campaign="$camp1 <br> $camp2"; $camp1="Campaign One"; $camp2="Campaign Two"; ?>[/PHP] And do not forget settings.php for your me page settings [PHP]<?php ########################################## # Habbo Theme-Cleaner Source Version 2.0 # # Edit Pages With Ease All Through 1 File # # Add Navigation Links All Through 1 File # # Coded By Lightzz From Devbest.com (2012)# # Email christhefuher@gmail.com For Help # ######################################### ?> <?php # Me Page Configuration Options # //Everything Is Either "true" or "false" $alert="false"; // Modifies If The Website Alert Shows $campaigns="false"; // Modifies If The Campaigns Shows $radio="false"; //Modifies If The Radio Shows . Only have radio on if alert is off // This Modifies The Text Of The Content Boxes $title1="THIS"; // The Title Of The First Content Box. $title2="Purrr"; // The Title Of The Second Content Box. $text1="Welcome to the hotel, I hope you enjoy it here!"; // This Modifies The Text In The First Content Box. $text2="this is real shit bro"; //This Modies The Text Of The Second Content Box. ?>[/PHP] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Habbo] Easy Edit [1.0]
Top