client black screen

Results 1 to 8 of 8
  1. #1
    Member Angel1303 is offline
    MemberRank
    Feb 2011 Join Date
    UKLocation
    59Posts

    thumbs up client black screen

    Hi ragezone i stuck on my client side for my retro and basiclly i need someone to tell me what i went wrong the emu gets a connection so the emu fine and the ports are open inbound only here is my client .php file

    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/{skin}/styles/client.css" type="text/css">
            
            <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
            <script type="text/javascript">
                var BaseUrl = "http://hothhotel.servebeer.com/game";
                var flashvars =
                {
                    "client.starting" : "Please wait, {hotelname} loading",
    "hotelview.banner.url" : "http://hothhotel.servebeer.com/game/rs4.php",
    				"client.allow.cross.domain" : "1", 
                    "client.notify.cross.domain" : "0", 
                    "connection.info.host" : "*********", 
                    "connection.info.port" : "30000", 
                    "site.url" : "http://hothhotel.servebeer.com", 
                    "url.prefix" : "http://hothhotel.servebeer.com", 
                    "client.reload.url" : "http://hothhotel.servebeer.com/client", 
                    "client.fatal.error.url" : "http://hothhotel.servebeer.com/me", 
                    "client.connection.failed.url" : "http://hothhotel.servebeer.com/me", 
                    "external.variables.txt" : "http://hothhotel.servebeer.com/game/external_varibles.txt", 
                    "external.texts.txt" : "http://hothhotel.servebeer.com/game/external_flash_texts.txt", 
                    "productdata.load.url" : "http://hothhotel.servebeer.com/game/productdata.txt", 
                    "furnidata.load.url" : "http://hothhotel.servebeer.com/game/furnidata_xml.xml",
                    "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", "http://hothhotel.servebeer.com//expressInstall.swf", flashvars, params, null);
            </script>
        </head>
        
        <body>
        
            <div id="client"></div>
        
        </body>
    </html>
    the star represent the ip adress

    any help would be good

    - - - Updated - - -

    btw it the new r63b with latest ui build if that helps i need this done quickly anyone want to take a guess at it


  2. #2
    Member Angel1303 is offline
    MemberRank
    Feb 2011 Join Date
    UKLocation
    59Posts

    Re: client black screen

    here the black screen i getting



    here the emu that dosn't get the connection for it

    also here the code for the emu config
    Code:
     ## uberEmulator System Configuration File
    ## Must be edited for the server to work
    
    ## MySQL Configuration
    db.hostname=localhost
    db.port=3306
    db.username=root
    db.password=************
    db.name=r63b
    
    ## MySQL pooling setup (controls amount of connections)
    db.pool.minsize=10
    db.pool.maxsize=500
    
    ## Game TCP/IP Configuration
    game.tcp.bindip=185.10.202.149
    game.tcp.port=30000
    game.tcp.conlimit=11000
    game.tcp.conperip=100
    game.tcp.enablenagles=true
    
    ## MUS TCP/IP Configuration
    mus.tcp.bindip=185.10.202.149
    mus.tcp.port=3001
    mus.tcp.allowedaddr=185.10.202.149
    
    ## Client configuration
    client.ping.enabled=1
    client.ping.interval=20000
    client.maxrequests=300

  3. #3
    Member Angel1303 is offline
    MemberRank
    Feb 2011 Join Date
    UKLocation
    59Posts

    Re: client black screen


  4. #4
    Member Yadz is offline
    MemberRank
    May 2013 Join Date
    51Posts

    Re: client black screen

    Change mus.tcp.port to 30001

    - - - Updated - - -

    And make sure that you use the right Habbo.swf.

  5. #5
    Member Angel1303 is offline
    MemberRank
    Feb 2011 Join Date
    UKLocation
    59Posts

    Re: client black screen

    Quote Originally Posted by Yadz View Post
    Change mus.tcp.port to 30001

    - - - Updated - - -

    And make sure that you use the right Habbo.swf.
    it is the right Swf and the emu for plus is 3001 as i foloed the tut

  6. #6
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,608Posts

    Re: client black screen

    Did you open the ports in the firewall on your server / vps / dedi?

  7. #7
    Member Angel1303 is offline
    MemberRank
    Feb 2011 Join Date
    UKLocation
    59Posts

    Re: client black screen

    Quote Originally Posted by The General View Post
    Did you open the ports in the firewall on your server / vps / dedi?
    yes i have

  8. #8
    Member Angel1303 is offline
    MemberRank
    Feb 2011 Join Date
    UKLocation
    59Posts

    Re: client black screen




Advertisement