Help, r63b Client not working

Punish-Beast

Member
May 25, 2010
32
0
hello, i am using the swfs i got from here and i have port forwarded and i can connect to my site on multiple computers but my client won't load, just goes back, and i have everything set to my IP, including enternal_variables.
Please help!
 

Janzeer

Headmaster Of Hogwart's
Apr 30, 2012
522
47
Black client is Swfs i guess. I can see that your client.php has some errors. you sure your swfs are linked properly in client.php? check base url and stuff.
 

Janzeer

Headmaster Of Hogwart's
Apr 30, 2012
522
47
I only work on R63, but from my little knowledge from R63B, I think you should setup your baseurl with the swf folder and stuff, btw are your externals set properly? Your swfs should not be in game/gamedata/external_variables as if it does then you have to config then manually, but overall if client is black screen it got to do with the swfs. Config them properly.
 

Punish-Beast

Member
May 25, 2010
32
0
I only work on R63, but from my little knowledge from R63B, I think you should setup your baseurl with the swf folder and stuff, btw are your externals set properly? Your swfs should not be in game/gamedata/external_variables as if it does then you have to config then manually, but overall if client is black screen it got to do with the swfs. Config them properly.
mhm I don't think I know what you mean, I just doubled checked all of it and it looked right to me.. Here Pic..
You must be registered for see images attach
 

lose123

Member
Dec 8, 2011
122
12
Right ... I want you to do this ... Replace all your Client with this ...

PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
      
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
      
        <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" : "30000",
                "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}",
                "external.texts.txt" : "{external_texts}",
                "productdata.load.url" : "{product_data}",
                "furnidata.load.url" : "{furni_data}",
                "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>
  
    <body>
  
        <div id="client"></div>
  
    </body>
</html>

Then open your EMU Config and look for

Code:
mus.tup.port=3001

and replace it with ...

Code:
mus.tup.port=30001

If that doesn't work I might be able to Teamviewer for you when you're online at the same time as me ... till then, Hope others can help ...

Just do what I said at the time and that should help ...
 

Punish-Beast

Member
May 25, 2010
32
0
Right ... I want you to do this ... Replace all your Client with this ...

PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
   
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
   
        <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" : "30000",
                "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}",
                "external.texts.txt" : "{external_texts}",
                "productdata.load.url" : "{product_data}",
                "furnidata.load.url" : "{furni_data}",
                "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>

    <body>

        <div id="client"></div>

    </body>
</html>

Then open your EMU Config and look for

Code:
mus.tup.port=3001

and replace it with ...

Code:
mus.tup.port=30001

If that doesn't work I might be able to Teamviewer for you when you're online at the same time as me ... till then, Hope others can help ...

Just do what I said at the time and that should help ...
nope doesn't work, my emu config doesn't have mus tp 30001 i has muc tcp 3000, so yes I would need help on team viewer pls, if anyone could help me get this working it would be great.
 
Last edited:

Users who are viewing this thread

Top