Thread obsoleto CLIENT - Client ed emu

@System10 @Cix10 @404Error

ora mi da questo errore a tutti gli emulatori!
R6EdOf9.png

Postami la configurazione dell'emu, sarà un problema riguardo all'ip, forse ne hai messi di più.
 
@System10 @404Error @Cix10

era solo un falso allarme, non è compatibile con phoenix 3.11.0 da errore mus sockets.

va solo con jabboemulator

a proposito ho testato @System10 , non va dopo che carica mi riporta alla home e connessione ricevuta e poi droppata.
 
@System10 @404Error @Cix10

era solo un falso allarme, non è compatibile con phoenix 3.11.0 da errore mus sockets.

va solo con jabboemulator

a proposito ho testato @System10 , non va dopo che carica mi riporta alla home e connessione ricevuta e poi droppata.

Hai configurato bene i variables?, visto che l'emu riceve le connessioni, droppa e poi ti fa crashare, dovrebbe essere un problema del client.
 
@Cix10 @404Error emulator
## Configurazione mysql
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=
db.name=nuovo

## Connessioni Mysql
db.pool.minsize=5
db.pool.maxsize=30

## Configurazione TCP
game.tcp.port=1819
game.tcp.conlimit=5000

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

## Configurazione Mus
mus.tcp.bindip=95.235.19.140
mus.tcp.port=30001
mus.tcp.allowedaddr=95.235.19.140

## Configurazione Console
emu.messages.connections=1
emu.messages.roommgr=0

client di @System10 non funge esce bianco.
<?php
/*/////////////////////////////////////////////////////////////////////////*/
//////////////////CMS CREATO INTERAMENTE DA ZAMBAHACKER////////////////////
//////////////////SCRITTO IN PHP 5 OOP////////////////////////////////////
/////////////////E' VIETATA LA COPIA/////////////////////////////////////
//////////////////O LA QUALSIASI VIOLAZIONE DI COPYRIGHT////////////////
/*////////////////////////////////////////////////////////////////////*/
include('include.php');
include('/Classi/sessione.php');
include('funzione.php');
include('controllo.php');




$sistema = New Sistema();
$filtro = New Filtri();
include('secure_control.php');
$sistema->SSO();
$sso = $sistema->utente('auth_ticket', 'username', $_SESSION['username']);





$path="127.0.0.1";
?>
<!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 $sistema->dati('nome'); ?> ~ 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">
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.it/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/252/web-gallery";
var habboImagerUrl = "http://www.habbo.it/habbo-imaging/";
var habboDefaultClientPopupUrl = "gioca.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">
FlashExternalInterface.loginLogEnabled = true;

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

if (top == self) {
FlashHabboClient.cacheCheck();
}












