Unable to connect to client

Status
Not open for further replies.

Detox

Member
Jul 24, 2010
365
24
Hello All,

It's been awhile since I've done anything relating to Habbo. So now I got rest figure out. But now I'm having issues connecting to the Client to my server.

I have everything set up correctly. But whenever I open the client it redirects me the root of my SWF folder

Images:

fyd7hg.png


nv4buv.png


2n1x194.png


smy7mc.png
 

Detox

Member
Jul 24, 2010
365
24
external_variables.txt I don't know if you need the whole thing

Code:
productdata.load.url=http://game.habcheer.ca/swf/gamedata/productdata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae
external.texts.txt=http://game.habcheer.ca/swf/gamedata/external_flash_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae
external.override.variables.txt=http://game.habcheer.ca/swf/gamedata/override/external_override_variables/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae
flash.client.url=//game.habcheer.ca/swf/gordon/PRODUCTION-201601012205-226667486/
furnidata.load.url=http://game.habcheer.ca/swf/gamedata/furnidata_xml/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae
external.variables.txt=http://game.habcheer.ca/swf/gamedata/external_variables/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae
external.override.texts.txt=http://game.habcheer.ca/swf/gamedata/override/external_flash_override_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae
external.figurepartlist.txt=http://game.habcheer.ca/swf/gamedata/figuredata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae

Client.php
PHP:
<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, {hotelName} is loading", 
                "client.allow.cross.domain" : "1", 
                "client.notify.cross.domain" : "0", 
                "connection.info.host" : "{server_ip}", 
                "connection.info.port" : "{server_port}", 
                "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}?<?php echo time(); ?>", 
                "external.texts.txt" : "{external_texts}?<?php echo time(); ?>", 
                "productdata.load.url" : "{product_data}?<?php echo time(); ?>", 
                "furnidata.load.url" : "{furni_data}?<?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(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 

Yonas_

New Member
Jan 20, 2017
3
0
This is a connection issue. You've not given enough information, maybe you have some dead links.
Send me a Private message and I will look for you.
 
Status
Not open for further replies.

Users who are viewing this thread

Top