aqilws
Member
- Sep 8, 2011
- 67
- 7
Im having some issue ith the client, somehow the console log does not show me the error
My Emulator:
Conole does not ho any error except crossdomain.xml error
- Using PlusEmu sledmore released @
You must be registered for see links
- revcms some random cuz i forgot my password to my old backup archive
PHP:
<!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">
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "http://127.0.0.1/game/gordon/PRODUCTION-201701242205-837386173/";
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is starting up!",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "http://127.0.0.1",
"url.prefix" : "http://127.0.0.1",
"client.reload.url" : "http://127.0.0.1/client",
"client.fatal.error.url" : "http://127.0.0.1/me",
"client.connection.failed.url" : "http://127.0.0.1/me?1",
"external.variables.txt" : "http://127.0.0.1/game/gamedata/external_variables.txt",
"external.texts.txt" : "http://127.0.0.1/game/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://127.0.0.1/game/gamedata/productdata.txt",
"furnidata.load.url" : "http://127.0.0.1/game/gamedata/furnidata.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("http://127.0.0.1/game/gordon/PRODUCTION-201701242205-837386173/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
My Emulator:
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=88Rush88
db.name=ruhhh
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=2
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
Conole does not ho any error except crossdomain.xml error