Problema Client jaddo cms :(

ValeCms Retro

Nuovo utente
Autore del topic
3 Agosto 2015
21
0
Miglior risposta
0
Ciao ragazzi Ho scaricato Jaddo Cms qui link ->http://www.sciax2.it/forum/cms-loader/fix-jaddo-pack-lavvos-614823.html
ho configuarto tutto ma il client non va nemmeno l emulatore non fa mi da errore
posto config.php client.php e i external_variables.php
metto il mio ip ..... me lo configurate voi PFF :emoji_smiley: SONO NUOVO NON SO NIENTE DI SCIAX2 patpat
client.php


<?php

require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.php');

if($myrow['rank'] >= 4) {
header("location:/staff:emoji_relieved:1231.php");
}

mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', 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);

$client_port = mysql_fetch_assoc($client_port = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_port'"));
$client_mus = mysql_fetch_assoc($client_mus = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_mus'"));
$client_ip = mysql_fetch_assoc($client_ip = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_ip'"));
$client_variables = mysql_fetch_assoc($client_variables = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables'"));
$client_variables_night = mysql_fetch_assoc($client_variables_night = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables_night'"));
$client_texts = mysql_fetch_assoc($client_texts = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_texts'"));
$client_swf_path = mysql_fetch_assoc($client_swf_path = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_swf_path'"));
$client_habbo_swf = mysql_fetch_assoc($client_habbo_swf = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_habbo_swf'"));

require_once('./templates/client_subheader.php');
?>





<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "25.52.1.16",
"connection.info.port" : "30000",
"site.url" : "http://25.52.1.16",
"url.prefix" : "http://25.52.1.16",
"client.reload.url" : "http://25.52.1.16/client",
"client.fatal.error.url" : "http://25.52.1.16/clientutils.php",
"client.connection.failed.url" : "http://25.52.1.16/clientutils.php",
"external.variables.txt" : "http://25.52.1.16/r63/gamedata/external_variables.php",
"external.texts.txt" : "http://25.52.1.16/r63/gamedata/external_flash_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
"processlog.enabled" : "1",
"account_id" : "<?php echo $ticketrow['id']; ?>",
"client.starting" : "Attendi! <?php echo $shortname; ?> sta caricando!.",
"flash.client.url" : "http://25.52.1.16/r63/gordon/r63/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup",
"logout.disconnect.url" : "25.52.1.16/clientutils.php",
"logout.url" : "25.52.1.16/clientutils.php"


};

var params = {
"base" : "http://25.52.1.16/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false", "bgcolor" : "#000", "wmode" : "direct"

};

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

FlashExternalInterface.signoutUrl = "25.52.1.16/account/logout?token=<?php echo sha1($myrow['password']); ?>";

var clientUrl = "25.52.1.16/r63/gordon/r63/habbo2.swf";



swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/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="Valex - Il divertimento in formato pixel." />
<meta name="keywords" content="Habbo Hotel , virtuell, Welt, social network, gratis, community, avatar, chat, online, teen, Rollenspiel, anmelden, sozial, Gruppen, Foren, sicher, spielen, games, online, Freunde, teens, rares, rare Möbel, sammeln, erstellen, sammeln, treffen, Möbel, furni, Haustiere, Raum erstellen, teilen, Ausdruck, Badges, Treffpunkt, Musik, Stars, Starchats, VIPs, mmo, mmorpg, massiv multiplayer" />



<!--[if IE 8]>
<link rel="stylesheet" href="25.52.1.16/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="25.52.1.16/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="25.52.1.16/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="<?php echo $path; ?>/web-gallery/static/js/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-BUILD406 - 09.05.2011 23:04 - de" />
</head>

<body id="client" class="flashclient">

<script type="text/javascript">jjLoader.init('client', 6, '<?php echo $path; ?>/web-gallery/v2/images/force.gif', '<?php echo $path; ?>/r63/c_images/hotel_view_images_hq/bg.png');</script>

<div id="overlay"></div>
<img src="<?php echo $path; ?>/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">Bitte besorg dir die neueste Adobe Flash Player Version.</h2>

<div class="box-content">
<p>Hier kannst Du den Adobe Flashplayer herunterladen und installieren: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. Mehr Informationen und Anweisungen zur Installation sind hier zu finden: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Mehr Informationen</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/252/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">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></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 && window.opener.location.href == "/") {
window.opener.location.replace("/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>



<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-448325-18']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
HabboView.run();
</script>

</body>
</html>

CONFIG.PHP

<?php

$MySQLhostname = "localhost";
$MySQLusername = "root"; // root
$MySQLpassword = "PASSWORD DB"; // Password DB
$MySQLdb = "Nome DB"; //Nome DB
$cms_version = "2.0";
$avatar = "http://www.habbo.it/habbo-imaging/avatarimage?figure=";

?>

external_variables.php

<?php

$nick = addslashes(htmlentities($_GET['username']));

echo '
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=http://25.52.1.16/r63/c_images/Quests/
productdata.load.url=http://25.52.1.16/r63/gamedata/productdata.txt
logout.url=http://25.52.1.16/
viral.furni.post_type=appRequest
image.library.playlist.url=http://25.52.1.16/r63/c_images/playlist/
billboard.adwarning.left.url=http://25.52.1.16/AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=http://25.52.1.16/r63/gamedata/furnidata.txt
external.figurepartlist.txt=http://25.52.1.16/r63/gamedata/figuredata.xml
image.library.url=http://25.52.1.16/r63/c_images/
external.texts.txt=http://25.52.1.16/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://25.52.1.16/r63/c_images/catalogue/
flash.dynamic.download.url=http://25.52.1.16/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
81.2.233.157.friendbar.stream.settings.see.more=http://25.52.1.16/articles/2548-whats-new
private.image.library.url=http://25.52.1.16/r63/c_images/
logout.disconnect.url=http://25.52.1.16/
hotelview.banner.url=http://25.52.1.16/r63/gamedata/banner
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
dynamic.download.url=http://25.52.1.16/r63/dcr/hof_furni/
client.allow.facebook.like=1
infostand.use.button.enabled=true
friendbar.stream.enabled=false
catalog.drag_and_drop=true
81.2.233.157.format.friendlist.pref=http://25.52.1.16/profile/friendsmanagement?tab=6
club.membership.extend.vip.promotion.enabled=true
group.badge.url=http://81.2.233.157/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=
81.2.233.157.format.credits=http://25.52.1.16/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://25.52.1.16/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
81.2.233.157.format.club=http://25.52.1.16/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://25.52.1.16/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.81.2.233.157s=1
menu.avatar.enabled=true
client.credits.embed.enabled=false
81.2.233.157.format.mail.compose=http://25.52.1.16/
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
81.2.233.157.format.collectibles=http://25.52.1.16/credits/collectibles
81.2.233.157.format.userpage=http://25.52.1.16//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
';
?>
MI POTETE AIUTARE IL EMULATORE MI DICE : SCREEN-------> :ooo:
Perfavore, Entra oppure Registrati per vedere i Link!

Perfavore, Entra oppure Registrati per vedere i Link!

aiutatemi :emoji_slight_frown:
 
Ciao ragazzi Ho scaricato Jaddo Cms qui link ->http://www.sciax2.it/forum/cms-loader/fix-jaddo-pack-lavvos-614823.html
ho configuarto tutto ma il client non va nemmeno l emulatore non fa mi da errore
posto config.php client.php e i external_variables.php
metto il mio ip ..... me lo configurate voi PFF :emoji_smiley: SONO NUOVO NON SO NIENTE DI SCIAX2 patpat
client.php


<?php

require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.php');

if($myrow['rank'] >= 4) {
header("location:/staff:emoji_relieved:1231.php");
}

mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', 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);

$client_port = mysql_fetch_assoc($client_port = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_port'"));
$client_mus = mysql_fetch_assoc($client_mus = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_mus'"));
$client_ip = mysql_fetch_assoc($client_ip = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_ip'"));
$client_variables = mysql_fetch_assoc($client_variables = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables'"));
$client_variables_night = mysql_fetch_assoc($client_variables_night = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables_night'"));
$client_texts = mysql_fetch_assoc($client_texts = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_texts'"));
$client_swf_path = mysql_fetch_assoc($client_swf_path = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_swf_path'"));
$client_habbo_swf = mysql_fetch_assoc($client_habbo_swf = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_habbo_swf'"));

require_once('./templates/client_subheader.php');
?>





<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "25.52.1.16",
"connection.info.port" : "30000",
"site.url" : "http://25.52.1.16",
"url.prefix" : "http://25.52.1.16",
"client.reload.url" : "http://25.52.1.16/client",
"client.fatal.error.url" : "http://25.52.1.16/clientutils.php",
"client.connection.failed.url" : "http://25.52.1.16/clientutils.php",
"external.variables.txt" : "http://25.52.1.16/r63/gamedata/external_variables.php",
"external.texts.txt" : "http://25.52.1.16/r63/gamedata/external_flash_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
"processlog.enabled" : "1",
"account_id" : "<?php echo $ticketrow['id']; ?>",
"client.starting" : "Attendi! <?php echo $shortname; ?> sta caricando!.",
"flash.client.url" : "http://25.52.1.16/r63/gordon/r63/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup",
"logout.disconnect.url" : "25.52.1.16/clientutils.php",
"logout.url" : "25.52.1.16/clientutils.php"


};

var params = {
"base" : "http://25.52.1.16/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false", "bgcolor" : "#000", "wmode" : "direct"

};

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

FlashExternalInterface.signoutUrl = "25.52.1.16/account/logout?token=<?php echo sha1($myrow['password']); ?>";

var clientUrl = "25.52.1.16/r63/gordon/r63/habbo2.swf";



swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/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="Valex - Il divertimento in formato pixel." />
<meta name="keywords" content="Habbo Hotel , virtuell, Welt, social network, gratis, community, avatar, chat, online, teen, Rollenspiel, anmelden, sozial, Gruppen, Foren, sicher, spielen, games, online, Freunde, teens, rares, rare Möbel, sammeln, erstellen, sammeln, treffen, Möbel, furni, Haustiere, Raum erstellen, teilen, Ausdruck, Badges, Treffpunkt, Musik, Stars, Starchats, VIPs, mmo, mmorpg, massiv multiplayer" />



<!--[if IE 8]>
<link rel="stylesheet" href="25.52.1.16/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="25.52.1.16/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="25.52.1.16/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="<?php echo $path; ?>/web-gallery/static/js/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-BUILD406 - 09.05.2011 23:04 - de" />
</head>

<body id="client" class="flashclient">

<script type="text/javascript">jjLoader.init('client', 6, '<?php echo $path; ?>/web-gallery/v2/images/force.gif', '<?php echo $path; ?>/r63/c_images/hotel_view_images_hq/bg.png');</script>

<div id="overlay"></div>
<img src="<?php echo $path; ?>/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">Bitte besorg dir die neueste Adobe Flash Player Version.</h2>

<div class="box-content">
<p>Hier kannst Du den Adobe Flashplayer herunterladen und installieren: <a rel="nofollow" href="http://get.adobe.com/flashplayer/">Install flash player</a>. Mehr Informationen und Anweisungen zur Installation sind hier zu finden: <a rel="nofollow" href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Mehr Informationen</a></p>
<p><a rel="nofollow" href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/252/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">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></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 && window.opener.location.href == "/") {
window.opener.location.replace("/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>



<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-448325-18']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
HabboView.run();
</script>

</body>
</html>

CONFIG.PHP

<?php

$MySQLhostname = "localhost";
$MySQLusername = "root"; // root
$MySQLpassword = "PASSWORD DB"; // Password DB
$MySQLdb = "Nome DB"; //Nome DB
$cms_version = "2.0";
$avatar = "http://www.habbo.it/habbo-imaging/avatarimage?figure=";

?>

external_variables.php

<?php

$nick = addslashes(htmlentities($_GET['username']));

echo '
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=http://25.52.1.16/r63/c_images/Quests/
productdata.load.url=http://25.52.1.16/r63/gamedata/productdata.txt
logout.url=http://25.52.1.16/
viral.furni.post_type=appRequest
image.library.playlist.url=http://25.52.1.16/r63/c_images/playlist/
billboard.adwarning.left.url=http://25.52.1.16/AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=http://25.52.1.16/r63/gamedata/furnidata.txt
external.figurepartlist.txt=http://25.52.1.16/r63/gamedata/figuredata.xml
image.library.url=http://25.52.1.16/r63/c_images/
external.texts.txt=http://25.52.1.16/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://25.52.1.16/r63/c_images/catalogue/
flash.dynamic.download.url=http://25.52.1.16/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
81.2.233.157.friendbar.stream.settings.see.more=http://25.52.1.16/articles/2548-whats-new
private.image.library.url=http://25.52.1.16/r63/c_images/
logout.disconnect.url=http://25.52.1.16/
hotelview.banner.url=http://25.52.1.16/r63/gamedata/banner
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
dynamic.download.url=http://25.52.1.16/r63/dcr/hof_furni/
client.allow.facebook.like=1
infostand.use.button.enabled=true
friendbar.stream.enabled=false
catalog.drag_and_drop=true
81.2.233.157.format.friendlist.pref=http://25.52.1.16/profile/friendsmanagement?tab=6
club.membership.extend.vip.promotion.enabled=true
group.badge.url=http://81.2.233.157/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=
81.2.233.157.format.credits=http://25.52.1.16/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://25.52.1.16/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
81.2.233.157.format.club=http://25.52.1.16/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://25.52.1.16/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.81.2.233.157s=1
menu.avatar.enabled=true
client.credits.embed.enabled=false
81.2.233.157.format.mail.compose=http://25.52.1.16/
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
81.2.233.157.format.collectibles=http://25.52.1.16/credits/collectibles
81.2.233.157.format.userpage=http://25.52.1.16//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
';
?>
MI POTETE AIUTARE IL EMULATORE MI DICE : SCREEN-------> :ooo:
Perfavore, Entra oppure Registrati per vedere i Link!

Perfavore, Entra oppure Registrati per vedere i Link!

aiutatemi :emoji_slight_frown:

Prova a riuppare il database.
 
  • Like
Reactions: 1 person
## Phoenix 3.0 System Configuration File

## Licence Information
Otaku-Studios.username=Liuck21
Otaku-Studios.password=ciao123

## Licence Server Information
LicenceServer.URL=http://swibemulator.altervista.org/

## MySQL Configuration
db.hostname=25.52.1.16
db.port=3306
db.username=root
db.password=Password lo tolta io :emoji_smiley:
db.name=prova123

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

## Game TCP/IP Configuration
game.tcp.bindip=25.52.1.16
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=25.52.1.16
mus.tcp.port=30001
mus.tcp.allowedaddr=25.52.1.16

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
 
In db.hostname al posto del tuo ip (che non dovrebbe andare lì) metti localhost.

Inviato dal mio GT-I9060 utilizzando Tapatalk
 
:soso: :soso: :soso: :soso: pe lo potresti fare tu :emoji_slight_frown:? qualcuno me lo puo far andare ? :/
 
ok grazie parlo con zTirtone cosi mi da una mano :emoji_smiley:

- - - Aggiornato - - -

potete chiudere :emoji_smiley: