client stays at hotel view ;p

Results 1 to 7 of 7
  1. #1
    lol Disguised is offline
    MemberRank
    Jan 2011 Join Date
    521Posts

    client stays at hotel view ;p

    Hiya, Ragezone.
    so basically the client stays at hotel view
    and then just disconnects.

    anyone who has a fix
    please comment

    thanks,

    Kenzie & Jordan

    we accept people with teamviewer,
    we are willing to pay.

    skype; kenzie.fuckyou123


  2. #2
    Enthusiast Maz is offline
    MemberRank
    Mar 2013 Join Date
    25Posts

    Re: client stays at hotel view ;p

    Make sure the SWFS and external_variables are all set up, if it doesnt work then replace your client.php with (keep reading)
    <!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" : "{username} is now loading {hotelName}",
    "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>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>


    <script type="text/javascript">

    var id = 48;

    $(document).ready(function(){
    $.getJSON("http://*****.com/index.php?page=vote", { id: id, hasVoted: 'unknown' }, function(data) {
    if(data == 2) {
    window.location.replace("http://*****.com/index.php?page=vote&id=" + id);
    }
    });
    });

    </script>
    </head>

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

    </body>
    </html>
    Until you found swfs that work


    P.S: When i had a retro i just copied the SWFs from the sources of other hotel websites (chrome>tools>view source) until i found one that worked for me


    Best Of Luck,
    ----Maz
    Last edited by Maz; 27-03-13 at 02:58 AM. Reason: P.S

  3. #3
    i am a person Riley H is offline
    MemberRank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

    Re: client stays at hotel view ;p

    Version, CMS, server? You have to supply more information in order to get more helpful replies. Also, most people will assist you for free. But it is probably your web-build/SWFs.

  4. #4
    lol Disguised is offline
    MemberRank
    Jan 2011 Join Date
    521Posts

    Re: client stays at hotel view ;p

    Quote Originally Posted by Riley H View Post
    Version, CMS, server? You have to supply more information in order to get more helpful replies. Also, most people will assist you for free. But it is probably your web-build/SWFs.
    r63, revcms, phoenix emulator ;p

    do you know the fix m8?

  5. #5
    i am a person Riley H is offline
    MemberRank
    Mar 2010 Join Date
    United StatesLocation
    203Posts

    Re: client stays at hotel view ;p

    Quote Originally Posted by KieRetros View Post
    r63, revcms, phoenix emulator ;p

    do you know the fix m8?
    It is your SWFs as Maz stated above. Make sure your external variables are configured correctly and your web-build is updated. If you do not know how to host your own then copy them from another hotel, or simply visit /f335 and read some tutorials.

  6. #6
    Alpha Member Moogly is offline
    MemberRank
    Feb 2008 Join Date
    Pool LidoLocation
    2,322Posts

    Re: client stays at hotel view ;p

    Either your externals aren't configured or your server's just not getting the connections. If you don't see anything in the console of your server check to make sure the port isn't blocked from external access by a firewall from external access.

  7. #7
    lol Disguised is offline
    MemberRank
    Jan 2011 Join Date
    521Posts

    Re: client stays at hotel view ;p

    Quote Originally Posted by Moogly View Post
    Either your externals aren't configured or your server's just not getting the connections. If you don't see anything in the console of your server check to make sure the port isn't blocked from external access by a firewall from external access.
    I opened all the ports, and allowed the connections
    but no one can enter it, i can't even enter it on my vps.



Advertisement