More crap from my client.

Lasers

Member
Nov 28, 2014
62
1
So I managed to fix all my other client problems that I posted before but now I got a brand fkin new one. EMU works fine, client loads and gets to hotel view screen and just stays there... PIC:
c14d5746f5.png
 

Lasers

Member
Nov 28, 2014
62
1
Checked client.php and everything looks fine:

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="http://localhost/app/tpl/skins/Habbo/styles/client.css" type="text/css">
       
        <script type="text/javascript" src="http://localhost/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 loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{server_ip}",
                "connection.info.port" : "30000",
                "site.url" : "http://localhost",
                "url.prefix" : "http://localhost",
                "client.reload.url" : "http://localhost/client",
                "client.fatal.error.url" : "http://localhost/me",
                "client.connection.failed.url" : "http://localhost/me",
                "external.variables.txt" : "http://localhost/r63/external_variables.txt",
                "external.texts.txt" : "http://localhost/r63/external_flash_texts.txt",
                "productdata.load.url" : "http://localhost/r63/productdata.txt",
                "furnidata.load.url" : "http://localhost/r63/furnidata.txt",
                "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>
        <?php include_once ("forcevote.php");

Check swfs and they look fine too...
 

BenHands

Member
Oct 10, 2011
200
38
Is your firewall, allowing this connection? I normally close mine, I know that's not recommended, but all my client's on R63 have worked with that method.
 

ano2k77

Member
Feb 4, 2013
466
30
Follow what Dr_LaN said, most probably you mis-typed the IP, or in your SWFS sometimes what I do is put like " " with 2 slashes by accident. Just check each configuration file and make sure it's all ok
 

Users who are viewing this thread

Top