PlusEmu client 76% dc

clubwise

Member
Jun 30, 2013
38
2
Hi all,
I have some problems when I will connect to my hotel after 76% I will be disconnected. Can someone help me?
 

clubwise

Member
Jun 30, 2013
38
2
did u edit the client.php? are you using the fixed plusemu database? maybe you need new swfs? i got mine from
I will check this thanks :)
 
did u edit the client.php? are you using the fixed plusemu database? maybe you need new swfs? i got mine from
He will disconnect after 76% again with this package, can you take a look maybe?
 
Last edited:

mcmatters

Member
Dec 2, 2014
195
6
76% is a cannot connect to Emulator. Check your client.php and make sure the ip/port are correct, make sure firewall settings are configured and make sure emulator is started. For more assistance contact me on skype mcmatters123
 

clubwise

Member
Jun 30, 2013
38
2
76% is a cannot connect to Emulator. Check your client.php and make sure the ip/port are correct, make sure firewall settings are configured and make sure emulator is started. For more assistance contact me on skype mcmatters123
I have add you on Skype I hope you can help me. I can't fix this
 
Someone else who can help me with this problem?
 

BIOS

ಠ‿ಠ
Apr 25, 2012
906
247
I have add you on Skype I hope you can help me. I can't fix this
 
Someone else who can help me with this problem?
Can you open Chrome > CTRL + SHIFT + I > Console and then enter the client to see if there are any errors logged in the console? Might be that you've not configured something correctly
 

BIOS

ಠ‿ಠ
Apr 25, 2012
906
247
If the host;port allows inbound connections it should usually display that there was a connection on the EMU when you sent the request to your server IP and the EMU port (presumably 30000), not entirely sure if your specific EMU will display these, may be disabled in the settings or something.

Also have a look at these post's resolutions:

 

clubwise

Member
Jun 30, 2013
38
2
If the host;port allows inbound connections it should usually display that there was a connection on the EMU when you sent the request to your server IP and the EMU port (presumably 30000), not entirely sure if your specific EMU will display these, may be disabled in the settings or something.

Also have a look at these post's resolutions:


That is not the fix for the problem that I have.

This 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.name=****

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

## Game TCP/IP Configuration
game.tcp.bindip=0.0.0.0
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=127.0.0.1

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

And this my client:

<?php include'/styles/background.php'; ?>
<?php
/*

#########################################################################################################
# ____ __ _ ______ __ ___ _____ #
# / __ \ ____ / /_ (_)____ / ____// |/ // ___/ #
# / /_/ // __ \ / __ \ / // __ \ / / / /|_/ / \__ \ #
# / _, _// /_/ // /_/ // // / / // /___ / / / / ___/ / #
# /_/ |_| \____//_.___//_//_/ /_/ \____//_/ /_/ /____/ #
# #
# Thanks for using RobinCMS #
# RobinCMS by Permudious #
# #
#########################################################################################################


*/
?>




<title>{hotelname} :: Client</title>
<?php
$ip = habdev.ddns.net;
?>

<script type="text/javascript">
var habboName = "{username}";
var habboReqPath = "{url}";
var habboStaticFilePath = " ";
var habboImagerUrl = " ";
var habboPartner = "";
var habboDefaultClientPopupUrl = "{url}/client";
window.name = "ClientWndw";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
</script>

<link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href=" " />
<script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script>
<script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script>
<script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script>
<script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script>

<link rel="stylesheet" href=" " type="text/css" />

<link rel="stylesheet" href=" " type="text/css" />



<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>

<link rel="stylesheet" href="app/tpl/skins/{skin}/client/client.css" type="text/css" />
<script src="app/tpl/skins/{skin}/client/habboflashclient.js" type="text/javascript"></script>


<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "80.61.75.228",
"connection.info.port" : "30000",
"site.url" : "{url}/",
"url.prefix" : "{url}/",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"external.variables.txt" : "{external_vars}",
"external.texts.txt" : "{external_texts}",
"external.figurepartlist.txt" : " ",
"external.override.texts.txt" : " ",
"external.override.variables.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"account_id" : "1",
"client.starting" : "Welkom {username}, even geduld {hotelName} is aan het laden",

