Sledmores Habboon emu HELP

Status
Not open for further replies.

Vapour

CrimKing was here.
Aug 18, 2013
179
13
Hey.
So im having a probem were the emu is not picking up any connections and when i got to load the client it redirects me to this a picture is included

thanks in advance

 
Last edited:

Vapour

CrimKing was here.
Aug 18, 2013
179
13
ok here
client
<!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/Mango/styles/client.css" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/Mango/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{swf_folder}";





var flashvars =
{
"client.starting" : "{username} is now loading {hotelName}",
"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>
<script src=" "></script>


</head>

<body>
<div id="client"></div>

</body>
</html>

EMU CONFIG

## 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=PW
db.name=plus

## 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=took this out for sec resasons is vps ip
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1;192.168.0.20;took this our for sec resons

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

Vapour

CrimKing was here.
Aug 18, 2013
179
13
external var links -

productdata.load.url=
external.texts.txt=
external.override.variables.txt=
flash.client.url=
furnidata.load.url=
external.variables.txt=
external.override.texts.txt=
external.figurepartlist.txt=
 

iJavaSucks

Member
Apr 25, 2014
57
0
Probably the swfs are not Recommended on the Emulator, Try changing swfs, This has happened to me and I changed the swfs to a recommended one and started to work for me.
external var links -

productdata.load.url=
external.texts.txt=
external.override.variables.txt=
flash.client.url=
furnidata.load.url=
external.variables.txt=
external.override.texts.txt=
external.figurepartlist.txt=
 

Vapour

CrimKing was here.
Aug 18, 2013
179
13
ok i set up the new swfs and now it is loading to 70 percent and then it stays at a black screen the emu is not picking up connections here is what it says in dev tools
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Im using sledmores release, and mine is fully working.

There is a few steps to see:

Press F12 and access the developer console to view the reason in your disconnection.

Actually, i was helping your other owner with this.

As your using xampp it wont be the problem.

Your htdocs is totally different setup then my wwwroot.

My wwwroot folder doesnt include gordon etc, ive put the swfs in game, gamedata folder in game and sorted it that way.

Otherwise, try accessing your vars and check if the links are all correct.

If your using a proxy port and ip on your client, i suggest removing that, and try your vps ip and port 30000.
 

Vapour

CrimKing was here.
Aug 18, 2013
179
13
try accessing your vars and check if the links are all correct.
ok dude so i checked all the links in the config file they all work i checked all the ones in external vars file they all link. the emu is not picking up any connection this is what the client picks up in dev tools :



and the client just black screens
 

Vapour

CrimKing was here.
Aug 18, 2013
179
13
im that much of a dumb ass here is my emu config ...

## 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=DB PASSWORD!
db.name=plus

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

## Game TCP/IP Configuration
game.tcp.bindip=VPS IP
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=2
game.tcp.enablenagles=true

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

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

And still do not pick yp connections!!!
 

Yadz

Active Member
Feb 20, 2015
174
25
have you opened port 30000 in your firewall?


Sent from my iPhone using Tapatalk
 
Last edited by a moderator:

Vapour

CrimKing was here.
Aug 18, 2013
179
13
no i did not lool!!
 
Problem Solved. Please close this thread i was getting the errors because tried to use my old user tables from my azure sharp db. and it wouldn't let me !
 
Status
Not open for further replies.

Users who are viewing this thread

Top