Salve, ho un problema con i DCR non so a cosa sia dovuto (altrimenti non ero ui
)
Uso:
-IIS
-Haddo CMS v1
-SoftWork Emu v2 Beta 3
-DB di SoftWork v2 Beta 3
-Shux DCR v1 (messi per prova ma danno un errore :rage
Prima che li chiedete vi posto anche tutti i codici :P (Nelle configurazione normali uso comunque localhost e non il mio IP):
Uso:
-IIS
-Haddo CMS v1
-SoftWork Emu v2 Beta 3
-DB di SoftWork v2 Beta 3
-Shux DCR v1 (messi per prova ma danno un errore :rage
![2mhu91h.jpg](/forum/proxy.php?image=http%3A%2F%2Foi57.tinypic.com%2F2mhu91h.jpg&hash=c555fe215830ccd2c87688998e409a20)
Prima che li chiedete vi posto anche tutti i codici :P (Nelle configurazione normali uso comunque localhost e non il mio IP):
Client
<?php
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 == "localhost" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "localhost";
}
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";
}
if(isset($_GET['nome'])){
$nome = Filtertext($_GET['nome']);
$check = mysql_query("SELECT * FROM users WHERE username LIKE '".$nome."'");
$check1 = mysql_fetch_assoc($check);
if($myrow['rank'] == '7'){
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$check1['id']."' LIMIT 1") or die(mysql_error());
}else{
echo 'Non sei un amministratore';
}
}else{
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
}
$mynickname = mysql_fetch_array(mysql_query("SELECT username FROM users WHERE id = '" . $my_id . "'"));
?>
<!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 $shortname; ?> ~ 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="flashclient/libs2.js" type="text/javascript"></script>
<script src="flashclient/visual.js" type="text/javascript"></script>
<script src="flashclient/libs.js" type="text/javascript"></script>
<script src="flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="flashclient/changepassword.css" type="text/css" />
<script type="text/javascript">
</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1150/web-gallery";
var habboImagerUrl = "http://www.habbo.it/habbo-imaging/";
var habboDefaultClientPopupUrl = "localhost/client.php";
</script>
<link rel="stylesheet" href="flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="flashclient/habboflashclient.css" type="text/css" />
<script src="flashclient/habboflashclient.js" type="text/javascript"></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" : "localhost",
"connection.info.port" : "30000",
"site.url" : "localhost",
"url.prefix" : "localhost",
"client.reload.url" : "./disconnected.php",
"client.fatal.error.url" : "./disconnected.php",
"client.connection.failed.url" : "./disconnected.php",
"external.variables.txt" : "http://localhost/r63/gamedata/external_variables.php",
"external.texts.txt" : "http://localhost/r63/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://localhost/r63/gamedata/productdata.txt",
"furnidata.load.url" : "http://localhost/r63/gamedata/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "<?php echo $name; ?>: Attendi, <?php echo $shortname; ?> sta caricando.",
"flash.client.url" : "http://localhost/r63/dcr/hof_furni/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://localhost/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "http://localhost/logout.php";
var clientUrl = "http://localhost/r63/gordon/r63/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "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="Habbo Hotel: amici, divertimento, celebrità!" />
<meta name="keywords" content="habbo hotel, virtuale, mondo, social network, gratis, community, avatar, personaggio, chat, online, giovane, ragazzi, gioco di ruolo, giochi di ruolo, iscriviti, social, gruppi, forum, sicurezza, giocare, giochi, online, amici, giovani, rari, furni rari, collezione, creare, collezionare, connettersi, furni, mobili, cuccioli, animali, creazione stanze, condivisione, espressione, distintivi, badge, uscire, musica, VIP, celebrità, visite VIP, famosi, mmo, mmorpg, multiplayer" />
<!--[if IE 8]>
<link rel="stylesheet" href="flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="flashclient/ie6.css" type="text/css" />
<script src="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(/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="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="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 id="content" class="client-content"></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("/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>
</body>
</html>
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 == "localhost" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "localhost";
}
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";
}
if(isset($_GET['nome'])){
$nome = Filtertext($_GET['nome']);
$check = mysql_query("SELECT * FROM users WHERE username LIKE '".$nome."'");
$check1 = mysql_fetch_assoc($check);
if($myrow['rank'] == '7'){
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$check1['id']."' LIMIT 1") or die(mysql_error());
}else{
echo 'Non sei un amministratore';
}
}else{
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
}
$mynickname = mysql_fetch_array(mysql_query("SELECT username FROM users WHERE id = '" . $my_id . "'"));
?>
<!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 $shortname; ?> ~ 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="flashclient/libs2.js" type="text/javascript"></script>
<script src="flashclient/visual.js" type="text/javascript"></script>
<script src="flashclient/libs.js" type="text/javascript"></script>
<script src="flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="flashclient/changepassword.css" type="text/css" />
<script type="text/javascript">
</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1150/web-gallery";
var habboImagerUrl = "http://www.habbo.it/habbo-imaging/";
var habboDefaultClientPopupUrl = "localhost/client.php";
</script>
<link rel="stylesheet" href="flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="flashclient/habboflashclient.css" type="text/css" />
<script src="flashclient/habboflashclient.js" type="text/javascript"></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" : "localhost",
"connection.info.port" : "30000",
"site.url" : "localhost",
"url.prefix" : "localhost",
"client.reload.url" : "./disconnected.php",
"client.fatal.error.url" : "./disconnected.php",
"client.connection.failed.url" : "./disconnected.php",
"external.variables.txt" : "http://localhost/r63/gamedata/external_variables.php",
"external.texts.txt" : "http://localhost/r63/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://localhost/r63/gamedata/productdata.txt",
"furnidata.load.url" : "http://localhost/r63/gamedata/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "<?php echo $name; ?>: Attendi, <?php echo $shortname; ?> sta caricando.",
"flash.client.url" : "http://localhost/r63/dcr/hof_furni/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://localhost/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "http://localhost/logout.php";
var clientUrl = "http://localhost/r63/gordon/r63/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "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="Habbo Hotel: amici, divertimento, celebrità!" />
<meta name="keywords" content="habbo hotel, virtuale, mondo, social network, gratis, community, avatar, personaggio, chat, online, giovane, ragazzi, gioco di ruolo, giochi di ruolo, iscriviti, social, gruppi, forum, sicurezza, giocare, giochi, online, amici, giovani, rari, furni rari, collezione, creare, collezionare, connettersi, furni, mobili, cuccioli, animali, creazione stanze, condivisione, espressione, distintivi, badge, uscire, musica, VIP, celebrità, visite VIP, famosi, mmo, mmorpg, multiplayer" />
<!--[if IE 8]>
<link rel="stylesheet" href="flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="flashclient/ie6.css" type="text/css" />
<script src="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(/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="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="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 id="content" class="client-content"></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("/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>
</body>
</html>
Configurazione Emu
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=fesso123
db.name=tabletdb
db.mssql=false
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=20
## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
debug.console=1
GC.LatencyMode=default
## connectiond details
con.socket=9001
con.max_servers=10000
con.con_per_ip=10000
## connection interval
ping.interval=2000
request.interval.active=2000
request.interval.idle=60000
version.id=1
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=fesso123
db.name=tabletdb
db.mssql=false
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=20
## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
debug.console=1
GC.LatencyMode=default
## connectiond details
con.socket=9001
con.max_servers=10000
con.con_per_ip=10000
## connection interval
ping.interval=2000
request.interval.active=2000
request.interval.idle=60000
version.id=1
External Variables
<?php
$nick = addslashes(htmlentities($_GET['username']));
echo '
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=http://localhost/r63/c_images/Quests/
productdata.load.url=http://localhost/r63/gamedata/productdata.txt
logout.url=http://%predefined%/
viral.furni.post_type=appRequest
image.library.playlist.url=http://localhost/r63/c_images/playlist/
billboard.adwarning.left.url=http://localhost/AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=http://localhost/r63/gamedata/furnidata.txt
external.figurepartlist.txt=http://localhost/r63/gamedata/figuredata.xml
image.library.url=http://localhost/r63/c_images/
external.texts.txt=http://localhost/r63/gamedata/external_flash_texts.txt
latencytest.report.delta=100
flash.dynamic.download.name.template=%typeid%.swf
client.hotel_view.image=hotel_view_images_hq/reception.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=http://localhost/r63/c_images/catalogue/
flash.dynamic.download.url=http://localhost/r63/dcr/hof_furni/
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
feed.badge_decorations.decoration_id=001
avatareditor.allowclubtryout=1
dynamic.download.name.template=hh_furni_xx_%typeid%.cct
localhost.friendbar.stream.settings.see.more=http://%predefined%/articles/2548-whats-new
private.image.library.url=http://localhost/r63/c_images/
logout.disconnect.url=http://%predefined%/
hotelview.banner.url=http://localhost/r63/gamedata/banner
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
dynamic.download.url=http://localhost/r63/dcr/hof_furni/
client.allow.facebook.like=1
infostand.use.button.enabled=true
friendbar.stream.enabled=false
catalog.drag_and_drop=true
localhost.format.friendlist.pref=http://%predefined%/profile/friendsmanagement?tab=6
club.membership.extend.vip.promotion.enabled=true
group.badge.url=http://localhost/r63/c_images/habbo-imaging/badge.php?badge=%imagerdata%.gif
room.dragging.always_center=0
roomenterad.habblet.enabled=true
questing.showDetailsForNextQuest=false
supersaverads.video.promo.development.mode=true
habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
localhost.format.credits=http://%predefined%/credits.php
friendbar.requests.enabled=true
lagWarningLog.enabled=1
hover.name.enabled=false
client.toolbar.static.enabled=true
questing.useWing=false
questing.startQuestDelayInSeconds=10
client.hotel_view.show_on_startup=1
cfh.usercategories.withnoharasser=101,102,103,104,105,106
catalog.furniture.animation=true
group.homepage.url=http://%predefined%/group_profile.php?id=%groupid%
roominfo.widget.enabled=1
navigator.always_open_after_login=0
client.minimail.embed.enabled=false
interstitial.enabled=false
friend_bar.helper.friend_finding.enabled=true
pixels.enabled=true
supersaverads.video.promo.enabled=false
welcome.screen.enabled=0
localhost.format.club=http://%predefined%/credits
club.subscription.disabled=1
toolbar.new_additions.notification.enabled=true
cfh.usercategories.withharasser=101,102,103,104,105,106
client.fatal.error.url=http://%predefined%/client_error
embed.showInRoomInfo=true
moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
groupBadgeInfo.enabled=true
friendbar.stream.user.enabled=false
interstitial.interval=120000
purse.widget.currency.shells.enabled=1
interstitial.show.time=5000
roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
client.allow.external.localhosts=1
menu.avatar.enabled=true
client.credits.embed.enabled=false
localhost.format.mail.compose=http://%predefined%/
room.rating.enable=1
navigator.colorlimit.yellow=50
interstitial.max.displays=8
questing.defaultCampaign=room_builder
trax.player.sample.memory.purge.enabled=1
friendbar.notifications.enabled=true
friendbar.stream.liking.enabled=false
menu.own_avatar.enabled=1
navigator.colorlimit.orange=80
localhost.format.collectibles=http://%predefined%/credits/collectibles
localhost.format.userpage=http://%predefined%//rd/%ID%
club.membership.extend.basic.promotion.enabled=true
avatar.widget.enabled=1
navigator.default_tab=official
client.logout.enabled=true
friendbar.stream.status.enabled=false
infostand.report.show=1
subscription.reminder.when.days.left=5
navigator.colorlimit.red=92
client.news.embed.enabled=false
purse.widget.enabled=1
landing.view.dynamic.slot.4.conf=caption,;bodytext, Shux;spacing,2;catalogbutton,Bottone fixato,ducket_info
cfh.score.updatefactor=480/1
landing.view.dynamic.slot.4.layout=bitmap.uri,
landing.view.dynamic.slot.4.widget=generic
landing.view.dynamic.slot.2.conf=caption,Nuovi costumi in catalogo;bodytext, Prova i nuovi costumi;spacing,2;catalogbutton,Apri il catalogo,wired_effects
questing.defaultCampaign=
landing.view.dynamic.slot.2.layout=bitmap.uri,
landing.view.dynamic.slot.2.widget=generic
landing.view.background_gradient.uri=http://localhost/r63/swfs/c_images/reception/rreception_backdrop_stretch.png
landing.view.background_gradient_top.uri=http://localhost/r63/swfs/c_images/reception/reception_backdrop_stretch_top_pixel.png
landing.view.background_horizon.uri=http://localhost/r63/swfs/c_images/reception/reception_backdrop_horizon.png
landing.view.background_left.uri=http://localhost/r63/swfs/c_images/reception/reception_backdrop_left_rev.png
landing.view.background_right.uri=http://localhost/r63/swfs/c_images/reception/reception_backdrop_right.png
';
?>
$nick = addslashes(htmlentities($_GET['username']));
echo '
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=http://localhost/r63/c_images/Quests/
productdata.load.url=http://localhost/r63/gamedata/productdata.txt
logout.url=http://%predefined%/
viral.furni.post_type=appRequest
image.library.playlist.url=http://localhost/r63/c_images/playlist/
billboard.adwarning.left.url=http://localhost/AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=http://localhost/r63/gamedata/furnidata.txt
external.figurepartlist.txt=http://localhost/r63/gamedata/figuredata.xml
image.library.url=http://localhost/r63/c_images/
external.texts.txt=http://localhost/r63/gamedata/external_flash_texts.txt
latencytest.report.delta=100
flash.dynamic.download.name.template=%typeid%.swf
client.hotel_view.image=hotel_view_images_hq/reception.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=http://localhost/r63/c_images/catalogue/
flash.dynamic.download.url=http://localhost/r63/dcr/hof_furni/
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
feed.badge_decorations.decoration_id=001
avatareditor.allowclubtryout=1
dynamic.download.name.template=hh_furni_xx_%typeid%.cct
localhost.friendbar.stream.settings.see.more=http://%predefined%/articles/2548-whats-new
private.image.library.url=http://localhost/r63/c_images/
logout.disconnect.url=http://%predefined%/
hotelview.banner.url=http://localhost/r63/gamedata/banner
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
dynamic.download.url=http://localhost/r63/dcr/hof_furni/
client.allow.facebook.like=1
infostand.use.button.enabled=true
friendbar.stream.enabled=false
catalog.drag_and_drop=true
localhost.format.friendlist.pref=http://%predefined%/profile/friendsmanagement?tab=6
club.membership.extend.vip.promotion.enabled=true
group.badge.url=http://localhost/r63/c_images/habbo-imaging/badge.php?badge=%imagerdata%.gif
room.dragging.always_center=0
roomenterad.habblet.enabled=true
questing.showDetailsForNextQuest=false
supersaverads.video.promo.development.mode=true
habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
localhost.format.credits=http://%predefined%/credits.php
friendbar.requests.enabled=true
lagWarningLog.enabled=1
hover.name.enabled=false
client.toolbar.static.enabled=true
questing.useWing=false
questing.startQuestDelayInSeconds=10
client.hotel_view.show_on_startup=1
cfh.usercategories.withnoharasser=101,102,103,104,105,106
catalog.furniture.animation=true
group.homepage.url=http://%predefined%/group_profile.php?id=%groupid%
roominfo.widget.enabled=1
navigator.always_open_after_login=0
client.minimail.embed.enabled=false
interstitial.enabled=false
friend_bar.helper.friend_finding.enabled=true
pixels.enabled=true
supersaverads.video.promo.enabled=false
welcome.screen.enabled=0
localhost.format.club=http://%predefined%/credits
club.subscription.disabled=1
toolbar.new_additions.notification.enabled=true
cfh.usercategories.withharasser=101,102,103,104,105,106
client.fatal.error.url=http://%predefined%/client_error
embed.showInRoomInfo=true
moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
groupBadgeInfo.enabled=true
friendbar.stream.user.enabled=false
interstitial.interval=120000
purse.widget.currency.shells.enabled=1
interstitial.show.time=5000
roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
client.allow.external.localhosts=1
menu.avatar.enabled=true
client.credits.embed.enabled=false
localhost.format.mail.compose=http://%predefined%/
room.rating.enable=1
navigator.colorlimit.yellow=50
interstitial.max.displays=8
questing.defaultCampaign=room_builder
trax.player.sample.memory.purge.enabled=1
friendbar.notifications.enabled=true
friendbar.stream.liking.enabled=false
menu.own_avatar.enabled=1
navigator.colorlimit.orange=80
localhost.format.collectibles=http://%predefined%/credits/collectibles
localhost.format.userpage=http://%predefined%//rd/%ID%
club.membership.extend.basic.promotion.enabled=true
avatar.widget.enabled=1
navigator.default_tab=official
client.logout.enabled=true
friendbar.stream.status.enabled=false
infostand.report.show=1
subscription.reminder.when.days.left=5
navigator.colorlimit.red=92
client.news.embed.enabled=false
purse.widget.enabled=1
landing.view.dynamic.slot.4.conf=caption,;bodytext, Shux;spacing,2;catalogbutton,Bottone fixato,ducket_info
cfh.score.updatefactor=480/1
landing.view.dynamic.slot.4.layout=bitmap.uri,
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
landing.view.dynamic.slot.4.widget=generic
landing.view.dynamic.slot.2.conf=caption,Nuovi costumi in catalogo;bodytext, Prova i nuovi costumi;spacing,2;catalogbutton,Apri il catalogo,wired_effects
questing.defaultCampaign=
landing.view.dynamic.slot.2.layout=bitmap.uri,
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
landing.view.dynamic.slot.2.widget=generic
landing.view.background_gradient.uri=http://localhost/r63/swfs/c_images/reception/rreception_backdrop_stretch.png
landing.view.background_gradient_top.uri=http://localhost/r63/swfs/c_images/reception/reception_backdrop_stretch_top_pixel.png
landing.view.background_horizon.uri=http://localhost/r63/swfs/c_images/reception/reception_backdrop_horizon.png
landing.view.background_left.uri=http://localhost/r63/swfs/c_images/reception/reception_backdrop_left_rev.png
landing.view.background_right.uri=http://localhost/r63/swfs/c_images/reception/reception_backdrop_right.png
';
?>