"flash.client.url" : "{swf_folder}/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup",
"token" : "{sso}"

};
var params = {
"base" : "{swf_folder}/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "<?php echo $_CONFIG['hotel']['habboswf']; ?>";

swfobject.embedSWF(clientUrl, "flash-container", "100%", "80%", "10.0.0", " ", flashvars, params);

window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}

</script>

<body id="client" class="flashclient" style="height:96%;">
<!-- Bovenste balk -->
<style>
#client_div{width:100%}#top_bar{position: relative; height:30px;width:100%;background-image:url( -1px rgba(0,0,0,1);cursor:pointer;padding:6px;font-family:verdana;font-size:12px}#top_bar>#tekst>b{padding:7px;margin-left:10px}#top_bar>#tekst>b:hover{background-color:#000}#top_bar>#tekst>b>a{text-decoration:none;color:#fff}
</style>
<script type="text/javascript">function toggleFullScreen(){if((document.fullScreenElement&&document.fullScreenElement!==null)||(!document.mozFullScreen&&!document.webkitIsFullScreen)){if(document.documentElement.requestFullScreen){document.documentElement.requestFullScreen()}else if(document.documentElement.mozRequestFullScreen){document.documentElement.mozRequestFullScreen()}else if(document.documentElement.webkitRequestFullScreen){document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT)}}else{if(document.cancelFullScreen){document.cancelFullScreen()}else if(document.mozCancelFullScreen){document.mozCancelFullScreen()}else if(document.webkitCancelFullScreen){document.webkitCancelFullScreen()}}}</script>
<div id="top_bar">
<div id="tekst">
<b onclick="toggleFullScreen()"> Volledig scherm</b>
<b><a href=" " target="_blank">Account instellingen</b></a>
<b><a href=" " target="_blank">Super-VIP</b></a>
<b><a href=" " target="_blank">Medewerkers</b></a>
<b><a href=" " target="_blank">Nieuws</b></a>
<b><a href=" " target="_blank">Regels/Voorwaarden</b></a>

</div>
</div>
<!-- eind bovenstebalk -->
<div id="overlay"></div>
<img src=" " style="position:absolute; margin: -1500px;" />

<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">

<div class="cbb clearfix">
<h2 class="title">Update alsjeblieft eerst je Adobe Flash Player.</h2>
<div class="box-content">
<p>Je kan Adobe Flash Player van hier downloaden: <a href=" ">Installeer Flash Player</a>. Meer instructies over het installeren vind je hier: <a href=" ">More information</a></p>
<p><a href=" "><img src=" " alt="Get Adobe Flash player" /></a></p>
</div>
</div>

</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>

</div>
<div style="display: none">

<div id="habboCountUpdateTarget">
{status}
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
window.opener.location.replace(window.opener.location.href);
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>

<script type="text/javascript">
HabboView.run();
</script>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15697942-2']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? ' ' : ' ') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
 

BIOS

ಠ‿ಠ
Apr 25, 2012
906
247
That is not the fix for the problem that I have.

This 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.name=****

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

## Game TCP/IP Configuration
game.tcp.bindip=0.0.0.0
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=127.0.0.1

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

And this my client:

<?php include'/styles/background.php'; ?>
<?php
/*

#########################################################################################################
# ____ __ _ ______ __ ___ _____ #
# / __ \ ____ / /_ (_)____ / ____// |/ // ___/ #
# / /_/ // __ \ / __ \ / // __ \ / / / /|_/ / \__ \ #
# / _, _// /_/ // /_/ // // / / // /___ / / / / ___/ / #
# /_/ |_| \____//_.___//_//_/ /_/ \____//_/ /_/ /____/ #
# #
# Thanks for using RobinCMS #
# RobinCMS by Permudious #
# #
#########################################################################################################


*/
?>




<title>{hotelname} :: Client</title>
<?php
$ip = habdev.ddns.net;
?>

