Furniture not loading

Chased

New Member
Jan 3, 2019
15
0
Hi, I've got my hotel running with PlusEMU Release 2 - with the SWF (PRODUCTION-201701242205-837386173)

Everything else is working, but when opening the catalog furni doesn't load, and neither does it load when i put it down in a room. ive cleared my cache so this isn't the issue either.

Copy of my external vars

Code:
productdata.load.url=https://www.{myhoteldomain}/swf/gamedata/productdata.txt
external.texts.txt=https://www.{myhoteldomain}/swf/gamedata/external_flash_texts.txt
external.override.variables.txt=https://www.{myhoteldomain}/swf/gamedata/override/external_override_variables.txt
flash.client.url=//{myhoteldomain}/swf/gordon/PRODUCTION-201701242205-837386173/
furnidata.load.url=https://www.{myhoteldomain}/swf/gamedata/furnidata.xml
external.variables.txt=https://www.{myhoteldomain}/swf/gamedata/external_variables.txt
external.override.texts.txt=https://www.{myhoteldomain}/swf/gamedata/override/external_flash_override_texts.txt
external.figurepartlist.txt=https://www.{myhoteldomain}/swf/gamedata/figuredata.xml
 

Attachments

  • wtf.png
    wtf.png
    55.8 KB · Views: 9

Chased

New Member
Jan 3, 2019
15
0
My external override vars:
Also cntrl shift J didnt work @JayCustoms
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://{myhoteldomain}/swf/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://{myhoteldomain}/swf/dcr/hof_furni/
flash.dynamic.icon.download.name.template=icons/%typeid%%param%_icon.png
group.badge.url=http://{myhoteldomain}/swf/habbo-imaging/badge/%imagerdata%.gif

habbopages.url=http://{myhoteldomain}/swf/gamedata/habbopages/

flash.client.url=http://{myhoteldomain}/swf/gordon/PRODUCTION-201701242205-837386173/
external.texts.txt=http://{myhoteldomain}/swf/gamedata/external_flash_texts.txt
external.override.texts.txt=http://{myhoteldomain}/swf/gamedata/override/external_flash_override_texts.txt
external.override.variables.txt=http://{myhoteldomain}/swf/gamedata/override/external_override_variables.txt
productdata.load.url=http://{myhoteldomain}/swf/gamedata/productdata.xml
furnidata.load.url=http://{myhoteldomain}/swf/gamedata/furnidata.xml
 

Chased

New Member
Jan 3, 2019
15
0
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>
 

Cypriot

New Member
Nov 20, 2014
21
4
In your external vars your url is if you change this to this will correct the issue for you.
 

Users who are viewing this thread

Top