RevCMS Client won't load

3659905

New Member
Apr 3, 2012
9
0
When I press "Enter Hotel" the client opens but after the bottom bar disappears the top bar gets stuck. Usually between one and two thirds of the way. The [ * ] is still moving so I think it hasn't frozen.

I can post a screenshot I took yesterday if necessary.
 

Manuela

Active Member
May 27, 2016
98
38
send client.php

<!DOCTYPE html>
$query = mysql_query("UPDATE users SET home_room = '20' WHERE username = 'PHP USER CODE(echo $username)'");
<html xmlns=" " xml:lang="en" 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 = " ";
var flashvars =
{
"connection.info.port" : "30000",
"connection.info.host" : "188.120.41.10",


"client.starting" : "Even geduld Mabbo is aan het laden!",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
// "connection.info.host" : "80.82.75.73",
// "connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"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 + "/Habbo2.swf", "client", "100%", "100%", "10.0.0", " ", flashvars, params, null);
</script>
<script src=" "></script>
<script src=" "></script>
<script type="text/javascript">
$(document).ready(function(e) {
$.ajaxSetup({
cache:true
});
setInterval(function() {
$('#onlineCount').load('app/tpl/skins/{skin}/onlinecounter.php');
}, 2000);
$( "#onlineCount").click(function() {
$('#onlineCount').load('app/tpl/skins/{skin}/onlinecounter.php');
});

});
</script>
<style type="text/css">
#onlineCount {
position: absolute;
background-color: #585858;
z-index: 1;
color: white;
top: 0px;
right: 211px;
font-family: Verdana;
padding: 3px;
}
#onlineCount:hover {
background-color: #757575;
cursor: pointer;
-moz-transition: all 1s ease-in;
/* WebKit */
-webkit-transition: all 1s ease-in;
/* Opera */
-o-transition: all 1s ease-in;
/* Standard */
transition: all 1s ease-in;
}
</style>
</head>

<body>

<script src=" "></script>
<script src=" "></script>

<script>
$(document).ready(function(){
setTimeout(function(){
$("div.ads").fadeOut(50000, function () {
$("div.ads").remove();
});

}, 8000);
});
</script>
<div class="ads" style="padding-top: 21px; height: 115px; width: 740px; position: absolute; left: 50%; z-index: 9999; margin-left: -370px; margin-right: auto; overflow: hidden; opacity: 0.6286; background-image: url( ">
<br>
<script type="text/javascript">
google_ad_client = "ca-pub-2015133537650223";
google_ad_slot = "8458093395";
google_ad_width = 728;
google_ad_height = 90;
</script>
<!-- normal -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>

<script>
$(document).ready(function(){
setTimeout(function(){
$("div.ads").fadeOut(30000, function () {
$("div.ads").remove();
});

}, 820);
});
</script>

<div id="adsbanner120" style="background-color:#fff;padding:5px;height:600px;width:177px;z-index:70000;position:absolute;top:50px;right:15px;overflow:hidden;display:block">
<script>$(document).ready(function(){$("#closeadsbanner120").click(function(){$("#adsbanner120").hide()})});</script>
<div id="closeadsbanner120" href="#" style="background-image:url({url}/app/tpl/skins/{skin}/img/close.png);height:21px;width:20px;float:left;margin-bottom: -10px;"></div>
<script type="text/javascript">
google_ad_client = "ca-pub-2015133537650223";
google_ad_slot = "8458093395";
google_ad_width = 160;
google_ad_height = 600;
</script>
<!-- client -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>

<div id="client"></div>
<div id="onlineCount">Aantal Mabbo's online is aan het laden..!</div>

</body>
</html>

Should I replace the mabbozone.nl to my domain? And the ip's as well? I'm so confused
 

mcmatters

Member
Dec 2, 2014
195
6
<!DOCTYPE html>
$query = mysql_query("UPDATE users SET home_room = '20' WHERE username = 'PHP USER CODE(echo $username)'");
<html xmlns=" " xml:lang="en" 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 = " ";
var flashvars =
{
"connection.info.port" : "30000",
"connection.info.host" : "188.120.41.10",


"client.starting" : "Even geduld Mabbo is aan het laden!",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
// "connection.info.host" : "80.82.75.73",
// "connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"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 + "/Habbo2.swf", "client", "100%", "100%", "10.0.0", " ", flashvars, params, null);
</script>
<script src=" "></script>
<script src=" "></script>
<script type="text/javascript">
$(document).ready(function(e) {
$.ajaxSetup({
cache:true
});
setInterval(function() {
$('#onlineCount').load('app/tpl/skins/{skin}/onlinecounter.php');
}, 2000);
$( "#onlineCount").click(function() {
$('#onlineCount').load('app/tpl/skins/{skin}/onlinecounter.php');
});

});
</script>
<style type="text/css">
#onlineCount {
position: absolute;
background-color: #585858;
z-index: 1;
color: white;
top: 0px;
right: 211px;
font-family: Verdana;
padding: 3px;
}
#onlineCount:hover {
background-color: #757575;
cursor: pointer;
-moz-transition: all 1s ease-in;
/* WebKit */
-webkit-transition: all 1s ease-in;
/* Opera */
-o-transition: all 1s ease-in;
/* Standard */
transition: all 1s ease-in;
}
</style>
</head>

<body>

<script src=" "></script>
<script src=" "></script>

<script>
$(document).ready(function(){
setTimeout(function(){
$("div.ads").fadeOut(50000, function () {
$("div.ads").remove();
});

}, 8000);
});
</script>
<div class="ads" style="padding-top: 21px; height: 115px; width: 740px; position: absolute; left: 50%; z-index: 9999; margin-left: -370px; margin-right: auto; overflow: hidden; opacity: 0.6286; background-image: url( ">
<br>
<script type="text/javascript">
google_ad_client = "ca-pub-2015133537650223";
google_ad_slot = "8458093395";
google_ad_width = 728;
google_ad_height = 90;
</script>
<!-- normal -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>

<script>
$(document).ready(function(){
setTimeout(function(){
$("div.ads").fadeOut(30000, function () {
$("div.ads").remove();
});

}, 820);
});
</script>

<div id="adsbanner120" style="background-color:#fff;padding:5px;height:600px;width:177px;z-index:70000;position:absolute;top:50px;right:15px;overflow:hidden;display:block">
<script>$(document).ready(function(){$("#closeadsbanner120").click(function(){$("#adsbanner120").hide()})});</script>
<div id="closeadsbanner120" href="#" style="background-image:url({url}/app/tpl/skins/{skin}/img/close.png);height:21px;width:20px;float:left;margin-bottom: -10px;"></div>
<script type="text/javascript">
google_ad_client = "ca-pub-2015133537650223";
google_ad_slot = "8458093395";
google_ad_width = 160;
google_ad_height = 600;
</script>
<!-- client -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>

<div id="client"></div>
<div id="onlineCount">Aantal Mabbo's online is aan het laden..!</div>

</body>
</html>

Should I replace the mabbozone.nl to my domain? And the ip's as well? I'm so confused
replace mabbozone.nl to your domain and make sure connection.info.host/connection.info.port is correct.
 

Manuela

Active Member
May 27, 2016
98
38
IP address of the VPS with your emulator running on it
 
Do you get white screen? Black screen? 76%? 100%?
Yeah, I changed all of that and it still isn't working. The loading bar on the client just loads halfway or a bit more and then just gets stucks there endlessly. Like this:
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
There's no override on your client.php - what emulator are you using?

NVM just seen you're using an R63A client/emulator - scrap it all and use Sledmore's emulator lol
 

Users who are viewing this thread

Top