<script type="text/javascript">
var habboName = "{username}";
var habboReqPath = "{url}";
var habboStaticFilePath = " ";
var habboImagerUrl = " ";
var habboPartner = "";
var habboDefaultClientPopupUrl = "{url}/client";
window.name = "ClientWndw";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
</script>

<link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href=" " />
<script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script>
<script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script>
<script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script>
<script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script>

<link rel="stylesheet" href=" " type="text/css" />

<link rel="stylesheet" href=" " type="text/css" />



<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>

<link rel="stylesheet" href="app/tpl/skins/{skin}/client/client.css" type="text/css" />
<script src="app/tpl/skins/{skin}/client/habboflashclient.js" type="text/javascript"></script>


<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "80.61.75.228",
"connection.info.port" : "30000",
"site.url" : "{url}/",
"url.prefix" : "{url}/",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"external.variables.txt" : "{external_vars}",
"external.texts.txt" : "{external_texts}",
"external.figurepartlist.txt" : " ",
"external.override.texts.txt" : " ",
"external.override.variables.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"account_id" : "1",
"client.starting" : "Welkom {username}, even geduld {hotelName} is aan het laden",

"flash.client.url" : "{swf_folder}/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup",
"token" : "{sso}"

};
var params = {
"base" : "{swf_folder}/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "<?php echo $_CONFIG['hotel']['habboswf']; ?>";

swfobject.embedSWF(clientUrl, "flash-container", "100%", "80%", "10.0.0", " ", flashvars, params);

window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}

</script>

<body id="client" class="flashclient" style="height:96%;">
<!-- Bovenste balk -->
<style>
#client_div{width:100%}#top_bar{position: relative; height:30px;width:100%;background-image:url( -1px rgba(0,0,0,1);cursor:pointer;padding:6px;font-family:verdana;font-size:12px}#top_bar>#tekst>b{padding:7px;margin-left:10px}#top_bar>#tekst>b:hover{background-color:#000}#top_bar>#tekst>b>a{text-decoration:none;color:#fff}
</style>
<script type="text/javascript">function toggleFullScreen(){if((document.fullScreenElement&&document.fullScreenElement!==null)||(!document.mozFullScreen&&!document.webkitIsFullScreen)){if(document.documentElement.requestFullScreen){document.documentElement.requestFullScreen()}else if(document.documentElement.mozRequestFullScreen){document.documentElement.mozRequestFullScreen()}else if(document.documentElement.webkitRequestFullScreen){document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT)}}else{if(document.cancelFullScreen){document.cancelFullScreen()}else if(document.mozCancelFullScreen){document.mozCancelFullScreen()}else if(document.webkitCancelFullScreen){document.webkitCancelFullScreen()}}}</script>
<div id="top_bar">
<div id="tekst">
<b onclick="toggleFullScreen()"> Volledig scherm</b>
<b><a href=" " target="_blank">Account instellingen</b></a>
<b><a href=" " target="_blank">Super-VIP</b></a>
<b><a href=" " target="_blank">Medewerkers</b></a>
<b><a href=" " target="_blank">Nieuws</b></a>
<b><a href=" " target="_blank">Regels/Voorwaarden</b></a>

</div>
</div>
<!-- eind bovenstebalk -->
<div id="overlay"></div>
<img src=" " style="position:absolute; margin: -1500px;" />

<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">

<div class="cbb clearfix">
<h2 class="title">Update alsjeblieft eerst je Adobe Flash Player.</h2>
<div class="box-content">
<p>Je kan Adobe Flash Player van hier downloaden: <a href=" ">Installeer Flash Player</a>. Meer instructies over het installeren vind je hier: <a href=" ">More information</a></p>
<p><a href=" "><img src=" " alt="Get Adobe Flash player" /></a></p>
</div>
</div>

</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>

</div>
<div style="display: none">

<div id="habboCountUpdateTarget">
{status}
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
window.opener.location.replace(window.opener.location.href);
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>

<script type="text/javascript">
HabboView.run();
</script>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15697942-2']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? ' ' : ' ') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
Change game.tcp.bindip=0.0.0.0 to your server IP and then try
 

Users who are viewing this thread

Top