[Help] R63B Azure build 0190

Oct 11, 2014
1,071
256
Hello, i wanna Test Azure. but it wont let me enter the client, when i check emulator no connection received.

Code:
<!DOCTYPE html>


<html>
    <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">
                <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />
       
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://lunar-hotel.pw/game/";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is loading...",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "MY-IP",
                "connection.info.port" : "30000",
                "site.url" : "http://lunar-hotel.pw",
                "url.prefix" : "http://lunar-hotel.pw",
                "client.reload.url" : "http://lunar-hotel.pw/client",
                "client.fatal.error.url" : "http://lunar-hotel.pw/client",
                "client.connection.failed.url" : "http://lunar-hotel.pw/client",
                "external.variables.txt" : "http://lunar-hotel.pw/game/gamedata/external_variables.txt",
                "external.texts.txt" : "http://lunar-hotel.pw/game/gamedata/external_flash_texts.txt",
                "external.figurepartlist.txt" : "http://lunar-hotel.pw/game/gamedata/figuredata.xml",
                "external.override.texts.txt" : "http://lunar-hotel.pw/game/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://lunar-hotel.pw/game/gamedata/override/external_override_variables.txt",
                "productdata.load.url" : "http://lunar-hotel.pw/game/gamedata/productdata.xml",
                "furnidata.load.url" : "http://lunar-hotel.pw/game/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : "http://lunar-hotel.pw/game/",
                "flash.client.origin" : "popup",
                "nux.lobbies.enabled" : "true"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"          
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://lunar-hotel.pw/game/expressInstall.swf",                flashvars, params, null);


 </script>
    </head>
<body>
    <div id="client"></div>
</body>
</html>
Code:
## Azure Emulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=password
db.name=azure
db.type=MySQL

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

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

## MUS TCP/IP Configuration
mus.tcp.bindip=MYIP
mus.tcp.port=30001
mus.tcp.allowedaddr=MYIP

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

## Developer Settings
Debug=true

## Language System
system.lang=english

## Console Clear Timer
console.clear.enabled=false
console.clear.time=20000

## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT

For Ext_vars click
if you can fix let me know ;)
 

Users who are viewing this thread

Top