EngeldesTodes
Deutsch Techno-Freak WIR SIND EIN
- Feb 21, 2011
- 1,075
- 77
hey people my client is stuck on the loading bar as it won't budge pass 85 any help would be good
if you want i can post my client page up and my emu config page up
cleint.php
emu config file
emu is bcstorm btw
if you want i can post my client page up and my emu config page up
cleint.php
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">
<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" : "Please wait, the hotel is loading",
"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>
</head>
<body>
<div id="client"></div>
</body>
</html>
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=password
db.name=r63b
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=50
## Game TCP/IP Configuration
game.tcp.bindip=184.22.52.238
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1
## Stream Message; Si lo dejas sin texto no aparecerá
hotel.stream.message=Welcome to HabStyle Hotel!
## License
internal.license=
## Hotel Link; To StreamImages
guilds.link=http://habstyle.no-ip.org/habbo-imaging/badge
stream.link=http://habstyle.no-ip.org/habbo-imaging/head?look=
## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=3400
#IRC
irc.enabled=false
irc.server=127.0.0.1
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=#
#Groep instellingen
group.enabled=true
auth.ssodisabled=false
#pixel instellingen
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600
#credits instellingen
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600
game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100
#Threading Main Loops.
SeparatedTasksInMainLoops.enabled=true
SeparatedTasksInGameClientManager.enabled=true
# Ban flood protection
spambans.enabled=false
spambans.limit=5