Client problems

Results 1 to 1 of 1
  1. #1
    Member Yorktown is offline
    MemberRank
    Jan 2014 Join Date
    FinlandLocation
    43Posts

    ! Client problems

    My uservoice is full of tickets where users are complaining about client problem. When they open /client, it shows white to them, but at the same time it work's fine with 500 other users.

    My webbuild is up to date and i think there is nothing wrong with my externals.

    Here is my client.php

    <?php mysql_query("UPDATE users SET vip = '1'")
    ?>
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title>Snow:</title>

    <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
    <link rel="shortcut icon" href="{url}/favicon.png" type="image/vnd.microsoft.icon" />
    <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" : "Odota hetki, {hotelName} aukeaa..",
    "client.allow.cross.domain" : "1",
    "client.notify.cross.domain" : "0",
    "connection.info.host" : "IP",
    "connection.info.port" : "EMU 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}",
    "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>

    <script>

    {Google Analytics API}


    </script>

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

    </body>
    </html>




Advertisement