cleint white page

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
after i downloaded the latest fix in the swfs from retro ripper and installed it on my server i get a white page and i can't see what i done wrong yes vars are right everything links up fine but here the client .php and here the emu with no errors and here the white page

The CMS is from martin the EMU is Sledmore Plus EMU

client.php
PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} Hotel</title>
       
        <link rel="stylesheet" href="{url}/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css">
       
        <script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://MY IP/swfs/gordon/PRODUCTION-201602082203-712976078/";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",               
                "connection.info.host" : "MY IP",
                "connection.info.port" : "30000",
                "site.url" : "http://madhotel.co.com",
                "url.prefix" : "http://madhotel.co.com",
                "client.reload.url" : "http://madhotel.co.com/disconnected",
                "client.fatal.error.url" : "http://madhotel.co.com/disconnected",
                "client.connection.failed.url" : "{url}/disconnected",
                "external.variables.txt" : "http://MY IP/swfs/gamedata/external_variables.txt",
                "external.texts.txt" : "http://MY IP/swfs/gamedata/external_flash_texts.txt",
                "external.override.texts.txt" : "http://MY IP/swfs/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://MY IP/swfs/gamedata/override/external_override_variables.txt",
                "external.figurepartlist.txt" : "http://MY IP/swfs/gamedata/figuredata.xml",   
                "productdata.load.url" : "http://MY IP/swfs/gamedata/productdata.txt",
                "furnidata.load.url" : "http://MY IP/swfs/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "client.starting" : "Please wait! {hotelName} is starting up.",               
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "client.starting.revolving" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/",
                "flash.client.origin" : "popup"           
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"               
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://MY IP/swfs/gordon/PRODUCTION-201602082203-712976078/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
<style type="text/css">
.menu-spacefm {
    position:fixed;
    bottom:48px;
    right:180px;
    z-index:1005!important;
    color:#FFF;
    cursor:pointer;
    background-color: #10100d;
    width: 100px;
    height: 28px;
    border-radius: 5px 5px 0px 0px;
    border: 2px solid #201e19;border-bottom: 0px;
}.menu-spacefm-second {
    position:fixed;
    bottom:48px;
    right:15px;
    z-index:1005!important;
    color:#FFF;
    background-color: #10100d;
    width: 260px;
    height: auto;
    border-radius: 5px 5px 0px 0px;
    border: 2px solid #201e19;
    display: none;
    border-bottom: 0px;
}
.menu-spacefm-third {
    position:fixed;
    bottom:142px;
    right:15px;
    z-index:1005!important;
    color:#FFF;
    background-color: #2E2E2C;
    width: 260px;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #201e19;
    display: none;
}
.content {
    padding-top: 5px;
    padding-left: 4px;
    background-color: #2E2E2C;
    text-align: left;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    display: inline-block;
    background-color: #2E2E2C;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    display: inline-block;
    background-color: #2E2E2C;
}
.img {
    background: url({url}/app/tpl/skins/martin/styling/images/logo.gif);
    background-repeat: no-repeat;
    width: 153px;
    height: 34px;
    cursor: pointer;
}
#spacefmclose {cursor: pointer;background-color: #2E2E2C;}
#shoutlijn {background: #2E2E2C;}

/*/ dit hoeft niet op spacehotel.co /*/
*{background: #000;}
</style>

<div class="menu-spacefm" id="menu_closed">
    <div class="content">DynaMusic
        <div class="arrow-up">
        </div>
    </div>
</div>
<div class="menu-spacefm-second" id="menu_opened">
    <div class="content">
    <div style="float:right;margin-top:5px;margin-right:10px;cursor:pointer;" id="click" class="arrow-down"></div>
    <div class="img" id="spacefmlogo" title="Shoutlijn"><span style="margin-left: 95px; background: transparent;">Listen to </span ><span style="margin-left: 95px; background: transparent;">music!</span></div>
        <audio style="display:none;" id="player" controls loop audio autoplay="autoplay">
            <source src="http://live.icecast.kpnstreaming.nl/skyradiolive-SRGSTR01.mp3" type="audio/mp3">
        </audio>
        <div style="background-color: #2E2E2C;margin-bottom:5px;">
            <img src="{url}/app/tpl/skins/martin/styling/images/icon_play.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').play()">
            <img src="{url}/app/tpl/skins/martin/styling/images/icon_pauze.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').pause()">
            <img src="{url}/app/tpl/skins/martin/styling/images/icon_mingeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume -= 0.1">
            <img src="{url}/app/tpl/skins/martin/styling/images/icon_plusgeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume += 0.1">
            <img src="{url}/app/tpl/skins/martin/styling/images/icon_uitgeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume = 0">
            <img src="{url}/app/tpl/skins/martin/styling/images/icon_volgeluid.png" style="cursor:pointer;margin-top:7px;" onclick="document.getElementById('player').volume = 1">
        </div>
    </div>
</div>
<div class="menu-spacefm-third" id="open_spacefm">
    <div class="content">
        <div style="float:right;margin-top:5px;margin-right:10px;cursor:pointer;" id="spacefmclose" class="arrow-down"></div>
        <div id="shoutlijn">
           
        </div>
    </div>
</div>


       
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript">
/*/ Created by Sam aka Xieters /*/
$(document).ready(function() {$("#menu_closed").click(function(){$(this).fadeOut("fast");$("#menu_opened").fadeIn("fast"); });
$("#click").click(function(){$("#menu_opened").fadeOut("fast");$("#open_spacefm").fadeOut("fast");$("#menu_closed").fadeIn("fast");});
$("#spacefmlogo").click(function(){$("#open_spacefm").fadeIn("fast");});
$("#spacefmclose").click(function(){$("#open_spacefm").fadeOut("fast");});});
</script>
    </body>
</html>
 

Attachments

  • client.png
    client.png
    113.1 KB · Views: 2
  • EMU.png
    EMU.png
    15.3 KB · Views: 2

Brad

Well-Known Member
Jun 5, 2012
2,320
993
replace
Code:
http://MY IP/swfs/gordon/PRODUCTION-201602082203-712976078/
with
Code:
http://MY IP/swfs/gordon/PRODUCTION-201602082203-712976078
 

Jerry

not rly active lol
Jul 8, 2013
1,957
522
Habbo.swf doesn't exist in the PRODUCTION folder.

Make sure the Habbo.swf is linked correctly.
 

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
Habbo.swf doesn't exist in the PRODUCTION folder.

Make sure the Habbo.swf is linked correctly.
it has habbo.swf but i may have put it in the wrong area
 
but it still disconnects me
 
i got it from retro-ripper the update of plus emu
 
bump
 

Velaski

winner
Aug 4, 2015
562
165
"external.variables.txt" : " IP/swfs/gamedata/external_variables.txt",

Your url is madhotel.co.com or w.e, change MYIP to your url
 

Users who are viewing this thread

Top