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
Client Stuck on 76% [PlusEMU] [BrainCMS]
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="olliedean" data-source="post: 401065" data-attributes="member: 27500"><p>So, I'm currently trying to open my client, but its stuck on 76%.</p><p>[spoiler=external_variables][code]</p><p>productdata.load.url=http://lucidhotel.pw/swfs/gamedata/productdata/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae</p><p>external.texts.txt=http://lucidhotel.pw/swfs/gamedata/external_flash_texts/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae</p><p>external.override.variables.txt=http://lucidhotel.pw/swfs/gamedata/override/external_override_variables/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae</p><p>flash.client.url=//lucidhotel.pw/swfs/gordon/PRODUCTION-201604132204-637539863/</p><p>furnidata.load.url=http://lucidhotel.pw/swfs/gamedata/furnidata_xml/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae</p><p>external.variables.txt=http://lucidhotel.pw/swfs/gamedata/external_variables/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae</p><p>external.override.texts.txt=http://lucidhotel.pw/swfs/gamedata/override/external_flash_override_texts/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae</p><p>external.figurepartlist.txt=http://lucidhotel.pw/swfs/gamedata/figuredata/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae[/code][/spoiler]</p><p>[spoiler=brain-config.php][code]</p><p><?php</p><p> if(!defined('BRAIN_CMS'))</p><p> {</p><p> die('Sorry but you cannot access this file!');</p><p> }</p><p> </p><p> /* Database Setting */</p><p> $db['host'] = 'localhost'; //Mysql's Host</p><p> $db['port'] = '3306'; //Mysql's port</p><p> $db['user'] = "root"; //Mysql's user</p><p> $db['pass'] = '****'; //Mysql's password</p><p> $db['db'] = "****"; //Mysql's database</p><p> </p><p> /* Emu Settings */</p><p> $config['hotelEmu'] = 'plusemu'; // plusemu // arcturus</p><p></p><p> /* Client Setting */</p><p> $hotel['emuHost'] = "****"; //IP of VPS//IP of Proxy</p><p> $hotel['emuPort'] = "30000"; //Port of VPS//Port of Proxy</p><p> $hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false)</p><p> $hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client</p><p> $hotel['homeRoom'] = '3'; //Set the start room when you get in the hotel</p><p> $hotel['external_Variables'] = "http://lucidhotel.pw/swfs/gamedata/external_variables.txt";</p><p> $hotel['external_Variables_Override'] = "http://lucidhotel.pw/swfs/gamedata/override/external_override_variables.txt";</p><p> $hotel['external_Texts'] = "http://lucidhotel.pw/swfs/gamedata/external_flash_texts.txt";</p><p> $hotel['external_Texts_Override'] = "http://lucidhotel.pw/swfs/gamedata/override/external_flash_override_texts.txt";</p><p> $hotel['productdata'] = "http://lucidhotel.pw/swfs/gamedata/productdata.txt";</p><p> $hotel['furnidata'] = "http://lucidhotel.pw/swfs/gamedata/furnidata.xml";</p><p> $hotel['figuremap'] = "http://lucidhotel.pw/swfs/gamedata/figuremap.xml";</p><p> $hotel['figuredata'] = "http://lucidhotel.pw/swfs/gamedata/figuredata.xml";</p><p> $hotel['swfFolder'] = "http://lucidhotel.pw/swfs/gordon/PRODUCTION-201604132204-637539863";</p><p> $hotel['swfFolderSwf'] = "http://lucidhotel.pw/swfs/gordon/PRODUCTION-201604132204-637539863/Habbo.swf";</p><p> </p><p> /* Website Setting */</p><p> $config['hotelUrl'] = "http://lucidhotel.pw";//Address of your hotel. Does not end with a "/"</p><p> $config['skin'] = "brain"; //Skin/template of your website</p><p> $config['lang'] = "en"; //Language of your website /en/nl/es</p><p> $config['hotelName'] = "Lucid"; //Name of your hotel</p><p> $config['favicon'] = "http://lucidhotel.pw/system/theme/brain/style/images/favicon/favicon.ico";</p><p> $config['staffCheckHk'] = false; //Enable the staff pin in the housekeeping (true) or disable it (false)</p><p> $config['staffCheckHkMinimumRank'] = 3; //Minium staff rank to get the staff pin in the housekeeping</p><p> $config['maintenance'] = false; //Enable the maintenance of your website (true) or disable it (false)</p><p> $config['maintenancekMinimumRankLogin'] = 3; //Minium staff rank to login when the website is in maintenance</p><p> $config['groupBadgeURL'] = "http://lucidhotel.pw/habbo-imaging/badge/%imagerdata%.gif";</p><p> $config['badgeURL'] = "http://lucidhotel.pw/swfs/c_images/album1584/";</p><p> </p><p> /* Facebook Login Settings</p><p> You need a Facebook app for this to work go to</p><p> https://developers.facebook.com/apps/ */</p><p> </p><p> $config['facebookLogin'] = false; //Enable the Facebook login (true) or disable it (false)</p><p> $config['facebookAPPID'] = '334162590sdaf292528';</p><p> $config['facebookAPPSecret'] = 'ce2504ff5adsfa3ff7a6a2fa6d984cd8836';</p><p> </p><p> /* Email Settings */</p><p> $email['mailServerHost'] = 'smtp.gmail.com';</p><p> $email['mailServerPort'] = 587;</p><p> $email['SMTPSecure'] = 'TLS';</p><p> $email['mailUsername'] = 'gmail@gmail.com';</p><p> $email['mailPassword'] = '*****';</p><p> $email['mailLogo'] = 'http://lucidhotel.pw/templates/brain/style/images/logo/logo.png';</p><p> $email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html';</p><p> </p><p> /* Social settings */</p><p> $config['facebook'] = 'https://www.facebook.com/Habbo/';</p><p> $config['facebookEnable'] = false;</p><p> $config['twitter'] = 'https://twitter.com/Habbo';</p><p> $config['twitterEnable'] = false;</p><p> </p><p> /* Register Setting */</p><p> $config['startMotto'] = "Hey!"; //Regsiter start motto</p><p> $config['credits'] = "35000";</p><p> $config['duckets'] = "20000";</p><p> $config['diamonds'] = "10";</p><p> $config['diamondsRef'] = "10";</p><p> $config['registerEnable'] = true;</p><p> </p><p> /* Google recaptcha Site Key </p><p> Go to this website to create a recaptcha Site Key: https://www.google.com/recaptcha/intro/index.html */</p><p> $config['recaptchaSiteKey'] = "6LdzewwUAAAAABkJ3vsdfCDca9qmLGDaWAHqMRtFEs2";</p><p> $config['recaptchaSiteKeyEnable'] = false;</p><p> </p><p> /* Buy VIP Settings */</p><p> $config['vipCost'] = "25";</p><p> $config['vipRankToGet'] = "3";</p><p> $config['vipBadge'] = "vip";</p><p>?>[/code][/spoiler]</p><p>[spoiler=external_override_variables][code]</p><p>seasonalcurrencyindicator.currency=103</p><p>seasonalcurrencyindicator.enabled=true</p><p>seasonalcurrencyindicator.page=diamonds</p><p></p><p>ads.domain=</p><p>roomenterad.habblet.enabled=false</p><p></p><p>diamonds.enabled=false</p><p>camera.enabled=false</p><p>builders.club.enabled=false</p><p>toolbar.stories.enabled=false</p><p></p><p>supersaverads.video.promo.development.mode=false</p><p>supersaverads.video.promo.enabled=false</p><p></p><p>offers.enabled=false</p><p>offers.sponsorpay.appid=0</p><p>offers.supersonic.enabled=false</p><p></p><p>avatareditor.promohabbos=http://lucidhotel.pw/swfs/gamedata/habblet/xml/promo_habbos.xml</p><p></p><p>game.center.default_game=basejump</p><p>game.center.enabled=true</p><p>game.center.promoted_game=basejump</p><p></p><p>embed.showInRoomInfo=true</p><p>sms.identity.verification.button.enabled=false</p><p>sms.identity.verification.enabled=false</p><p></p><p>multi.item.trading.enabled=true</p><p></p><p>disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35</p><p></p><p>flash.dynamic.download.name.template=%typeid%.swf</p><p>flash.dynamic.download.url=http://lucidhotel.pw/swfs/dcr/hof_furni/</p><p>flash.dynamic.avatar.download.configuration=http://lucidhotel.pw/swfs/gamedata/figuremap.xml</p><p>group.badge.url=http://lucidhotel.pw/habbo-imaging/badge/%imagerdata%.gif</p><p></p><p>habbopages.url=http://lucidhotel.pw/swfs/gamedata/habbopages/</p><p></p><p>flash.client.url=http://lucidhotel.pw/swfs/gordon/PRODUCTION-201604132204-637539863/</p><p>external.texts.txt=http://lucidhotel.pw/swfs/gamedata/external_flash_texts/b7eb1d2844054a29476048a94e72a842be2d7822</p><p>external.override.texts.txt=http://lucidhotel.pw/swfs/gamedata/override/external_flash_override_texts/ccc12168e0117bbe34725223b194b0258beb10b2</p><p>external.override.variables.txt=http://lucidhotel.pw/swfs/gamedata/override/external_override_variables/da39a3ee5e6b4b0d3255bfef95601890afd80709</p><p>productdata.load.url=http://lucidhotel.pw/swfs/gamedata/productdata/29b96ba4eb25409c91c0ab725608a1add02e27fd</p><p>furnidata.load.url=http://lucidhotel.pw/swfs/gamedata/furnidata_xml/1af7ee31d9bfd314459f765ed457d7150e9724d1[/code] [/spoiler]</p><p>[spoiler=client.php][code]</p><p><?php</p><p> staffCheck();</p><p> Game::sso(); </p><p> Game::homeRoom(); </p><p> </p><p>?></p><p><html></p><p></body></p><p><head></p><p> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></p><p> <title><?= $config['hotelName'] ?> - Game</title></p><p> <script src="/templates/brain/client/js/jquery-latest.js" type="text/javascript"></script></p><p> <script src="/templates/brain/client/js/jquery-ui.js" type="text/javascript"></script></p><p> <script src="/templates/brain/client/js/flashclient.js"></script></p><p> <script src="/templates/brain/client/js/flash_detect_min.js"></script></p><p> <script src="/templates/brain/client/js/client.js" type="text/javascript"></script></p><p></head></p><p><body></p><p> <center></p><p> <div id="client-ui"></p><p> <div id="client" style='position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden; height:100%; width:100%;'></div></p><p> </div></p><p> <script></p><p> var Client = new SWFObject("<?= $hotel['swfFolderSwf'] ?>", "client", "100%", "100%", "10.0.0");</p><p> Client.addVariable("client.allow.cross.domain", "0");</p><p> Client.addVariable("client.notify.cross.domain", "1");</p><p> Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>");</p><p> Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>");</p><p> Client.addVariable("site.url", "<?= $config['hotelUrl'] ?>");</p><p> Client.addVariable("url.prefix", "<?= $config['hotelUrl'] ?>");</p><p> Client.addVariable("client.reload.url", "<?= $config['hotelUrl'] ?>/me");</p><p> Client.addVariable("client.fatal.error.url", "<?= $config['hotelUrl'] ?>/me");</p><p> Client.addVariable("client.connection.failed.url", "<?= $config['hotelUrl'] ?>/me");</p><p> Client.addVariable("external.override.texts.txt", "<?= $hotel['external_Texts_Override'] ?>");</p><p> Client.addVariable("external.override.variables.txt", "<?= $hotel['external_Variables_Override'] ?>"); </p><p> Client.addVariable("external.variables.txt", "<?= $hotel['external_Variables'] ?>");</p><p> Client.addVariable("external.texts.txt", "<?= $hotel['external_Texts'] ?>");</p><p> Client.addVariable("external.figurepartlist.txt", "<?= $hotel['figuredata'] ?>");</p><p> Client.addVariable("flash.dynamic.avatar.download.configuration", "<?= $hotel['figuremap'] ?>");</p><p> Client.addVariable("productdata.load.url", "<?= $hotel['productdata'] ?>");</p><p> Client.addVariable("furnidata.load.url", "<?= $hotel['furnidata'] ?>");</p><p> Client.addVariable("use.sso.ticket", "1");</p><p> Client.addVariable("sso.ticket", "<?= User::userData('auth_ticket') ?>");</p><p> Client.addVariable("processlog.enabled", "0");</p><p> Client.addVariable("client.starting", "<?= $config['hotelName'] ?> is loading...");</p><p> Client.addVariable("flash.client.url", "<?= $hotel['swfFolder'] ?>/");</p><p> Client.addVariable("flash.client.origin", "popup");</p><p> Client.addVariable("nux.lobbies.enabled", "true");</p><p> Client.addVariable("country_code", "EN");</p><p> Client.addParam('base', '<?= $hotel['swfFolder'] ?>/');</p><p> Client.addParam('allowScriptAccess', 'always');</p><p> Client.addParam('menu', false);</p><p> Client.addParam('wmode', "opaque");</p><p> Client.write('client');</p><p> </p><p> FlashExternalInterface.signoutUrl = "<?= $config['hotelUrl'] ?>/logout";</p><p> </script></p><p> </center></p><p></body></p><p></html></p><p></center></p><p></div></p><p><script></p><p> //no flash?!</p><p> if(!FlashDetect.installed){</p><p> window.location.href = "<?= $config['hotelUrl'] ?>/noflash.php"; </p><p> }</p><p></script></p><p></head></p><p></p><p></p><p></p><p></p><p></p><p>[/code] [/spoiler]</p><p></p><p>It randomly stopped working after I fixed my badges, and took it off cloudflare.</p><p>x</p></blockquote><p></p>
[QUOTE="olliedean, post: 401065, member: 27500"] So, I'm currently trying to open my client, but its stuck on 76%. [spoiler=external_variables][code] productdata.load.url=http://lucidhotel.pw/swfs/gamedata/productdata/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae external.texts.txt=http://lucidhotel.pw/swfs/gamedata/external_flash_texts/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae external.override.variables.txt=http://lucidhotel.pw/swfs/gamedata/override/external_override_variables/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae flash.client.url=//lucidhotel.pw/swfs/gordon/PRODUCTION-201604132204-637539863/ furnidata.load.url=http://lucidhotel.pw/swfs/gamedata/furnidata_xml/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae external.variables.txt=http://lucidhotel.pw/swfs/gamedata/external_variables/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae external.override.texts.txt=http://lucidhotel.pw/swfs/gamedata/override/external_flash_override_texts/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae external.figurepartlist.txt=http://lucidhotel.pw/swfs/gamedata/figuredata/28ca6de1e4f08aa44dc986cclucidhotel.pwac61ab794e48ae[/code][/spoiler] [spoiler=brain-config.php][code] <?php if(!defined('BRAIN_CMS')) { die('Sorry but you cannot access this file!'); } /* Database Setting */ $db['host'] = 'localhost'; //Mysql's Host $db['port'] = '3306'; //Mysql's port $db['user'] = "root"; //Mysql's user $db['pass'] = '****'; //Mysql's password $db['db'] = "****"; //Mysql's database /* Emu Settings */ $config['hotelEmu'] = 'plusemu'; // plusemu // arcturus /* Client Setting */ $hotel['emuHost'] = "****"; //IP of VPS//IP of Proxy $hotel['emuPort'] = "30000"; //Port of VPS//Port of Proxy $hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false) $hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client $hotel['homeRoom'] = '3'; //Set the start room when you get in the hotel $hotel['external_Variables'] = "http://lucidhotel.pw/swfs/gamedata/external_variables.txt"; $hotel['external_Variables_Override'] = "http://lucidhotel.pw/swfs/gamedata/override/external_override_variables.txt"; $hotel['external_Texts'] = "http://lucidhotel.pw/swfs/gamedata/external_flash_texts.txt"; $hotel['external_Texts_Override'] = "http://lucidhotel.pw/swfs/gamedata/override/external_flash_override_texts.txt"; $hotel['productdata'] = "http://lucidhotel.pw/swfs/gamedata/productdata.txt"; $hotel['furnidata'] = "http://lucidhotel.pw/swfs/gamedata/furnidata.xml"; $hotel['figuremap'] = "http://lucidhotel.pw/swfs/gamedata/figuremap.xml"; $hotel['figuredata'] = "http://lucidhotel.pw/swfs/gamedata/figuredata.xml"; $hotel['swfFolder'] = "http://lucidhotel.pw/swfs/gordon/PRODUCTION-201604132204-637539863"; $hotel['swfFolderSwf'] = "http://lucidhotel.pw/swfs/gordon/PRODUCTION-201604132204-637539863/Habbo.swf"; /* Website Setting */ $config['hotelUrl'] = "http://lucidhotel.pw";//Address of your hotel. Does not end with a "/" $config['skin'] = "brain"; //Skin/template of your website $config['lang'] = "en"; //Language of your website /en/nl/es $config['hotelName'] = "Lucid"; //Name of your hotel $config['favicon'] = "http://lucidhotel.pw/system/theme/brain/style/images/favicon/favicon.ico"; $config['staffCheckHk'] = false; //Enable the staff pin in the housekeeping (true) or disable it (false) $config['staffCheckHkMinimumRank'] = 3; //Minium staff rank to get the staff pin in the housekeeping $config['maintenance'] = false; //Enable the maintenance of your website (true) or disable it (false) $config['maintenancekMinimumRankLogin'] = 3; //Minium staff rank to login when the website is in maintenance $config['groupBadgeURL'] = "http://lucidhotel.pw/habbo-imaging/badge/%imagerdata%.gif"; $config['badgeURL'] = "http://lucidhotel.pw/swfs/c_images/album1584/"; /* Facebook Login Settings You need a Facebook app for this to work go to https://developers.facebook.com/apps/ */ $config['facebookLogin'] = false; //Enable the Facebook login (true) or disable it (false) $config['facebookAPPID'] = '334162590sdaf292528'; $config['facebookAPPSecret'] = 'ce2504ff5adsfa3ff7a6a2fa6d984cd8836'; /* Email Settings */ $email['mailServerHost'] = 'smtp.gmail.com'; $email['mailServerPort'] = 587; $email['SMTPSecure'] = 'TLS'; $email['mailUsername'] = 'gmail@gmail.com'; $email['mailPassword'] = '*****'; $email['mailLogo'] = 'http://lucidhotel.pw/templates/brain/style/images/logo/logo.png'; $email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html'; /* Social settings */ $config['facebook'] = 'https://www.facebook.com/Habbo/'; $config['facebookEnable'] = false; $config['twitter'] = 'https://twitter.com/Habbo'; $config['twitterEnable'] = false; /* Register Setting */ $config['startMotto'] = "Hey!"; //Regsiter start motto $config['credits'] = "35000"; $config['duckets'] = "20000"; $config['diamonds'] = "10"; $config['diamondsRef'] = "10"; $config['registerEnable'] = true; /* Google recaptcha Site Key Go to this website to create a recaptcha Site Key: https://www.google.com/recaptcha/intro/index.html */ $config['recaptchaSiteKey'] = "6LdzewwUAAAAABkJ3vsdfCDca9qmLGDaWAHqMRtFEs2"; $config['recaptchaSiteKeyEnable'] = false; /* Buy VIP Settings */ $config['vipCost'] = "25"; $config['vipRankToGet'] = "3"; $config['vipBadge'] = "vip"; ?>[/code][/spoiler] [spoiler=external_override_variables][code] seasonalcurrencyindicator.currency=103 seasonalcurrencyindicator.enabled=true seasonalcurrencyindicator.page=diamonds ads.domain= roomenterad.habblet.enabled=false diamonds.enabled=false camera.enabled=false builders.club.enabled=false toolbar.stories.enabled=false supersaverads.video.promo.development.mode=false supersaverads.video.promo.enabled=false offers.enabled=false offers.sponsorpay.appid=0 offers.supersonic.enabled=false avatareditor.promohabbos=http://lucidhotel.pw/swfs/gamedata/habblet/xml/promo_habbos.xml game.center.default_game=basejump game.center.enabled=true game.center.promoted_game=basejump embed.showInRoomInfo=true sms.identity.verification.button.enabled=false sms.identity.verification.enabled=false multi.item.trading.enabled=true disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35 flash.dynamic.download.name.template=%typeid%.swf flash.dynamic.download.url=http://lucidhotel.pw/swfs/dcr/hof_furni/ flash.dynamic.avatar.download.configuration=http://lucidhotel.pw/swfs/gamedata/figuremap.xml group.badge.url=http://lucidhotel.pw/habbo-imaging/badge/%imagerdata%.gif habbopages.url=http://lucidhotel.pw/swfs/gamedata/habbopages/ flash.client.url=http://lucidhotel.pw/swfs/gordon/PRODUCTION-201604132204-637539863/ external.texts.txt=http://lucidhotel.pw/swfs/gamedata/external_flash_texts/b7eb1d2844054a29476048a94e72a842be2d7822 external.override.texts.txt=http://lucidhotel.pw/swfs/gamedata/override/external_flash_override_texts/ccc12168e0117bbe34725223b194b0258beb10b2 external.override.variables.txt=http://lucidhotel.pw/swfs/gamedata/override/external_override_variables/da39a3ee5e6b4b0d3255bfef95601890afd80709 productdata.load.url=http://lucidhotel.pw/swfs/gamedata/productdata/29b96ba4eb25409c91c0ab725608a1add02e27fd furnidata.load.url=http://lucidhotel.pw/swfs/gamedata/furnidata_xml/1af7ee31d9bfd314459f765ed457d7150e9724d1[/code] [/spoiler] [spoiler=client.php][code] <?php staffCheck(); Game::sso(); Game::homeRoom(); ?> <html> </body> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title><?= $config['hotelName'] ?> - Game</title> <script src="/templates/brain/client/js/jquery-latest.js" type="text/javascript"></script> <script src="/templates/brain/client/js/jquery-ui.js" type="text/javascript"></script> <script src="/templates/brain/client/js/flashclient.js"></script> <script src="/templates/brain/client/js/flash_detect_min.js"></script> <script src="/templates/brain/client/js/client.js" type="text/javascript"></script> </head> <body> <center> <div id="client-ui"> <div id="client" style='position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden; height:100%; width:100%;'></div> </div> <script> var Client = new SWFObject("<?= $hotel['swfFolderSwf'] ?>", "client", "100%", "100%", "10.0.0"); Client.addVariable("client.allow.cross.domain", "0"); Client.addVariable("client.notify.cross.domain", "1"); Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>"); Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>"); Client.addVariable("site.url", "<?= $config['hotelUrl'] ?>"); Client.addVariable("url.prefix", "<?= $config['hotelUrl'] ?>"); Client.addVariable("client.reload.url", "<?= $config['hotelUrl'] ?>/me"); Client.addVariable("client.fatal.error.url", "<?= $config['hotelUrl'] ?>/me"); Client.addVariable("client.connection.failed.url", "<?= $config['hotelUrl'] ?>/me"); Client.addVariable("external.override.texts.txt", "<?= $hotel['external_Texts_Override'] ?>"); Client.addVariable("external.override.variables.txt", "<?= $hotel['external_Variables_Override'] ?>"); Client.addVariable("external.variables.txt", "<?= $hotel['external_Variables'] ?>"); Client.addVariable("external.texts.txt", "<?= $hotel['external_Texts'] ?>"); Client.addVariable("external.figurepartlist.txt", "<?= $hotel['figuredata'] ?>"); Client.addVariable("flash.dynamic.avatar.download.configuration", "<?= $hotel['figuremap'] ?>"); Client.addVariable("productdata.load.url", "<?= $hotel['productdata'] ?>"); Client.addVariable("furnidata.load.url", "<?= $hotel['furnidata'] ?>"); Client.addVariable("use.sso.ticket", "1"); Client.addVariable("sso.ticket", "<?= User::userData('auth_ticket') ?>"); Client.addVariable("processlog.enabled", "0"); Client.addVariable("client.starting", "<?= $config['hotelName'] ?> is loading..."); Client.addVariable("flash.client.url", "<?= $hotel['swfFolder'] ?>/"); Client.addVariable("flash.client.origin", "popup"); Client.addVariable("nux.lobbies.enabled", "true"); Client.addVariable("country_code", "EN"); Client.addParam('base', '<?= $hotel['swfFolder'] ?>/'); Client.addParam('allowScriptAccess', 'always'); Client.addParam('menu', false); Client.addParam('wmode', "opaque"); Client.write('client'); FlashExternalInterface.signoutUrl = "<?= $config['hotelUrl'] ?>/logout"; </script> </center> </body> </html> </center> </div> <script> //no flash?! if(!FlashDetect.installed){ window.location.href = "<?= $config['hotelUrl'] ?>/noflash.php"; } </script> </head> [/code] [/spoiler] It randomly stopped working after I fixed my badges, and took it off cloudflare. x [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Client Stuck on 76% [PlusEMU] [BrainCMS]
Top