[HELP] Client Problem

Dustin123

Member
Nov 17, 2012
33
3
It was working but then the hamachi url changed by it self and messed it up but now it shows just white back ground can anyone help me fix this on a r63 Rev cms habbo retro
 

Attachments

  • Client Prob.png
    Client Prob.png
    32.9 KB · Views: 4

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
Replace Your client With this:

Code:
<!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">
        <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
       
        <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 {username}, {hotelname} is starting up!",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "Your IP Here",
                "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>
 

Dustin123

Member
Nov 17, 2012
33
3
Replace Your client With this:

Code:
<!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">
        <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
     
        <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 {username}, {hotelname} is starting up!",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "Your IP Here",
                "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>
but it was working Sunday but then the hamachi url changed and fucked it up but yesterday it would actually load but it would always drop connection so do i still replace it with that
 

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
but it was working Sunday but then the hamachi url changed and fucked it up but yesterday it would actually load but it would always drop connection so do i still replace it with that
Yeah, Also i don't Recommend Hamachi Hotels since only a few people can access them. I would Recommend XAMPP if your using a Computer that is: Windows XP, Windows Vista, Windows 7, (IIS for a Windows Server 2008 R2 VPS). if it doesn't work migrate down load xampp by clicking and by Clicking installer if you don't have it. If you still have Problems Tell me and I will help you Resolve them still.
 

Dustin123

Member
Nov 17, 2012
33
3
Yeah, Also i don't Recommend Hamachi Hotels since only a few people can access them. I would Recommend XAMPP if your using a Computer that is: Windows XP, Windows Vista, Windows 7, (IIS for a Windows Server 2008 R2 VPS). if it doesn't work migrate down load xampp by clicking and by Clicking installer if you don't have it. If you still have Problems Tell me and I will help you Resolve them still.
I have a xamp hotel php myadmin i just made it hamachi for the mean time and can u replace it for me ??
 

Users who are viewing this thread

Top