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
[RevCMS] Custom-Habbo Theme [Edit]
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="Atryl" data-source="post: 241868" data-attributes="member: 18573"><p>Hello Devbest,</p><p></p><p>I good while ago, I downloaded a custom habbo skin called 'Custom-Habbo' but I did nothing with it.</p><p></p><p>Then a few weeks ago, I found it lurking in my documents folder and decided to have a look at it. When I added it to RevCMS in Localhost, it wasn't very nice but had potential so I decided to fix it up a bit.</p><p></p><p>Please note that I didn't create Custom-Habbo, I just edited it to my liking and also that the actual skin is called 'Custom-Habbo' so you don't need to delete your current 'Habbo' folder to make way for it.</p><p></p><p>Pages included: Obvious pages such as index, me, community, staff, account shop, online, News & Rare Values.</p><p></p><p>I added: Stats, Events, eXperts & Tinychat</p><p></p><p>A few images have been replaced to make way for new ones that I did.</p><p></p><p>Images:</p><p></p><p>Index:</p><p><img src="http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_24_zpsee3a1e96.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Me:</p><p><img src="http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_17_zpsb525a917.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Stats:</p><p><img src="http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_23_zps180bfe2d.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Staff:</p><p><img src="http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_18_zpsa03778da.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Online:</p><p><img src="http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_21_zpsa421697f.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Rules:</p><p><img src="http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_20_zps50cf295b.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Shop:</p><p><img src="http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_22_zps4729a1ce.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Account Settings:</p><p><img src="http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_19_zps7ac37088.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Depending on your ranks, you may have to edit where the ranks are in staff, experts and events.</p><p></p><p>Credits:</p><p></p><p>60% Custom-Habbo creators.</p><p>40% Me :I</p><p></p><p>Skin Download: <a href="http://www.mediafire.com/download/xzuk4aoxuytc8gb/Custom-Habbo.rar" target="_blank">CLICK ME BRUV!</a></p><p>Whole CMS Download: <a href="http://www.mediafire.com/download/mnk5mlm9yha0bya/RevCMS.rar" target="_blank">CLICK ME FAM!</a> (Includes Pointshop, PulseASE, Phoenix SWFs and like 4 themes).</p><p></p><p>Don't trust, don't download, but you'll miss out.</p><p></p><p><span style="color: #ff0000">I forgot to fix the client so replace what's in your client.php with this, it should work then!</span></p><p>[CODE]<!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName} - Client</title></p><p> </p><p> </p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css"></p><p> <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script</p><p> </p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "{swf_folder}";</p><p> var flashvars =</p><p> {</p><p> "client.starting" : "Please wait {username}, {hotelname} is starting up!",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p> "connection.info.host" : "{server_ip}",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "{url}",</p><p> "url.prefix" : "{url}",</p><p> "client.reload.url" : "{url}/client",</p><p> "client.fatal.error.url" : "{url}/me",</p><p> "client.connection.failed.url" : "{url}/me",</p><p> "external.variables.txt" : "{external_vars}",</p><p> "external.texts.txt" : "{external_texts}",</p><p> "productdata.load.url" : "{product_data}",</p><p> "furnidata.load.url" : "{furni_data}",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "processlog.enabled" : "0",</p><p> "flash.client.url" : BaseUrl,</p><p> "flash.client.origin" : "popup"</p><p> };</p><p> var params =</p><p> {</p><p> "base" : BaseUrl + "/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false" </p><p> };</p><p> swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> </p><p> <body></p><p> </p><p> <div id="client"></div></p><p> </p><p> </body></p><p></html>[/CODE]</p><p></p><p>Thanks</p></blockquote><p></p>
[QUOTE="Atryl, post: 241868, member: 18573"] Hello Devbest, I good while ago, I downloaded a custom habbo skin called 'Custom-Habbo' but I did nothing with it. Then a few weeks ago, I found it lurking in my documents folder and decided to have a look at it. When I added it to RevCMS in Localhost, it wasn't very nice but had potential so I decided to fix it up a bit. Please note that I didn't create Custom-Habbo, I just edited it to my liking and also that the actual skin is called 'Custom-Habbo' so you don't need to delete your current 'Habbo' folder to make way for it. Pages included: Obvious pages such as index, me, community, staff, account shop, online, News & Rare Values. I added: Stats, Events, eXperts & Tinychat A few images have been replaced to make way for new ones that I did. Images: Index: [IMG]http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_24_zpsee3a1e96.png[/IMG] Me: [IMG]http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_17_zpsb525a917.png[/IMG] Stats: [IMG]http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_23_zps180bfe2d.png[/IMG] Staff: [IMG]http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_18_zpsa03778da.png[/IMG] Online: [IMG]http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_21_zpsa421697f.png[/IMG] Rules: [IMG]http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_20_zps50cf295b.png[/IMG] Shop: [IMG]http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_22_zps4729a1ce.png[/IMG] Account Settings: [IMG]http://i1057.photobucket.com/albums/t394/Arielhotel/Screenshot_19_zps7ac37088.png[/IMG] Depending on your ranks, you may have to edit where the ranks are in staff, experts and events. Credits: 60% Custom-Habbo creators. 40% Me :I Skin Download: [URL='http://www.mediafire.com/download/xzuk4aoxuytc8gb/Custom-Habbo.rar']CLICK ME BRUV![/URL] Whole CMS Download: [URL='http://www.mediafire.com/download/mnk5mlm9yha0bya/RevCMS.rar']CLICK ME FAM![/URL] (Includes Pointshop, PulseASE, Phoenix SWFs and like 4 themes). Don't trust, don't download, but you'll miss out. [COLOR=#ff0000]I forgot to fix the client so replace what's in your client.php with this, it should work then![/COLOR] [CODE]<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - Client</title> <link rel="stylesheet" href="{url}/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css"> <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "{swf_folder}"; var flashvars = { "client.starting" : "Please wait {username}, {hotelname} is starting up!", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "{server_ip}", "connection.info.port" : "30000", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/me", "client.connection.failed.url" : "{url}/me", "external.variables.txt" : "{external_vars}", "external.texts.txt" : "{external_texts}", "productdata.load.url" : "{product_data}", "furnidata.load.url" : "{furni_data}", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "processlog.enabled" : "0", "flash.client.url" : BaseUrl, "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html>[/CODE] Thanks [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[RevCMS] Custom-Habbo Theme [Edit]
Top