ecco il config <?php
################################################## ###################
#||||| HabboGO - Sistema de administración de contenido Habbo |||||#
#||||| Created by Xdr - HTML, PHP, CSS & KERNEL/CORE |||||#
# ----------------------------------------------------------------- #
#||||| © Copyright 2010. Xdr 2010 - Open Source Software |||||#
#||||| © Copyright 2010. Xdr - Kernel/Core Structure |||||#
#||||| © Copyright 2010. Sulake Corporation - Habbo Archives |||||#
# ----------------------------------------------------------------- #
#||||| HabboGO es un Software de libre edición no protegido. |||||#
#||||| Los archivos de Kernel estan protegidos por Xdr. |||||#
################################################## ###################
########## DATOS DE ACCESO A LA BASE DE DATOS ##########
// Ajusta los datos correspondientes para la conexión a la Base de datos.
// En este orden: Host, Nombre de usuario, Contraseña, Nombre de la DB.
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "(password del phpmyadmin)";
$config['MySQL']['database'] = "laurentino_db";
########## UBICACIÓN DEL SOFTWARE ##########
// Ajusta la variable "path" ubicando la Url para acceder a tu Hotel.
// Ajusta la variable "subpath" ubicando si existe algún subdirectorio y poniendo su nombre. Sin (/) al principio.
// Tiene que ser la dirección sin ("http://") al principio y sin () al final.
// Ajusta la variable "hpath" poniendo el nombre donde se ubica la administración (Housekeeping)
$path = "http://93.150.237.31/";
$subpath = "";
$hpath = "housekeeping";
$force_local = false;
########## UBICACIÓN DE LAS PLACAS Y ESTILOS ##########
// Ajusta la variable "badge_path" como la ubicación para obtener las Placas oficiales.
// Ajusta la variable "styles_path" como la ubicación para obtener los estilos de Habbo.
// Ajusta la variable "auto_styles" si deseas obtener los Estilos de la variable "styles_path"
$badge_path = "http://".uber-hotel.1x.net."/c_images/album1584/";
$styles_path = "http://".uber-hotel.1x.net."ñ/web-gallery";
$auto_styles = false;
########## ENCRIPTACIÓN DE CONTRASEÑAS ##########
// Ajusta la variable "pass_hash" a 'true' si deseas encriptar las contraseñas.
// Si no es así ajustala a 'false'.
$pass_hash = true;
########## ID DEL ADMINISTRADOR ##########
// Por favor ajusta la ID correspondiente a tu usuario dentro del Hotel.
// Esto te permitira tener el Acceso total del hotel.
$sysadmin = "1";
########## OTROS ##########
// Ajusta la variable "charsetm" a la codificación de caracteres adecuada.
// Ajusta la variable "language" al lenguaje de 2 letras para optimizar la busqueda.
// Ajusta la variable "debug_array" si deseas ver una lista de los DEBUG de la web.
$charsetm = "utf-8";
$language = "es";
//$debug = false;
?>
ecco il flash: <?php
/*=======================================================+
|| # HoloCMS - Website and Content Management System
|+=======================================================+
|| # Copyright © 2013 DnT [Tutti i diritti riservati]
|| #
|+=======================================================+
|| # DnT HoloCMS v3 / DnT DCR - Created By Donatello (DnT)
|| #
|+=======================================================*/
include('core.php');
include('includes/session.php');
if($logged_in){
require_once('includes/session.php');
} else {
header("location: clientutils.php?key=loginplease");
exit;
}
if($online !== "online" && $enable_status_image == "1"){
echo "<font color='white'><center><b>".$sitename." is offline</b></center></font>";
exit();
}
if($remote_ip == "93.150.237.31" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "93.150.237.31";
}
if(isset($_get['roomid']) && $_get['forwardid'] == "2"){
$roomid = $_get['roomid'];
$checksql = mysql_query("select id from rooms where id = '".$roomid."' limit 1");
$roomexists = mysql_num_rows($checksql);
if($roomexists > 0){
$forward = "1";
echo "<!-- forwarding to room ".$roomid." -->";
} else {
$forward = "0";
echo "<!-- room doesn't exist; not forwarding -->";
}
} else {
echo "<!-- no room forward requested, normal loader -->";
$forward = "0";
}
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<title><?php echo $sitename ?> ~ Client</title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="Habbo: RSS" href="http://www.habbo.it/articles/rss.xml" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/libs2.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/visual.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/libs.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/changepassword.css" type="text/css" />
<script type="text/javascript">
</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "<?php echo $path; ?>/web-gallery/";
var habboImagerUrl = "http://dnt.deviceworld.org/habbo-imaging/";
var habboDefaultClientPopupUrl = "<?php echo $path; ?>/client";
</script>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/habboflashclient.css" type="text/css" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/flashdetect.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/Loader.js" type="text/javascript"></script>
<script type="text/javascript" src="http://dnt.deviceworld.org/DCR/flashclient/habboflashclient_new.js"></script>
<script type="text/javascript">
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "93.150.237.31",
"connection.info.port" : "30000",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/client",
"client.fatal.error.url" : "<?php echo $path; ?>/disconnesso",
"client.connection.failed.url" : "<?php echo $path; ?>/disconnesso",
"external.variables.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_variables.txt",
"external.texts.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://dnt.deviceworld.org/DCR/gamedata/productdata.txt",
"furnidata.load.url" : "http://dnt.deviceworld.org/DCR/gamedata/furnidata.txt",
"external.override.variables.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_override_variables.txt",
"external.override.texts.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_override_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Caricamento in corso, attendi!.",
"flash.client.url" : "http://dnt.deviceworld.org/DCR/gordon/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://dnt.deviceworld.org/DCR/gordon/",
"allowScriptAccess" : "always",
"menu" : "false",
"bgcolor" : "#000",
"wmode" : "transparent"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/logout";
var clientUrl = "http://dnt.deviceworld.org/DCR/gordon/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://dnt.deviceworld.org/DCR/flashclient/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="DnT DCR Created By Donatello!" />
<meta name="keywords" content="dnt dcr retros" />
<!--[if IE 8]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie6.css" type="text/css" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/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(<?php echo $path; ?>/web-gallery/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD259 - 23.02.2011 23:10 - it" />
</head>
<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://dnt.deviceworld.org/DCR/flashclient/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">Aggiorna Flash Player all'ultima versione disponibile</h2>
<div class="box-content">
<p>Puoi scaricare e istallare Adobe Flash Player <a href="http://get.adobe.com/flashplayer/">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">cliccando qui</a>.</p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://dnt.deviceworld.org/DCR/flashclient/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>
<div style="display: none">
<div id="habboCountUpdateTarget">
4,017 Habbo in Hotel
</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 && window.opener.location.href == "/") {
window.opener.location.replace("<?php echo $path; ?>/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>
<script type="text/javascript">
HabboView.run();
</script>
<script type="text/javascript">
jjLoader.init('client', 6, 'web-gallery/v2/images/habbo.png',
'http://dnt.deviceworld.org/DCR/c_images/hotel_view_images_hq/hotelview_dynamic_benv.png');
</script>
</body>
</html>
e il client: <?php
/*=======================================================+
|| # HoloCMS - Website and Content Management System
|+=======================================================+
|| # Copyright © 2013 DnT [Tutti i diritti riservati]
|| #
|+=======================================================+
|| # DnT HoloCMS v3 / DnT DCR - Created By Donatello (DnT)
|| #
|+=======================================================*/
include('core.php');
include('includes/session.php');
if($logged_in){
require_once('includes/session.php');
} else {
header("location: clientutils.php?key=loginplease");
exit;
}
if($online !== "online" && $enable_status_image == "1"){
echo "<font color='white'><center><b>".$sitename." is offline</b></center></font>";
exit();
}
if($remote_ip == "93.150.237.31" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "93.150.237.31";
}
if(isset($_get['roomid']) && $_get['forwardid'] == "2"){
$roomid = $_get['roomid'];
$checksql = mysql_query("select id from rooms where id = '".$roomid."' limit 1");
$roomexists = mysql_num_rows($checksql);
if($roomexists > 0){
$forward = "1";
echo "<!-- forwarding to room ".$roomid." -->";
} else {
$forward = "0";
echo "<!-- room doesn't exist; not forwarding -->";
}
} else {
echo "<!-- no room forward requested, normal loader -->";
$forward = "0";
}
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<title><?php echo $sitename ?> ~ Client</title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="Habbo: RSS" href="http://www.habbo.it/articles/rss.xml" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/libs2.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/visual.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/libs.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/changepassword.css" type="text/css" />
<script type="text/javascript">
</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "<?php echo $path; ?>/web-gallery/";
var habboImagerUrl = "http://dnt.deviceworld.org/habbo-imaging/";
var habboDefaultClientPopupUrl = "<?php echo $path; ?>/client";
</script>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/habboflashclient.css" type="text/css" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/flashdetect.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/Loader.js" type="text/javascript"></script>
<script type="text/javascript" src="http://dnt.deviceworld.org/DCR/flashclient/habboflashclient_new.js"></script>
<script type="text/javascript">
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "93.150.237.31",
"connection.info.port" : "30000",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/client",
"client.fatal.error.url" : "<?php echo $path; ?>/disconnesso",
"client.connection.failed.url" : "<?php echo $path; ?>/disconnesso",
"external.variables.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_variables.txt",
"external.texts.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://dnt.deviceworld.org/DCR/gamedata/productdata.txt",
"furnidata.load.url" : "http://dnt.deviceworld.org/DCR/gamedata/furnidata.txt",
"external.override.variables.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_override_variables.txt",
"external.override.texts.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_override_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Caricamento in corso, attendi!.",
"flash.client.url" : "http://dnt.deviceworld.org/DCR/gordon/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://dnt.deviceworld.org/DCR/gordon/",
"allowScriptAccess" : "always",
"menu" : "false",
"bgcolor" : "#000",
"wmode" : "transparent"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/logout";
var clientUrl = "http://dnt.deviceworld.org/DCR/gordon/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://dnt.deviceworld.org/DCR/flashclient/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="DnT DCR Created By Donatello!" />
<meta name="keywords" content="dnt dcr retros" />
<!--[if IE 8]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie6.css" type="text/css" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/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(<?php echo $path; ?>/web-gallery/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD259 - 23.02.2011 23:10 - it" />
</head>
<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://dnt.deviceworld.org/DCR/flashclient/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">Aggiorna Flash Player all'ultima versione disponibile</h2>
<div class="box-content">
<p>Puoi scaricare e istallare Adobe Flash Player <a href="http://get.adobe.com/flashplayer/">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">cliccando qui</a>.</p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://dnt.deviceworld.org/DCR/flashclient/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>
<div style="display: none">
<div id="habboCountUpdateTarget">
4,017 Habbo in Hotel
</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 && window.opener.location.href == "/") {
window.opener.location.replace("<?php echo $path; ?>/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>
<script type="text/javascript">
HabboView.run();
</script>
<script type="text/javascript">
jjLoader.init('client', 6, 'web-gallery/v2/images/habbo.png',
'http://dnt.deviceworld.org/DCR/c_images/hotel_view_images_hq/hotelview_dynamic_benv.png');
</script>
</body>
</html>
vi prego è urgente!
################################################## ###################
#||||| HabboGO - Sistema de administración de contenido Habbo |||||#
#||||| Created by Xdr - HTML, PHP, CSS & KERNEL/CORE |||||#
# ----------------------------------------------------------------- #
#||||| © Copyright 2010. Xdr 2010 - Open Source Software |||||#
#||||| © Copyright 2010. Xdr - Kernel/Core Structure |||||#
#||||| © Copyright 2010. Sulake Corporation - Habbo Archives |||||#
# ----------------------------------------------------------------- #
#||||| HabboGO es un Software de libre edición no protegido. |||||#
#||||| Los archivos de Kernel estan protegidos por Xdr. |||||#
################################################## ###################
########## DATOS DE ACCESO A LA BASE DE DATOS ##########
// Ajusta los datos correspondientes para la conexión a la Base de datos.
// En este orden: Host, Nombre de usuario, Contraseña, Nombre de la DB.
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "(password del phpmyadmin)";
$config['MySQL']['database'] = "laurentino_db";
########## UBICACIÓN DEL SOFTWARE ##########
// Ajusta la variable "path" ubicando la Url para acceder a tu Hotel.
// Ajusta la variable "subpath" ubicando si existe algún subdirectorio y poniendo su nombre. Sin (/) al principio.
// Tiene que ser la dirección sin ("http://") al principio y sin () al final.
// Ajusta la variable "hpath" poniendo el nombre donde se ubica la administración (Housekeeping)
$path = "http://93.150.237.31/";
$subpath = "";
$hpath = "housekeeping";
$force_local = false;
########## UBICACIÓN DE LAS PLACAS Y ESTILOS ##########
// Ajusta la variable "badge_path" como la ubicación para obtener las Placas oficiales.
// Ajusta la variable "styles_path" como la ubicación para obtener los estilos de Habbo.
// Ajusta la variable "auto_styles" si deseas obtener los Estilos de la variable "styles_path"
$badge_path = "http://".uber-hotel.1x.net."/c_images/album1584/";
$styles_path = "http://".uber-hotel.1x.net."ñ/web-gallery";
$auto_styles = false;
########## ENCRIPTACIÓN DE CONTRASEÑAS ##########
// Ajusta la variable "pass_hash" a 'true' si deseas encriptar las contraseñas.
// Si no es así ajustala a 'false'.
$pass_hash = true;
########## ID DEL ADMINISTRADOR ##########
// Por favor ajusta la ID correspondiente a tu usuario dentro del Hotel.
// Esto te permitira tener el Acceso total del hotel.
$sysadmin = "1";
########## OTROS ##########
// Ajusta la variable "charsetm" a la codificación de caracteres adecuada.
// Ajusta la variable "language" al lenguaje de 2 letras para optimizar la busqueda.
// Ajusta la variable "debug_array" si deseas ver una lista de los DEBUG de la web.
$charsetm = "utf-8";
$language = "es";
//$debug = false;
?>
ecco il flash: <?php
/*=======================================================+
|| # HoloCMS - Website and Content Management System
|+=======================================================+
|| # Copyright © 2013 DnT [Tutti i diritti riservati]
|| #
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
|+=======================================================+
|| # DnT HoloCMS v3 / DnT DCR - Created By Donatello (DnT)
|| #
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
|+=======================================================*/
include('core.php');
include('includes/session.php');
if($logged_in){
require_once('includes/session.php');
} else {
header("location: clientutils.php?key=loginplease");
exit;
}
if($online !== "online" && $enable_status_image == "1"){
echo "<font color='white'><center><b>".$sitename." is offline</b></center></font>";
exit();
}
if($remote_ip == "93.150.237.31" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "93.150.237.31";
}
if(isset($_get['roomid']) && $_get['forwardid'] == "2"){
$roomid = $_get['roomid'];
$checksql = mysql_query("select id from rooms where id = '".$roomid."' limit 1");
$roomexists = mysql_num_rows($checksql);
if($roomexists > 0){
$forward = "1";
echo "<!-- forwarding to room ".$roomid." -->";
} else {
$forward = "0";
echo "<!-- room doesn't exist; not forwarding -->";
}
} else {
echo "<!-- no room forward requested, normal loader -->";
$forward = "0";
}
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<title><?php echo $sitename ?> ~ Client</title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="Habbo: RSS" href="http://www.habbo.it/articles/rss.xml" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/libs2.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/visual.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/libs.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/changepassword.css" type="text/css" />
<script type="text/javascript">
</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "<?php echo $path; ?>/web-gallery/";
var habboImagerUrl = "http://dnt.deviceworld.org/habbo-imaging/";
var habboDefaultClientPopupUrl = "<?php echo $path; ?>/client";
</script>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/habboflashclient.css" type="text/css" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/flashdetect.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/Loader.js" type="text/javascript"></script>
<script type="text/javascript" src="http://dnt.deviceworld.org/DCR/flashclient/habboflashclient_new.js"></script>
<script type="text/javascript">
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "93.150.237.31",
"connection.info.port" : "30000",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/client",
"client.fatal.error.url" : "<?php echo $path; ?>/disconnesso",
"client.connection.failed.url" : "<?php echo $path; ?>/disconnesso",
"external.variables.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_variables.txt",
"external.texts.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://dnt.deviceworld.org/DCR/gamedata/productdata.txt",
"furnidata.load.url" : "http://dnt.deviceworld.org/DCR/gamedata/furnidata.txt",
"external.override.variables.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_override_variables.txt",
"external.override.texts.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_override_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Caricamento in corso, attendi!.",
"flash.client.url" : "http://dnt.deviceworld.org/DCR/gordon/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://dnt.deviceworld.org/DCR/gordon/",
"allowScriptAccess" : "always",
"menu" : "false",
"bgcolor" : "#000",
"wmode" : "transparent"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/logout";
var clientUrl = "http://dnt.deviceworld.org/DCR/gordon/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://dnt.deviceworld.org/DCR/flashclient/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="DnT DCR Created By Donatello!" />
<meta name="keywords" content="dnt dcr retros" />
<!--[if IE 8]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie6.css" type="text/css" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/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(<?php echo $path; ?>/web-gallery/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD259 - 23.02.2011 23:10 - it" />
</head>
<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://dnt.deviceworld.org/DCR/flashclient/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">Aggiorna Flash Player all'ultima versione disponibile</h2>
<div class="box-content">
<p>Puoi scaricare e istallare Adobe Flash Player <a href="http://get.adobe.com/flashplayer/">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">cliccando qui</a>.</p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://dnt.deviceworld.org/DCR/flashclient/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>
<div style="display: none">
<div id="habboCountUpdateTarget">
4,017 Habbo in Hotel
</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 && window.opener.location.href == "/") {
window.opener.location.replace("<?php echo $path; ?>/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>
<script type="text/javascript">
HabboView.run();
</script>
<script type="text/javascript">
jjLoader.init('client', 6, 'web-gallery/v2/images/habbo.png',
'http://dnt.deviceworld.org/DCR/c_images/hotel_view_images_hq/hotelview_dynamic_benv.png');
</script>
</body>
</html>
e il client: <?php
/*=======================================================+
|| # HoloCMS - Website and Content Management System
|+=======================================================+
|| # Copyright © 2013 DnT [Tutti i diritti riservati]
|| #
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
|+=======================================================+
|| # DnT HoloCMS v3 / DnT DCR - Created By Donatello (DnT)
|| #
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
|+=======================================================*/
include('core.php');
include('includes/session.php');
if($logged_in){
require_once('includes/session.php');
} else {
header("location: clientutils.php?key=loginplease");
exit;
}
if($online !== "online" && $enable_status_image == "1"){
echo "<font color='white'><center><b>".$sitename." is offline</b></center></font>";
exit();
}
if($remote_ip == "93.150.237.31" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "93.150.237.31";
}
if(isset($_get['roomid']) && $_get['forwardid'] == "2"){
$roomid = $_get['roomid'];
$checksql = mysql_query("select id from rooms where id = '".$roomid."' limit 1");
$roomexists = mysql_num_rows($checksql);
if($roomexists > 0){
$forward = "1";
echo "<!-- forwarding to room ".$roomid." -->";
} else {
$forward = "0";
echo "<!-- room doesn't exist; not forwarding -->";
}
} else {
echo "<!-- no room forward requested, normal loader -->";
$forward = "0";
}
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<title><?php echo $sitename ?> ~ Client</title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="Habbo: RSS" href="http://www.habbo.it/articles/rss.xml" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/libs2.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/visual.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/libs.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/changepassword.css" type="text/css" />
<script type="text/javascript">
</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "<?php echo $path; ?>/web-gallery/";
var habboImagerUrl = "http://dnt.deviceworld.org/habbo-imaging/";
var habboDefaultClientPopupUrl = "<?php echo $path; ?>/client";
</script>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/habboflashclient.css" type="text/css" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/flashdetect.js" type="text/javascript"></script>
<script src="http://dnt.deviceworld.org/DCR/flashclient/Loader.js" type="text/javascript"></script>
<script type="text/javascript" src="http://dnt.deviceworld.org/DCR/flashclient/habboflashclient_new.js"></script>
<script type="text/javascript">
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "93.150.237.31",
"connection.info.port" : "30000",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/client",
"client.fatal.error.url" : "<?php echo $path; ?>/disconnesso",
"client.connection.failed.url" : "<?php echo $path; ?>/disconnesso",
"external.variables.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_variables.txt",
"external.texts.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://dnt.deviceworld.org/DCR/gamedata/productdata.txt",
"furnidata.load.url" : "http://dnt.deviceworld.org/DCR/gamedata/furnidata.txt",
"external.override.variables.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_override_variables.txt",
"external.override.texts.txt" : "http://dnt.deviceworld.org/DCR/gamedata/external_override_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Caricamento in corso, attendi!.",
"flash.client.url" : "http://dnt.deviceworld.org/DCR/gordon/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://dnt.deviceworld.org/DCR/gordon/",
"allowScriptAccess" : "always",
"menu" : "false",
"bgcolor" : "#000",
"wmode" : "transparent"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/logout";
var clientUrl = "http://dnt.deviceworld.org/DCR/gordon/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://dnt.deviceworld.org/DCR/flashclient/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="DnT DCR Created By Donatello!" />
<meta name="keywords" content="dnt dcr retros" />
<!--[if IE 8]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://dnt.deviceworld.org/DCR/flashclient/ie6.css" type="text/css" />
<script src="http://dnt.deviceworld.org/DCR/flashclient/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(<?php echo $path; ?>/web-gallery/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD259 - 23.02.2011 23:10 - it" />
</head>
<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://dnt.deviceworld.org/DCR/flashclient/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">Aggiorna Flash Player all'ultima versione disponibile</h2>
<div class="box-content">
<p>Puoi scaricare e istallare Adobe Flash Player <a href="http://get.adobe.com/flashplayer/">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">cliccando qui</a>.</p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://dnt.deviceworld.org/DCR/flashclient/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>
<div style="display: none">
<div id="habboCountUpdateTarget">
4,017 Habbo in Hotel
</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 && window.opener.location.href == "/") {
window.opener.location.replace("<?php echo $path; ?>/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>
<script type="text/javascript">
HabboView.run();
</script>
<script type="text/javascript">
jjLoader.init('client', 6, 'web-gallery/v2/images/habbo.png',
'http://dnt.deviceworld.org/DCR/c_images/hotel_view_images_hq/hotelview_dynamic_benv.png');
</script>
</body>
</html>
vi prego è urgente!