Client Problems

Results 1 to 4 of 4
  1. #1
    Proficient Member arran565 is offline
    MemberRank
    Aug 2010 Join Date
    ScotlandLocation
    153Posts

    Client Problems

    I have fixed my client from the last problem I had but now my client disconnects at 43%

    Code:
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta http-equiv="content-type" content="text/html; charset=utf-8">
            <title>RetroLion - Client</title>
            
            <link rel="stylesheet" href="http://retrolion.tk/style/client.css" type="text/css">
            
            <script type="text/javascript" src="http://retrolion.tk/js/swfobject.js"></script>
            <script type="text/javascript">
                var BaseUrl = "http://retrolion.tk/game/gordon/RELEASE63-201411201226-580134750";
                var flashvars =
                {
                    "client.starting" : "Please wait, The Lion is waking..", 
                    "client.allow.cross.domain" : "1", 
                    "client.notify.cross.domain" : "0", 
                    "connection.info.host" : "MYSERVERIP", 
                    "connection.info.port" : "30000", 
                    "site.url" : "http://retrolion.tk", 
                    "url.prefix" : "http://retrolion.tk/", 
                    "client.reload.url" : "http://retrolion.tk/client.php", 
                    "client.fatal.error.url" : "http://retrolion.tk/me.php", 
                    "client.connection.failed.url" : "http://retrolion.tk/me.php", 
                    "external.variables.txt" : "http://retrolion.tk/game/gamedata/external_variables/1.xml", 
                    "external.texts.txt" : "http://retrolion.tk/game/gamedata/external_flash_texts/1.xml", 
                    "productdata.load.url" : "http://retrolion.tk/game/gamedata/productdata/1.xml", 
                    "furnidata.load.url" : "http://retrolion.tk/game/gamedata/furnidata_xml/1.xml", 
                    "use.sso.ticket" : "1", 
                    "sso.ticket" : "<?php echo $token ?>", 
                    "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", "http://retrolion.tk/game/gordon/RELEASE63-201411201226-580134750/expressInstall.swf", flashvars, params, null);
            </script>
        </head>
        
        <body>
        
            <div id="client"></div>
        
        </body>
    </html>
    Last edited by arran565; 17-04-15 at 04:36 PM.


  2. #2
    Proficient Member arran565 is offline
    MemberRank
    Aug 2010 Join Date
    ScotlandLocation
    153Posts

    Re: Client Problems

    Bump.

  3. #3
    Proficient Member arran565 is offline
    MemberRank
    Aug 2010 Join Date
    ScotlandLocation
    153Posts

    Re: Client Problems

    I have fixed the first issue but ran into a second one which i have described above

  4. #4
    Proficient Member arran565 is offline
    MemberRank
    Aug 2010 Join Date
    ScotlandLocation
    153Posts

    Re: Client Problems

    3rd and last bump



Advertisement