B
bEN3802
Guest
Autore del topic
Salve ragazzi/e ho un problema a mercury non mi fa loggare nel client ma arriva solo all'87% premetto che sto usando l'habbo.swf di mercury,il db di mercury,il cms di kratos con dcr configurati sia external_variables sia banner.php sia rs4,ricordo anche che sto usando iis su un vps.
Ecco l'errore che da l'emu :
Errori della pagina client facendo F12 :
Vi posto anche il letsgoplay,(credo lo debba adattare non so ditemi voi)che sarebbe il client.php :
Configurazione Mercury emu :
Schermata client a 87% :
Grazie a chi mi aiuterà @~TheCopyright @Derd @Mr.Hyde @,Snake @#Tuttarealstep @Sqlx
Ecco l'errore che da l'emu :
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Errori della pagina client facendo F12 :
Failed to load resource: the server responded with a status of 404 (Not Found)
letsgoplay:197 Uncaught TypeError: undefined is not a function
letsgoplay:149 Uncaught ReferenceError: publicidad is not defined
habboflashclient.js:54 action = [performance], label = [averageFramerate], value = [21]
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Failed to load resource: the server responded with a status of 404 (Not Found)Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Failed to load resource: the server responded with a status of 404 (Not Found)letsgoplay:197 Uncaught TypeError: undefined is not a function
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Failed to load resource: the server responded with a status of 404 (Not Found)Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Failed to load resource: the server responded with a status of 404 (Not Found)letsgoplay:149 Uncaught ReferenceError: publicidad is not defined
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Failed to load resource: the server responded with a status of 404 (Not Found)Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Failed to load resource: the server responded with a status of 404 (Not Found)habboflashclient.js:54 action = [performance], label = [averageFramerate], value = [21]
<?php
require_once('../nucleo/classes/database.php');
if(!Login($_SESSION['username'], $_SESSION['password'], true)){
header("LOCATION: ". PATH ."");
}else{
require_once '../nucleo/sessions/session.php';
}
function SacarIP22() {
if($_SERVER) {
if($_SERVER["HTTP_X_FORWARDED_FOR"]) {
$realip2 = $_SERVER["HTTP_X_FORWARDED_FOR"];
} elseif ($_SERVER["HTTP_CLIENT_IP"]) {
$realip2 = $_SERVER["HTTP_CLIENT_IP"];
} else {
$realip2 = $_SERVER["REMOTE_ADDR"];
}
} else {
if(getenv("HTTP_X_FORWARDED_FOR")) {
$realip2 = getenv("HTTP_X_FORWARDED_FOR");
} elseif(getenv("HTTP_CLIENT_IP")) {
$realip2 = getenv("HTTP_CLIENT_IP");
} else {
$realip2 = getenv("REMOTE_ADDR");
}
}
return $realip2;
}
$myrealip = SacarIP22();
mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);
?>
<head>
<title><?php echo HotelName; ?>:</title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = true;
var habboName = "<?php echo $myrow['username']; ?>";
var habboReqPath = "http://labboxhotel.tk/";
var habboStaticFilePath = "http://hformahotel.tk/web-gallery";
var habboImagerUrl = "https://www.habbo.nl/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "labboxhotel.tk/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
</script>
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<script src="http://labboxhotel.tk//public/html/libs2.js" type="text/javascript"></script>
<script src="http://labboxhotel.tk//public/html/visual.js" type="text/javascript"></script>
<script src="http://labboxhotel.tk//public/html/libs.js" type="text/javascript"></script>
<script src="http://labboxhotel.tk//public/html/common.js" type="text/javascript"></script>
<script src="http://labboxhotel.tk//public/html/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/style.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/publi.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/buttons.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/habboflashclient.css" type="text/css" />
<script src="http://labboxhotel.tk/public/html/habboflashclient.js" type="text/javascript"></script>
<!--[if IE 8]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie6.css" type="text/css" />
<script src="http://labboxhotel.tk//public/html/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>
<style type="text/css">
body { behavior: url(
</style>
<![endif]-->
<meta name="build" content="" />
</head>
<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "195.244.50.59",
"connection.info.port" : "30004",
"site.url" : "labboxhotel.tk",
"url.prefix" : "labboxhotel.tk",
"client.reload.url" : "labboxhotel.tk/client",
"client.fatal.error.url" : "labboxhotel.tk/client",
"client.connection.failed.url" : "labboxhotel.tk/client",
"external.variables.txt" : "http://labboxhotel.tk/game/external_variables.txt",
"external.texts.txt" : "http://labboxhotel.tk/game/external_flash_texts2.txt",
"productdata.load.url" : "http://labboxhotel.tk/game/productdata.txt",
"furnidata.load.url" : "http://labboxhotel.tk/game/furnidata_xml4.xml",
"use.sso.ticket" : "1",
"processlog.enabled" : "1",
"account_id" : "19927505",
"hotelview.banner.url" : "http://labboxhotel.tk/game/rs4.php",
"client.starting" : "labbox sta caricando, attendi...",
"flash.client.url" : "http://labboxhotel.tk/game/",
"sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
"user.hash" : "199275052dbf5f89adb0a643bf16b0ea1cd646db",
"flash.client.origin" : "popup",
};
var params = {
"base" : "http://labboxhotel.tk/game/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "labboxhotel.tk/logout";
var clientUrl = "http://labboxhotel.tk/game/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://himagine.org/web-gallery/flash/expressInstall.swf", 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>
<meta name="description" content="Check into the world?s largest virtual hotel for FREE! Meet and make friends, play games, chat with others, create your avatar, design rooms and more?" />
<meta name="keywords" content="habbo hotel, virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets, room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />
<!--[if IE 8]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie6.css" type="text/css" />
<script src="http://labboxhotel.tk//public/html/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>
<style type="text/css">
body { behavior: url(/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD36 - 16.11.2010 11:51 - com" />
</head>
<body id="client" class="flashclient" onload="publicidad();">
<div id="overlay"></div>
<img src="http://himagine.org/web-gallery/v2/images/page_loader.gif" 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">Please update your Flash Player to the latest version.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="https://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="https://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a href="https://www.adobe.com/go/getflashplayer"><img src="http://himagine.org/web-gallery/v2/images/client/get_flash_player.gif" 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 style="display: none">
<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>
</body>
</html>
require_once('../nucleo/classes/database.php');
if(!Login($_SESSION['username'], $_SESSION['password'], true)){
header("LOCATION: ". PATH ."");
}else{
require_once '../nucleo/sessions/session.php';
}
function SacarIP22() {
if($_SERVER) {
if($_SERVER["HTTP_X_FORWARDED_FOR"]) {
$realip2 = $_SERVER["HTTP_X_FORWARDED_FOR"];
} elseif ($_SERVER["HTTP_CLIENT_IP"]) {
$realip2 = $_SERVER["HTTP_CLIENT_IP"];
} else {
$realip2 = $_SERVER["REMOTE_ADDR"];
}
} else {
if(getenv("HTTP_X_FORWARDED_FOR")) {
$realip2 = getenv("HTTP_X_FORWARDED_FOR");
} elseif(getenv("HTTP_CLIENT_IP")) {
$realip2 = getenv("HTTP_CLIENT_IP");
} else {
$realip2 = getenv("REMOTE_ADDR");
}
}
return $realip2;
}
$myrealip = SacarIP22();
mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);
?>
<head>
<title><?php echo HotelName; ?>:</title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = true;
var habboName = "<?php echo $myrow['username']; ?>";
var habboReqPath = "http://labboxhotel.tk/";
var habboStaticFilePath = "http://hformahotel.tk/web-gallery";
var habboImagerUrl = "https://www.habbo.nl/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "labboxhotel.tk/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
</script>
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<script src="http://labboxhotel.tk//public/html/libs2.js" type="text/javascript"></script>
<script src="http://labboxhotel.tk//public/html/visual.js" type="text/javascript"></script>
<script src="http://labboxhotel.tk//public/html/libs.js" type="text/javascript"></script>
<script src="http://labboxhotel.tk//public/html/common.js" type="text/javascript"></script>
<script src="http://labboxhotel.tk//public/html/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/style.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/publi.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/buttons.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/habboflashclient.css" type="text/css" />
<script src="http://labboxhotel.tk/public/html/habboflashclient.js" type="text/javascript"></script>
<!--[if IE 8]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie6.css" type="text/css" />
<script src="http://labboxhotel.tk//public/html/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>
<style type="text/css">
body { behavior: url(
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
); }</style>
<![endif]-->
<meta name="build" content="" />
</head>
<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "195.244.50.59",
"connection.info.port" : "30004",
"site.url" : "labboxhotel.tk",
"url.prefix" : "labboxhotel.tk",
"client.reload.url" : "labboxhotel.tk/client",
"client.fatal.error.url" : "labboxhotel.tk/client",
"client.connection.failed.url" : "labboxhotel.tk/client",
"external.variables.txt" : "http://labboxhotel.tk/game/external_variables.txt",
"external.texts.txt" : "http://labboxhotel.tk/game/external_flash_texts2.txt",
"productdata.load.url" : "http://labboxhotel.tk/game/productdata.txt",
"furnidata.load.url" : "http://labboxhotel.tk/game/furnidata_xml4.xml",
"use.sso.ticket" : "1",
"processlog.enabled" : "1",
"account_id" : "19927505",
"hotelview.banner.url" : "http://labboxhotel.tk/game/rs4.php",
"client.starting" : "labbox sta caricando, attendi...",
"flash.client.url" : "http://labboxhotel.tk/game/",
"sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
"user.hash" : "199275052dbf5f89adb0a643bf16b0ea1cd646db",
"flash.client.origin" : "popup",
};
var params = {
"base" : "http://labboxhotel.tk/game/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "labboxhotel.tk/logout";
var clientUrl = "http://labboxhotel.tk/game/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://himagine.org/web-gallery/flash/expressInstall.swf", 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>
<meta name="description" content="Check into the world?s largest virtual hotel for FREE! Meet and make friends, play games, chat with others, create your avatar, design rooms and more?" />
<meta name="keywords" content="habbo hotel, virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets, room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />
<!--[if IE 8]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://labboxhotel.tk//public/html/ie6.css" type="text/css" />
<script src="http://labboxhotel.tk//public/html/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>
<style type="text/css">
body { behavior: url(/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD36 - 16.11.2010 11:51 - com" />
</head>
<body id="client" class="flashclient" onload="publicidad();">
<div id="overlay"></div>
<img src="http://himagine.org/web-gallery/v2/images/page_loader.gif" 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">Please update your Flash Player to the latest version.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="https://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="https://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a href="https://www.adobe.com/go/getflashplayer"><img src="http://himagine.org/web-gallery/v2/images/client/get_flash_player.gif" 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 style="display: none">
<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>
</body>
</html>
## Mercury Emulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=CENSURATA
db.name=kratos
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30004
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=30008
mus.tcp.allowedaddr=localhost
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=CENSURATA
db.name=kratos
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30004
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=30008
mus.tcp.allowedaddr=localhost
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
Schermata client a 87% :
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Grazie a chi mi aiuterà @~TheCopyright @Derd @Mr.Hyde @,Snake @#Tuttarealstep @Sqlx
Ultima modifica da un moderatore: