can someone help me here please?

emberkeys

New Member
Jun 17, 2013
8
0
hello guys, i am having a problem with my habbo hotel, the home page works, i can login
and make account (often with some errors though) but when i try to enter the client.
it just stays black and stuck.
i am using habbo extreme EMU
and i followed this tutorial:

can someone tell me what to do?
thanks in advance
 

emberkeys

New Member
Jun 17, 2013
8
0
EMU config
Code:
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=Martins1
db.name=habbohotel

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=500

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=3001
mus.tcp.allowedaddr=127.0.0.1

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

config.php
Code:
        <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 = "{swf_folder}";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelname} loading",
                "hotelview.banner.url" : "http://localhost/game/rs4.php"
                "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/game/external_variables.txt", 
                "external.texts.txt" : "http://localhost/game/external_flash_texts.txt", 
                "productdata.load.url" : "http://localhost/game/productdata.txt", 
                "furnidata.load.url" : "http://localhost/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://localhost/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
   
    </body>
</html>
 

13rad

King
Sep 15, 2013
156
36
The problem is your habbo.swf lmfao as checking that you are missing it. Same, with the externals etc. are you sure your Swf folder is named "game" Please double check that. Because as I can see you do not have the files.
 

Users who are viewing this thread

Top