var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "ip",
"connection.info.port" : "porta emulatore",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/gioca.php",
"client.fatal.error.url" : "<?php echo $path; ?>/gioca.php",
"client.connection.failed.url" : "<?php echo $path; ?>/gioca.php",
"external.variables.txt" : "http://tuoip/r63/gamedata/external_variables.php<?php echo time(); ?>",
"external.texts.txt" : "http://tuoip/r63/gamedata/external_flash_text.txt<?php echo time(); ?>",
"productdata.load.url" : "http://tuoip/r63/gamedata/productdata.txt<?php echo time(); ?>",
"furnidata.load.url" : "http://tuoip/r63/gamedata/furnidata.txt<?php echo time(); ?>",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $sso; ?>",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "Attendere... <?php echo $sistema->dati('nome'); ?> sta caricando!",
"flash.client.url" : "http://tuoip/r63/gordon/r63/Habbo.swf<?php echo time(); ?>",
"user.hash" : "<?php echo sha1($sso) ?>",
"has.identity" : "1",
"flash.client.origin" : "popup"








};
var params = {
"base" : "http://tuoip/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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




FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/esci.php";

var clientUrl = "http://tuoip/r63/gordon/r63/Pixel.swf<?php echo time(); ?>";




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>

external variables:
avatar.widget.enabled=1
avatareditor.allowclubtryout=1
avatareditor.promohabbos=http://95.235.19.140/r63/gordon/r63/promo_habbos.xml
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
catalog.drag_and_drop=true
catalog.furniture.animation=true
cfh.usercategories.withharasser=101,102,103,104,105,106
cfh.usercategories.withnoharasser=101,102,103,104,105,106
client.allow.external.links=0
client.allow.facebook.like=0
client.credits.embed.enabled=true
client.fatal.error.url=http://95.235.19.140/clientutils.php
client.hotel_view.image=hotel_view_images_hq/reception.jpg
client.hotel_view.show_on_startup=1
client.logout.enabled=true
client.minimail.embed.enabled=true
client.news.embed.enabled=true
client.toolbar.static.enabled=true
club.membership.extend.basic.promotion.enabled=0
club.membership.extend.promotion.enabled=0
club.subscription.disabled=1
dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct
dynamic.download.samples.template=%revision%/%typeid%.cct
dynamic.download.url=http://95.235.19.140/r63/dcr/hof_furni/
embed.showInRoomInfo=true
external.figurepartlist.txt=http://95.235.19.140/r63/gamedata/figuredata.xml
external.texts.txt=http://95.235.19.140/r63/gamedata/external_flash_texts.txt
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
flash.dynamic.download.url=http://95.235.19.140/r63/dcr/hof_furni/
friendbar.enabled=true
friendbar.notifications.enabled=true
friendbar.requests.enabled=true
friendbar.stream.enabled=false
friendbar.stream.liking.enabled=true
friendbar.stream.user.enabled=true
friend_bar.helper.friend_finding.enabled=true
furnidata.load.url=http://95.235.19.140/r63/gamedata/furnidata.txt
furniture.context.menu.widget.enabled=true
group.badge.url=http://95.235.19.140/habbo-imaging/badge.php?badge=%imagerdata%.gif
habboinfotool.url=http://95.235.19.140/habblet.php?do=user&name=
handitem.give.enabled=true
hotelview.banner.url=http://95.235.19.140/logo.png
hover.name.enabled=true
image.library.catalogue.url=http://95.235.19.140/r63/c_images/catalogue/
image.library.playlist.url=http://95.235.19.140/r63/c_images/playlist/
image.library.questing.url=http://95.235.19.140/r63/c_images/Quests/
image.library.url=http://95.235.19.140/r63/c_images/
infostand.report.show=1
infostand.use.button.enabled=true
interstitial.enabled=false
interstitial.interval=120000
interstitial.max.displays=8
interstitial.show.time=5000
lagWarningLog.enabled=0
lagWarningLog.interval.seconds=5
latencytest.interval=20000
latencytest.report.delta=100
latencytest.report.index=3
link.format.club=http://95.235.19.140/credits/club
link.format.collectibles=http://95.235.19.140/credits/club
link.format.credits=http://95.235.19.140/credits
link.format.friendlist.pref=http://79.27.118.74
link.format.mail.compose=http://95.235.19.140/me
link.format.tag.search=http://95.235.19.140/me
link.format.userpage=http://95.235.19.140/home/
link.friendbar.stream.settings.see.more=http://79.27.118.74
logout.disconnect.url=http://95.235.19.140/
logout.url=http://95.235.19.140/client/logout.php
menu.avatar.enabled=true
menu.own_avatar.enabled=1
moderatoractionlog.url=http://95.235.19.140/manage/hotel/de/housekeeping/
navigator.always_open_after_login=0
navigator.colorlimit.orange=80
navigator.colorlimit.red=92
navigator.colorlimit.yellow=50
navigator.default.view=public
navigator.default_tab=popular
new.chat.bubbles.enabled=1
pixels.enabled=true
predefined_room.type=1
private.image.library.url=http://95.235.19.140/r63/c_images/
productdata.load.url=http://95.235.19.140/r63/gamedata/productdata.txt
purse.widget.currency.shells.enabled=1
purse.widget.enabled=1
questing.defaultCampaign=room_builder
questing.enabled=true
questing.showDetailsForNextQuest=false
questing.startQuestDelayInSeconds=10
questing.useWing=true
room.dragging.always_center=0
room.rating.enable=1
roomadmin.url=http://95.235.19.140/manage/de/housekeeping/?roomid=
roomenterad.habblet.enabled=false
roominfo.widget.enabled=1
simple.memenu.enabled=1
subscription.reminder.when.days.left=2
toolbar.new_additions.notification.enabled=true
toolbar.tracking.enabled=0
trax.player.sample.memory.purge.enabled=1
viral.furni.post_type=appRequest
group.homepage.url=http://95.235.19.140/groups/%groupid%
trax.player.sample.memory.purge.enabled=1
 
@System10 lascia stare è ancora bianco nonostante hai cambiato 100 volte.
client originale riconfigurato

<?php
/*/////////////////////////////////////////////////////////////////////////*/
//////////////////CMS CREATO INTERAMENTE DA ZAMBAHACKER////////////////////
//////////////////SCRITTO IN PHP 5 OOP////////////////////////////////////
/////////////////E' VIETATA LA COPIA/////////////////////////////////////
//////////////////O LA QUALSIASI VIOLAZIONE DI COPYRIGHT////////////////
/*////////////////////////////////////////////////////////////////////*/
include('include.php');
include('/Classi/sessione.php');
include('funzione.php');
include('controllo.php');

$sistema = New Sistema();
$filtro = New Filtri();
include('secure_control.php');
$sistema->SSO();
$sso = $sistema->utente('auth_ticket', 'username', $_SESSION['username']);


$path="95.235.19.140";
?>
<!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 $sistema->dati('nome'); ?> ~ 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">
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.it/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/252/web-gallery";
var habboImagerUrl = "http://www.habbo.it/habbo-imaging/";
var habboDefaultClientPopupUrl = "gioca.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">
FlashExternalInterface.loginLogEnabled = true;

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

if (top == self) {
FlashHabboClient.cacheCheck();
}



var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "95.235.19.140",
"connection.info.port" : "1819",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/gioca.php",
"client.fatal.error.url" : "<?php echo $path; ?>/gioca.php",
"client.connection.failed.url" : "<?php echo $path; ?>/gioca.php",
"external.variables.txt" : "http://95.235.19.140/r63/gamedata/external_variables.php?<?php echo time(); ?>",
"external.texts.txt" : "http://95.235.19.140/r63/gamedata/external_flash_texts.txt?<?php echo time(); ?>",
"productdata.load.url" : "http://95.235.19.140/r63/gamedata/productdata.txt?<?php echo time(); ?>",
"furnidata.load.url" : "http://95.235.19.140/r63/gamedata/furnidata.txt?<?php echo time(); ?>",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $sso; ?>",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "Attendere... <?php echo $sistema->dati('nome'); ?> sta caricando!",
"flash.client.url" : "http://95.235.19.140/r63/dcr/hof_furni/?<?php echo time(); ?>",
"user.hash" : "<?php echo sha1($sso) ?>",
"has.identity" : "1",
"flash.client.origin" : "popup"


};
var params = {
"base" : "http://95.235.19.140/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/esci.php";

var clientUrl = "http://95.235.19.140/r63/gordon/r63/pixel.swf?<?php echo time(); ?>";

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>
@System10 @404Error @Cix10 sopra ci sono configurazioni external variables ed emulatore
 
Io ti ho chiesto i dcr sono privati?, linkami il pack che hai hostato che vedo le directory dei dcr.. patpat
 
Niente @Cix10 @404Error @System10
Aggiorna Flash Player all'ultima versione disponibile
Puoi scaricare e istallare Adobe Flash Player da questa URL. Puoi trovare le istruzioni di istallazione cliccando qui.
Get Adobe Flash player

- - - Aggiornato - - -

Ma qualche altro emulatore me lo consigliate? @Cix10 @System10 @404Error
 
Niente @Cix10 @404Error @System10
Aggiorna Flash Player all'ultima versione disponibile
Puoi scaricare e istallare Adobe Flash Player da questa URL. Puoi trovare le istruzioni di istallazione cliccando qui.
Get Adobe Flash player

- - - Aggiornato - - -

Ma qualche altro emulatore me lo consigliate? @Cix10 @System10 @404Error
Io ti consiglio di cambiare proprio il cms, dato che presenta moltissimi bug ;)