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
Furniture not loading
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="Chased" data-source="post: 442636" data-attributes="member: 83816"><p>Client.php</p><p></p><p>[CODE]<!DOCTYPE html></p><p></p><p><?php include('/app/tpl/skins/Sleek/includes/checktheban.php'); ?></p><p></p><p><?php include('vote.php'); ?></p><p></p><p><html></p><p> <head></p><p> <meta https-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>Hotel - {hotelname} Client</title></p><p> <link rel="shortcut icon" href="/app/tpl/skins/{skin}/favicon/favicon.ico" type="image/vnd.microsoft.icon"/></p><p> <link rel="stylesheet" href="/app/tpl/skins/{skin}/css/client.css?<?php echo time(); ?>" type="text/css"></p><p> <link rel="stylesheet" href="/app/tpl/skins/{skin}/css/client_radio.css?<?php echo time(); ?>" type="text/css"></p><p> <style></p><p> a.hotel-button::before</p><p> {</p><p> border-width: 21px;</p><p> top: -2px;</p><p> border-color: transparent transparent transparent #ffea00;</p><p> right: -43px;</p><p> }</p><p> </style></p><p> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/swfobject.js"></p><p> </script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "{swf_folder}/";</p><p> var flashvars =</p><p> {</p><p> "client.starting.revolving" : "{hotelname} requests you to report any issue to staff members/Welcome back to {hotelname} Hotel/Time is just an illusion, a creation of man./Are we there yet?/Did you know that {hotelname} runs off a theme named Sleek?/Close your eyes and count to three.. Client has loaded!/Loading../Almost there../Remember, we\'re mere pixels!",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p> "connection.info.host" : "{myhoteldomain}",</p><p> "connection.info.port" : "{server_port}",</p><p> "site.url" : "http://{myhoteldomain}",</p><p> "url.prefix" : "http://{myhoteldomain}",</p><p> "client.reload.url" : "http://{myhoteldomain}/client",</p><p> "client.reload.url" : "http://{myhoteldomain}/disconnected",</p><p> "client.fatal.error.url" : "http://{myhoteldomain}/disconnected",</p><p> "logout.url" : "http://{myhoteldomain}/disconnected",</p><p> "logout.disconnect.url" : "http://{myhoteldomain}/disconnected",</p><p> "client.connection.failed.url" : "http://{myhoteldomain}/disconnected",</p><p> "external.variables.txt" : "http://{myhoteldomain}/swf/gamedata/external_variables.txt?<?php echo time(); ?>",</p><p> "external.texts.txt" : "http://{myhoteldomain}/swf/gamedata/external_flash_texts.txt?<?php echo time(); ?>",</p><p> "external.figurepartlist.txt" : "http://{myhoteldomain}/swf/gamedata/figuredata.xml?<?php echo time(); ?>",</p><p> "productdata.load.url" : "http://{myhoteldomain}/swf/gamedata/productdata.txt?<?php echo time(); ?>",</p><p> "furnidata.load.url" : "http://{myhoteldomain}/swf/gamedata/furnidata.xml?<?php echo time(); ?>", </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("{swf_folder}/Habbo.swf?<?php echo time(); ?>", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf?<?php echo time(); ?>", flashvars, params, null);</p><p> </script>[/CODE]</p></blockquote><p></p>
[QUOTE="Chased, post: 442636, member: 83816"] Client.php [CODE]<!DOCTYPE html> <?php include('/app/tpl/skins/Sleek/includes/checktheban.php'); ?> <?php include('vote.php'); ?> <html> <head> <meta https-equiv="content-type" content="text/html; charset=utf-8"> <title>Hotel - {hotelname} Client</title> <link rel="shortcut icon" href="/app/tpl/skins/{skin}/favicon/favicon.ico" type="image/vnd.microsoft.icon"/> <link rel="stylesheet" href="/app/tpl/skins/{skin}/css/client.css?<?php echo time(); ?>" type="text/css"> <link rel="stylesheet" href="/app/tpl/skins/{skin}/css/client_radio.css?<?php echo time(); ?>" type="text/css"> <style> a.hotel-button::before { border-width: 21px; top: -2px; border-color: transparent transparent transparent #ffea00; right: -43px; } </style> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/swfobject.js"> </script> <script type="text/javascript"> var BaseUrl = "{swf_folder}/"; var flashvars = { "client.starting.revolving" : "{hotelname} requests you to report any issue to staff members/Welcome back to {hotelname} Hotel/Time is just an illusion, a creation of man./Are we there yet?/Did you know that {hotelname} runs off a theme named Sleek?/Close your eyes and count to three.. Client has loaded!/Loading../Almost there../Remember, we\'re mere pixels!", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "{myhoteldomain}", "connection.info.port" : "{server_port}", "site.url" : "http://{myhoteldomain}", "url.prefix" : "http://{myhoteldomain}", "client.reload.url" : "http://{myhoteldomain}/client", "client.reload.url" : "http://{myhoteldomain}/disconnected", "client.fatal.error.url" : "http://{myhoteldomain}/disconnected", "logout.url" : "http://{myhoteldomain}/disconnected", "logout.disconnect.url" : "http://{myhoteldomain}/disconnected", "client.connection.failed.url" : "http://{myhoteldomain}/disconnected", "external.variables.txt" : "http://{myhoteldomain}/swf/gamedata/external_variables.txt?<?php echo time(); ?>", "external.texts.txt" : "http://{myhoteldomain}/swf/gamedata/external_flash_texts.txt?<?php echo time(); ?>", "external.figurepartlist.txt" : "http://{myhoteldomain}/swf/gamedata/figuredata.xml?<?php echo time(); ?>", "productdata.load.url" : "http://{myhoteldomain}/swf/gamedata/productdata.txt?<?php echo time(); ?>", "furnidata.load.url" : "http://{myhoteldomain}/swf/gamedata/furnidata.xml?<?php echo time(); ?>", "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("{swf_folder}/Habbo.swf?<?php echo time(); ?>", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf?<?php echo time(); ?>", flashvars, params, null); </script>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Furniture not loading
Top