Thread obsoleto Errore client HoloCMS

4Kerosene

Nuovo utente
Autore del topic
29 Marzo 2017
6
9
Miglior risposta
0
Ciao a tutti, ho creato un retro v26 con HoloCMS e Holograph Emulator 1 anno fa, oggi ho provato a riaccederci ma quando provo a entrare nel client mi da questa pagina d'errore:
Perfavore, Entra oppure Registrati per vedere i Link!


Sono certo di avere Shockwave installato e l'Holograph Emulator aperto, inoltre ho le impostazioni del loader a posto, quindi credo che il problema sia nel client.php, vi lascio il file
<?php
/*===================================================+
|| # HoloCMS - Website and Content Management System
|+===================================================+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+===================================================+
|| # HoloCMS is provided "as is" and comes without
|| # warrenty of any kind. HoloCMS is free software!
|+===================================================*/

include('core.php');
include('includes/session.php');

//$screen = $myrow['screen'];
//$language = $myrow['language'];
//$rea = $myrow['rea'];

//if($rea == "disabled"){
// include('./includes/sso.php');
//}

$ssocheck = mysql_query("SELECT * FROM users WHERE name = '".$rawname."' and password = '".$rawpass."' LIMIT 1") or die(mysql_error());
$ssocheck2 = mysql_fetch_assoc($ssocheck);
if($ssocheck2['ticket_sso'] == "") {
if(isset($_GET['roomId']) && $_GET['forwardId'] == "2"){
if(isset($_GET['wide'])) {
header("location:reauthenticate.php?forwardId=".$_GET['forwardId']."&roomId=".$_GET['roomId']."&wide=".$_GET['wide']);
} else {
header("location:reauthenticate.php?forwardId=".$_GET['forwardId']."&roomId=".$_GET['roomId']);
}
} elseif(isset($_GET['wide'])) {
header("location:reauthenticate.php?wide=".$_GET['wide']);
} else {
header("location:reauthenticate.php");
}
}

if(HoloText(getContent('client-widescreen'), true) == "1"){
$wide_enabled = true;
} else {
$wide_enabled = false;
}

if($_GET['wide'] == "false"){
$wide_enabled = false;
} else {
$wide_enabled = true;
}

if($wide_enabled == false){
$width = "720";
$height = "540";
$widemode = "false";
} else {
$width = "960";
$height = "540";
$widemode = "true";
}

if($logged_in){
require_once('includes/session.php');
} else {
header("Location: clientutils.php?key=LogInPlease");
exit;
}

include('./templates/client/subheader.php');
include('./templates/client/header.php');

if($online !== "online" && $enable_status_image == "1"){
echo "<font color='white'><center><b>".$sitename." is offline</b></center></font>";
exit();
}

if($remote_ip == "127.0.0.1" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "127.0.0.1";
}

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";
}

?>
<div id="clientembed-container">
<?php
$sql = mysql_query("SELECT loader FROM cms_system");
$row = mysql_fetch_assoc($sql);
if($row['loader'] == 1) { ?>
<div id="clientembed-loader" style="display:none"><div><b>opening <?php echo $shortname; ?>...</b></div></div><?php } ?>
<div id="clientembed">
<script type="text/javascript" language="javascript">
try {
var _shockwaveDetectionSuccessful = true;
_shockwaveDetectionSuccessful = ShockwaveInstallation.swDetectionCheck();
if (!_shockwaveDetectionSuccessful) {
log(50);
}
if (_shockwaveDetectionSuccessful) {
HabboClientUtils.cacheCheck();
}
} catch(e) {
try {
HabboClientUtils.logClientJavascriptError(e);
} catch(e2) {}
}

HabboClientUtils.extWrite("<object classid=\"clsid:166B1BCA-3F9C-11CF-8075-444553540000\" codebase=\"
Perfavore, Entra oppure Registrati per vedere i Link!
" id=\"<?php echo $shortname; ?>\" width=\"<?php echo $width; ?>\" height=\"<?php echo $height; ?>\"\>\n<param name=\"src\" value=\"<?php echo $dcr; ?>\"\>\n<param name=\"swRemote\" value=\"swSaveEnabled=\'true\' swVolume=\'true\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swTitle=\'<?php echo $sitename; ?>\' swContextMenu=\'true\' \"\>\n<param name=\"swStretchStyle\" value=\"stage\"\>\n<param name=\"swText\" value=\"\"\>\n<param name=\"bgColor\" value=\"#000000\"\>\n <param name=\"sw6\" value=\"client.connection.failed.url=<?php echo $path; ?>clientutils.php?key=connection_failed;external.variables.txt=<?php echo $variables; ?>\"\>\n <param name=\"sw8\" value=\"use.sso.ticket=1;sso.ticket=<?php echo $myticket; ?>\"\>\n <param name=\"sw2\" value=\"connection.info.host=<?php echo $ip; ?>;connection.info.port=<?php echo $port; ?>\"\>\n <param name=\"sw4\" value=\"site.url=<?php echo $path; ?>;url.prefix=<?php echo $path; ?>\"\>\n <param name=\"sw3\" value=\"connection.mus.host=<?php echo $ip; ?>;connection.mus.port=<?php echo $fip; ?>\"\>\n <param name=\"sw1\" value=\"client.allow.cross.domain=1;client.notify.cross.domain=0\"\>\n <param name=\"sw7\" value=\"external.texts.txt=<?php echo $texts; ?>;user_isp=<?php echo $remote_ip; ?>\"\>\n <?php if($forward == "1") { ?><param name=\"sw9\" value=\"forward.type=<?php echo $_GET['forwardId']; ?>;forward.id=<?php echo $roomId; ?>;processlog.url=\"\>\n<?php } ?> <param name=\"sw5\" value=\"client.reload.url=<?php echo $path; ?>client.php?x=reauthenticate;client.fatal.error.url=<?php echo $path; ?>clientutils.php?key=error\"\>\n<embed src=\"<?php echo $dcr; ?>\" bgColor=\"#000000\" width=\"<?php echo $width; ?>\" height=\"<?php echo $height; ?>\" swRemote=\"swSaveEnabled=\'true\' swVolume=\'true\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swTitle=\'Habbo Hotel\' swContextMenu=\'true\'\" swStretchStyle=\"stage\" swText=\"\" type=\"application/x-director\" pluginspage=\"
Perfavore, Entra oppure Registrati per vedere i Link!
" \n sw6=\"client.connection.failed.url=<?php echo $path; ?>clientutils.php?key=connection_failed;external.variables.txt=<?php echo $variables; ?>\" \n sw8=\"use.sso.ticket=1;sso.ticket=<?php echo $myticket; ?>\" \n sw2=\"connection.info.host=<?php echo $ip; ?>;connection.info.port=<?php echo $port; ?>\" \n sw4=\"site.url=<?php echo $path; ?>;url.prefix=<?php echo $path; ?>\" \n sw3=\"connection.mus.host=<?php echo $ip; ?>;connection.mus.port=<?php echo $fip; ?>\" \n sw1=\"client.allow.cross.domain=1;client.notify.cross.domain=0\" \n sw7=\"external.texts.txt=<?php echo $texts; ?>;user_isp=<?php echo $remote_ip; ?>\" \n <?php if($forward == 1) { ?>sw9=\"forward.type=<?php echo $_GET['forwardId']; ?>;forward.id=<?php echo $roomId; ?>;processlog.url=\"<?php } ?>\n sw5=\"client.reload.url=<?php echo $path; ?>client.php?x=reauthenticate;client.fatal.error.url=<?php echo $path; ?>clientutils.php?key=error\" \></embed\>\n<noembed\>client.pluginerror.message</noembed\>\n</object\>");
</script>
<noscript>
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="
Perfavore, Entra oppure Registrati per vedere i Link!
" id="<?php echo $shortname; ?>" width="<?php echo $width; ?>" height="<?php echo $height; ?>">
<param name="src" value="<?php echo $dcr; ?>">
<param name="swRemote" value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='<?php echo $sitename; ?>' swContextMenu='true' ">
<param name="swStretchStyle" value="stage">
<param name="swText" value="">
<param name="bgColor" value="#000000">
<?php if($forward == "1"){ ?>
<param name="sw9" value="forward.type=<?php echo $_GET['forwardId']; ?>;forward.id=<?php echo $roomId; ?>;processlog.url=">
<?php } ?>
<param name="sw6" value="client.connection.failed.url=<?php echo $path; ?>clientutils.php?key=connection_failed;external.variables.txt=<?php echo $variables; ?>">
<param name="sw8" value="use.sso.ticket=1;sso.ticket=<?php echo $myticket; ?>">
<param name="sw2" value="connection.info.host=<?php echo $ip; ?>;connection.info.port=<?php echo $port; ?>">
<param name="sw4" value="site.url=<?php echo $path; ?>;url.prefix=<?php echo $path; ?>">
<param name="sw3" value="connection.mus.host=<?php echo $ip; ?>;connection.mus.port=<?php echo $fport; ?>">
<param name="sw1" value="client.allow.cross.domain=1;client.notify.cross.domain=0">
<param name="sw7" value="external.texts.txt=<?php echo $texts; ?>;user_isp=<?php echo $remote_ip; ?>">
<param name="sw5" value="client.reload.url=<?php echo $path; ?>client.php?x=reauthenticate;client.fatal.error.url=<?php echo $path; ?>clientutils.php?key=error">
<!--[if IE]>client.pluginerror.message<![endif]-->
<embed src="<?php echo $dcr; ?>" bgColor="#000000" width="<?php echo $width; ?>" height="<?php echo $height; ?>" swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='<?php echo $sitename; ?>' swContextMenu='true'" swStretchStyle="stage" swText="" type="application/x-director" pluginspage="
Perfavore, Entra oppure Registrati per vedere i Link!
"
sw6="client.connection.failed.url=<?php echo $path; ?>clientutils.php?key=connection_failed;external.variables.txt=<?php echo $variables; ?>"
sw8="use.sso.ticket=1;sso.ticket=<?php echo $myticket; ?>"
sw2="connection.info.host=<?php echo $ip; ?>;connection.info.port=<?php echo $port; ?>"
sw4="site.url=<?php echo $path; ?>;url.prefix=<?php echo $path; ?>"
sw3="connection.mus.host=<?php echo $ip; ?>;connection.mus.port=<?php echo $fip; ?>"
sw1="client.allow.cross.domain=1;client.notify.cross.domain=0"
sw7="external.texts.txt=<?php echo $texts; ?>;user_isp=<?php echo $remote_ip; ?>"
<?php if($forward == 1) { ?>
sw9="forward.type=<?php echo $_GET['forwardId']; ?>;forward.id=<?php echo $roomId; ?>;processlog.url="
<?php } ?>
sw5="client.reload.url=<?php echo $path; ?>client.php?x=reauthenticate;client.fatal.error.url=<?php echo $path; ?>clientutils.php?key=error" ></embed>
<noembed>client.pluginerror.message</noembed>
</object>
</noscript>

</div>
<?php if($row['loader'] == 1) { ?>
<script type="text/javascript">
HabboClientUtils.showLoader(["opening <?php echo $shortname; ?>&nbsp;&nbsp;&nbsp;", "opening <?php echo $shortname; ?>.&nbsp;&nbsp;", "opening <?php echo $shortname; ?>..&nbsp;", "opening <?php echo $shortname; ?>..."]);
</script><?php } ?>
</div>
<?php echo $analytics; ?>
</body>
</html>

Comunque sia un po' di tempo fa l'hotel funzionava benissimo quando provavo ad entrarci ogni tanto, invece ora mi da questo errore senza un motivo
 
Allora, intanto manca la pagina /client_popup/install_shockwave . Oltre a questo, verifica di aver impostato nel database url o ip del server dato che li preleva da la nel client.
 
Allora, intanto manca la pagina /client_popup/install_shockwave . Oltre a questo, verifica di aver impostato nel database url o ip del server dato che li preleva da la nel client.

Anche se manca quella pagina sarebbe comunque inutile... Il fatto è che quando apro il client mi reindirizza a /client_popup/install_shockwave senza motivo, perché sono sicuro di avere Shockwave
Lascio lo screen di quando provo ad entrare, all'inizio sembrerebbe che il client si stia aprendo, infatti la pagina diventa nera, però poi va a /client_popup/install_shockwave
Perfavore, Entra oppure Registrati per vedere i Link!


Comunque sono sicuro di avere messo le impostazioni con l'ip (localhost) nel database, come ho detto... Lascio comunque lo screen
Perfavore, Entra oppure Registrati per vedere i Link!
 
Anche se manca quella pagina sarebbe comunque inutile... Il fatto è che quando apro il client mi reindirizza a /client_popup/install_shockwave senza motivo, perché sono sicuro di avere Shockwave
Lascio lo screen di quando provo ad entrare, all'inizio sembrerebbe che il client si stia aprendo, infatti la pagina diventa nera, però poi va a /client_popup/install_shockwave
Perfavore, Entra oppure Registrati per vedere i Link!


Comunque sono sicuro di avere messo le impostazioni con l'ip (localhost) nel database, come ho detto... Lascio comunque lo screen
Perfavore, Entra oppure Registrati per vedere i Link!

Ok, prova così:

Client.php

PHP:
Perfavore, Entra oppure Registrati per vedere i codici!
 
Ok, prova così:

Client.php

PHP:
Perfavore, Entra oppure Registrati per vedere i codici!

Ho provato a sostituire il client.php ma niente (per aprire i file uso il blocco note, perché non ho nessun programma per il php, quindi i colori li ha eliminati, ma non credo cambi molto)
Ho anche cambiato il cms e ho usato PHPRetro, ho scoperto che mi da lo stesso errore di HoloCMS (mi reindirizza a /client_popup/install_shockwave)
Perfavore, Entra oppure Registrati per vedere i Link!


Quindi inizio a pensare che il problema sia qualcosa con Shockwave...
Sono sicuro al 100% di averlo, ho anche controllato gli add-ons e provato ad entrare da Chrome e Explorer oltre che a Mozilla, oltre che a disinstallare e reinstallare Shockwave ma niente..
Perfavore, Entra oppure Registrati per vedere i Link!


EDIT:
Ok ora sono sicuro al 100% che il problema sia Shockwave (quello nello screen è Flash :emoji_face_palm:), perciò il problema è che è stato rimosso dai browser (infatti un po' di tempo fa funzionava)... Adesso non ho idea su come rimetterlo o se si possa ancora fare, oltre a installare e reinstallare Adobe Shockwave Player non so cosa fare.. Il plug-in non me lo aggiunge
 
Ultima modifica:
Ho provato a sostituire il client.php ma niente (per aprire i file uso il blocco note, perché non ho nessun programma per il php, quindi i colori li ha eliminati, ma non credo cambi molto)
Ho anche cambiato il cms e ho usato PHPRetro, ho scoperto che mi da lo stesso errore di HoloCMS (mi reindirizza a /client_popup/install_shockwave)
Perfavore, Entra oppure Registrati per vedere i Link!


Quindi inizio a pensare che il problema sia qualcosa con Shockwave...
Sono sicuro al 100% di averlo, ho anche controllato gli add-ons e provato ad entrare da Chrome e Explorer oltre che a Mozilla, oltre che a disinstallare e reinstallare Shockwave ma niente..
Perfavore, Entra oppure Registrati per vedere i Link!


EDIT:
Ok ora sono sicuro al 100% che il problema sia Shockwave (quello nello screen è Flash :emoji_face_palm:), perciò il problema è che è stato rimosso dai browser (infatti un po' di tempo fa funzionava)... Adesso non ho idea su come rimetterlo o se si possa ancora fare, oltre a installare e reinstallare Adobe Shockwave Player non so cosa fare.. Il plug-in non me lo aggiunge
É sicuramente un problema di shockwave, sai perché? Nel codice del client che ho modificato e ti ho detto di provare ho settato la variabile di controllo errore di shockwave a TRUE rimuovendo il passaggio di controllo che l'avrebbe resa FALSE (Perché, appunto, vi era un problema di shockwave). Quindi lasciando la variabile TRUE, non doveva essere segnalato nessun errore e il client sarebbe dovuto partire correttamente. Invece lo schermo ti é rimasto nero. Con questo concludiamo che probabilmente e quasi sicuramente il problema é di shockwave.
 
É sicuramente un problema di shockwave, sai perché? Nel codice del client che ho modificato e ti ho detto di provare ho settato la variabile di controllo errore di shockwave a TRUE rimuovendo il passaggio di controllo che l'avrebbe resa FALSE (Perché, appunto, vi era un problema di shockwave). Quindi lasciando la variabile TRUE, non doveva essere segnalato nessun errore e il client sarebbe dovuto partire correttamente. Invece lo schermo ti é rimasto nero. Con questo concludiamo che probabilmente e quasi sicuramente il problema é di shockwave.

Ho dovuto fare una faticaccia ma alla fine ci sono riuscito...
Sono andato su Oldapps per installarmi la vecchia versione di Firefox e Shockwave, dopo tutto ciò ho avviato l'emulatore e XAMPP ed E' ENTRATO! :emoji_stuck_out_tongue:
In pratica Shockwave non lo supporta più nessun browser a quanto pare (tranne Internet Explorer, ma anche con IE il client non andava)..
Grazie per l'interesse comunque sia ^^
Perfavore, Entra oppure Registrati per vedere i Link!
 
Ultima modifica:
Ho dovuto fare una faticaccia ma alla fine ci sono riuscito...
Sono andato su Oldapps per installarmi la vecchia versione di Firefox e Shockwave, dopo tutto ciò ho avviato l'emulatore e XAMPP ed E' ENTRATO! :emoji_stuck_out_tongue:
In pratica Shockwave non lo supporta più nessun browser a quanto pare (tranne Internet Explorer, ma anche con IE il client non andava)..
Grazie per l'interesse comunque sia ^^
Perfavore, Entra oppure Registrati per vedere i Link!
Figurati, problema risolto ? ;)
 
Figurati, problema risolto ? ;)

Sì riguardo al problema iniziale :emoji_grin:

Riguardo ad un altro problema che è appena successo no...
Ho diciamo 'aggiornato' l'hotel dalla v26 alla v35 (eliminando tutto(db,cms,emulatore)) e rifacendo l'hotel da capo, usando solo lo stesso CMS (HoloCMS).
E' andato tutto liscio, e dopo aver sistemato le impostazioni nell' Housekeeping ho provato ad aprire il client e dopo un po' che rimane a 'opening Habbo..' crasha e mi da questa pagina d'errore:
Perfavore, Entra oppure Registrati per vedere i Link!

Perfavore, Entra oppure Registrati per vedere i Link!

con questo link '
Perfavore, Entra oppure Registrati per vedere i Link!
'

Da qui si legge qualcosa che ha a che fare con le 'variables', che credo di aver settato bene nell'housekeeping insieme ai 'texts':
Perfavore, Entra oppure Registrati per vedere i Link!


Quindi non saprei perché non va... Ho l'emulatore aperto e non mi da nessun errore:
Perfavore, Entra oppure Registrati per vedere i Link!


Ti lascio le 'vars.txt' così puoi contrallare tu
cast.entry.39=hh_human_50_acc_face
cast.entry.33=hh_human_acc_face
cast.entry.11=hh_human_hair
client.fatal.error.url=
Perfavore, Entra oppure Registrati per vedere i Link!

link.format.userpage=
Perfavore, Entra oppure Registrati per vedere i Link!

room.rating.enable=1
interface.cmds.active.ctrl=["move","rotate"]
cast.entry.28=hh_recycler
avatar.editor.character.update.url=
Perfavore, Entra oppure Registrati per vedere i Link!

cast.entry.14=hh_human_shoe
cast.entry.16=hh_pets_common
cast.entry.6=hh_human
link.format.collectibles=
Perfavore, Entra oppure Registrati per vedere i Link!

room.cast.11=hh_human_fx
interstitial.max.displays=5
room.cast.1=hh_soundmachine
interface.cmds.item.ctrl=[]
cast.entry.40=hh_human_50_acc_head
cast.entry.32=hh_human_acc_eye
cast.entry.34=hh_human_acc_head
interface.cmds.user.owner=["take_rights","give_rights","kick","friend","trade","ignore","unignore","userpage"]
cast.entry.15=hh_kiosk_room
room.recommendations=0
room.cast.10=hh_roomdimmer
link.format.friendlist.pref=
Perfavore, Entra oppure Registrati per vedere i Link!

cast.entry.41=hh_human_50_body
cast.entry.10=hh_human_hats
room.cast.5=hh_human_50_leg
cast.entry.30=hh_badges
cast.entry.4=hh_interface
cast.entry.31=hh_entry_init
interface.cmds.user.ctrl=["kick","friend","trade","ignore","unignore","userpage"]
cast.entry.19=hh_furni_classes
interface.cmds.photo.owner=["pick","delete"]
cast.entry.21=hh_club
displayer.tag.expiration.time=600000
swimjump.key.list=[#run1:"A", #run2:"D", #dive1:"W", #dive2:"E", #dive3:"A", #dive4:"S", #dive5:"D", #dive6:"Z", #dive7:"X", #jump:"SPACE"]
link.format.credits=
Perfavore, Entra oppure Registrati per vedere i Link!

cast.entry.17=hh_room_utils
cast.entry.44=hh_pets
games.tickets.hide=0
navigator.cache.duration=30
cast.entry.35=hh_human_50_face
cast.entry.45=hh_guide
cast.entry.46=katalogi_ikoni
loading.bar.active=0
cast.entry.20=hh_room
room.cast.4=hh_human_50_shirt
room.cast.3=hh_human_acc_waist
interface.cmds.photo.ctrl=[]
cast.entry.18=hh_room_ui
club.subscription.disabled=1
cast.entry.12=hh_human_shirt
interface.cmds.user.friend=["friend","trade","ignore","unignore","userpage"]
room.cast.2=hh_human_acc_chest
cast.entry.24=hh_cat_new
link.format.mailpage=
Perfavore, Entra oppure Registrati per vedere i Link!

text.render.compatibility.mode=2
interface.cmds.active.owner=["move","rotate","pick"]
cast.entry.43=hh_instant_messenger
group.badge.url=
Perfavore, Entra oppure Registrati per vedere i Link!

interstitial.interval=180000
cast.entry.1=hh_entry_us
cast.entry.7=hh_human_body
cast.entry.13=hh_human_leg
client.full.refresh.period=5000
cast.entry.42=hh_friend_list
cast.entry.2=hh_entry_base
room.cast.9=hh_human_50_acc_waist
text.crap.fixing=1
cast.entry.26=hh_buffer
client.version.id=401
cast.entry.27=hh_dynamic_downloader
moderator.cmds=[":alert x",":ban x",":kick x",":superban x",":shutup x",":unmute x",":transfer x",":softkick x"]
rosetta.warning.page.url=
Perfavore, Entra oppure Registrati per vedere i Link!

link.format.mail.inbox=
Perfavore, Entra oppure Registrati per vedere i Link!

link.format.user.search=
Perfavore, Entra oppure Registrati per vedere i Link!

room.cast.6=hh_human_50_shoe
room.cast.8=hh_human_50_acc_chest
cast.entry.36=hh_human_50_hats
avatar.editor.url=%predefined%/profile
cast.entry.22=hh_photo
link.format.habboclub=
Perfavore, Entra oppure Registrati per vedere i Link!

link.format.club=
Perfavore, Entra oppure Registrati per vedere i Link!

cast.entry.23=hh_navigator
castload.retry.delay=20000
link.format.mail.compose=
Perfavore, Entra oppure Registrati per vedere i Link!

interface.cmds.item.owner=["pick"]
link.format.pets=
Perfavore, Entra oppure Registrati per vedere i Link!

interface.cmds.user.personal=["badge","dance","wave","hcdance","userpage"]
paalu.key.list=[#bal1:"Q", #bal2:"E", #push1:"A", #push2:"D", #move1:"N", #move2:"M", #stabilise:"SPACE"]
pixels.enabled=true
link.format.tag.search=
Perfavore, Entra oppure Registrati per vedere i Link!

room.cast.small.1=hh_pets_50
cast.entry.25=hh_cat_gfx_all
cast.entry.5=hh_patch_uk
cast.entry.9=hh_human_item
room.cast.12=hh_human_50_fx
cast.entry.37=hh_human_50_hair
interstitial.show.time=3000
cast.entry.38=hh_human_50_acc_eye
cast.entry.8=hh_human_face
room.cast.private=["hh_room_private", "hh_room_landscapes"]
client.flood.timeout=300000
cast.entry.29=hh_poll
room.cast.7=hh_human_50_item
cast.entry.3=hh_shared
friend_request_options=Advanced options.
char.conversion.mac=[128:219,130:226,131:196,132:227,133:201,134:160,135:224,136:246,137:228,139:220,140:206,145:212,146:213,147:210,148:211,149:165,150:208,151:209,152:247,153:170,155:221,156:207,159:217,161:193,165:180,167:164,168:172,170:187,171:199,172:194,173:208,174:168,176:161,180:171,182:166,183:225,184:252,186:188,187:200,191:192,192:203,193:231,194:229,195:204,196:128,197:129,198:174,199:130,200:233,201:131,202:230,203:232,204:237,205:234,206:235,207:236,209:132,210:241,211:238,212:239,213:205,214:133,216:175,217:244,218:242,219:243,220:134,223:167,224:136,225:135,226:137,227:139,228:138,229:140,230:190,231:141,232:143,233:142,234:144,235:145,236:147,237:146,238:148,239:149,241:150,242:152,243:151,244:153,246:154,247:214,248:191,249:157,250:156,251:158,252:159,255:216]
profile.events.enabled=false
console_request_massoperation_instruction=Use the options below to accept or decline ALL friend requests you have waiting.
friend_request_declined=Declined!
profile.fields.enabled=false
friend_request_accepted=Accepted!
profiler.enabled=false
profile.core.enabled=false
profile.network.enabled=false
friend_request_failed=Failed!
friend_request_massoperation_cancel=Back to request list.
console_select_requests=Following users have asked to be your friend. Please accept or decline.
friend_request_accept_all=Accept all requests.
friend_request_decline_all=Decline all requests.
console_request_massoperation_title=You have %messageCount% friend requests waiting.
client.use.invites=1
external.figurepartlist.txt=
Perfavore, Entra oppure Registrati per vedere i Link!

productdata.load.url=
Perfavore, Entra oppure Registrati per vedere i Link!

hotelview.banner.url=
Perfavore, Entra oppure Registrati per vedere i Link!

purse.transactions.active=1
client.textdata.utf8=1
logout.disconnect.url=
Perfavore, Entra oppure Registrati per vedere i Link!

logout.concurrent.url=
Perfavore, Entra oppure Registrati per vedere i Link!

furnidata.load.url=
Perfavore, Entra oppure Registrati per vedere i Link!

dynamic.download.name.template=hh_furni_xx_%typeid%.cct
navigator.visible.public.root=3
room.default.wall=201
figure.draworder.xml.secure=
Perfavore, Entra oppure Registrati per vedere i Link!

client.window.title=Echo R35 Hotel
navigator.private.default=4
room.default.floor=111
struct.font.tooltip=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
navigator.public.default=3
stats.tracking.javascript.template=/\TCODE
struct.font.link=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#underline]]
flash.dynamic.download.url=
Perfavore, Entra oppure Registrati per vedere i Link!

flash.dynamic.download.name.template=%revision%/%typeid%.swf
fuse.project.id=habbo_uk
figure.animation.xml=
Perfavore, Entra oppure Registrati per vedere i Link!

private.image.library.url=
Perfavore, Entra oppure Registrati per vedere i Link!

dynamic.download.url=
Perfavore, Entra oppure Registrati per vedere i Link!

figure.partsets.xml=
Perfavore, Entra oppure Registrati per vedere i Link!

tutorial.name.new_user_flow=NUF_mini
external.figurepartlist.txt.secure=
Perfavore, Entra oppure Registrati per vedere i Link!

navigator.visible.private.root=4
struct.font.italic=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#italic]]
language=en
image.library.url=
Perfavore, Entra oppure Registrati per vedere i Link!

struct.font.plain=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
navigator.default.view=public
security.cast.load.url=
Perfavore, Entra oppure Registrati per vedere i Link!

logout.url=
Perfavore, Entra oppure Registrati per vedere i Link!

figure.draworder.xml=
Perfavore, Entra oppure Registrati per vedere i Link!

billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
stats.tracking.javascript=google
struct.font.bold=[#font:"vb",#fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
struct.font.grey=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#666666"),#ilk:#struct,#fontStyle:[#italic]]
permitted.name.chars=1234567890qwertyuiop:emoji_relieved:fghjklzxcvbnm-=?!@:.,
dynamic.download.samples.template=%typeid%.cct
 
Sì riguardo al problema iniziale :emoji_grin:

Riguardo ad un altro problema che è appena successo no...
Ho diciamo 'aggiornato' l'hotel dalla v26 alla v35 (eliminando tutto(db,cms,emulatore)) e rifacendo l'hotel da capo, usando solo lo stesso CMS (HoloCMS).
E' andato tutto liscio, e dopo aver sistemato le impostazioni nell' Housekeeping ho provato ad aprire il client e dopo un po' che rimane a 'opening Habbo..' crasha e mi da questa pagina d'errore:
Perfavore, Entra oppure Registrati per vedere i Link!

Perfavore, Entra oppure Registrati per vedere i Link!

con questo link '
Perfavore, Entra oppure Registrati per vedere i Link!
'

Da qui si legge qualcosa che ha a che fare con le 'variables', che credo di aver settato bene nell'housekeeping insieme ai 'texts':
Perfavore, Entra oppure Registrati per vedere i Link!


Quindi non saprei perché non va... Ho l'emulatore aperto e non mi da nessun errore:
Perfavore, Entra oppure Registrati per vedere i Link!


Ti lascio le 'vars.txt' così puoi contrallare tu
cast.entry.39=hh_human_50_acc_face
cast.entry.33=hh_human_acc_face
cast.entry.11=hh_human_hair
client.fatal.error.url=
Perfavore, Entra oppure Registrati per vedere i Link!

link.format.userpage=
Perfavore, Entra oppure Registrati per vedere i Link!

room.rating.enable=1
interface.cmds.active.ctrl=["move","rotate"]
cast.entry.28=hh_recycler
avatar.editor.character.update.url=
Perfavore, Entra oppure Registrati per vedere i Link!

cast.entry.14=hh_human_shoe
cast.entry.16=hh_pets_common
cast.entry.6=hh_human
link.format.collectibles=
Perfavore, Entra oppure Registrati per vedere i Link!

room.cast.11=hh_human_fx
interstitial.max.displays=5
room.cast.1=hh_soundmachine
interface.cmds.item.ctrl=[]
cast.entry.40=hh_human_50_acc_head
cast.entry.32=hh_human_acc_eye
cast.entry.34=hh_human_acc_head
interface.cmds.user.owner=["take_rights","give_rights","kick","friend","trade","ignore","unignore","userpage"]
cast.entry.15=hh_kiosk_room
room.recommendations=0
room.cast.10=hh_roomdimmer
link.format.friendlist.pref=
Perfavore, Entra oppure Registrati per vedere i Link!

cast.entry.41=hh_human_50_body
cast.entry.10=hh_human_hats
room.cast.5=hh_human_50_leg
cast.entry.30=hh_badges
cast.entry.4=hh_interface
cast.entry.31=hh_entry_init
interface.cmds.user.ctrl=["kick","friend","trade","ignore","unignore","userpage"]
cast.entry.19=hh_furni_classes
interface.cmds.photo.owner=["pick","delete"]
cast.entry.21=hh_club
displayer.tag.expiration.time=600000
swimjump.key.list=[#run1:"A", #run2:"D", #dive1:"W", #dive2:"E", #dive3:"A", #dive4:"S", #dive5:"D", #dive6:"Z", #dive7:"X", #jump:"SPACE"]
link.format.credits=
Perfavore, Entra oppure Registrati per vedere i Link!

cast.entry.17=hh_room_utils
cast.entry.44=hh_pets
games.tickets.hide=0
navigator.cache.duration=30
cast.entry.35=hh_human_50_face
cast.entry.45=hh_guide
cast.entry.46=katalogi_ikoni
loading.bar.active=0
cast.entry.20=hh_room
room.cast.4=hh_human_50_shirt
room.cast.3=hh_human_acc_waist
interface.cmds.photo.ctrl=[]
cast.entry.18=hh_room_ui
club.subscription.disabled=1
cast.entry.12=hh_human_shirt
interface.cmds.user.friend=["friend","trade","ignore","unignore","userpage"]
room.cast.2=hh_human_acc_chest
cast.entry.24=hh_cat_new
link.format.mailpage=
Perfavore, Entra oppure Registrati per vedere i Link!

text.render.compatibility.mode=2
interface.cmds.active.owner=["move","rotate","pick"]
cast.entry.43=hh_instant_messenger
group.badge.url=
Perfavore, Entra oppure Registrati per vedere i Link!

interstitial.interval=180000
cast.entry.1=hh_entry_us
cast.entry.7=hh_human_body
cast.entry.13=hh_human_leg
client.full.refresh.period=5000
cast.entry.42=hh_friend_list
cast.entry.2=hh_entry_base
room.cast.9=hh_human_50_acc_waist
text.crap.fixing=1
cast.entry.26=hh_buffer
client.version.id=401
cast.entry.27=hh_dynamic_downloader
moderator.cmds=[":alert x",":ban x",":kick x",":superban x",":shutup x",":unmute x",":transfer x",":softkick x"]
rosetta.warning.page.url=
Perfavore, Entra oppure Registrati per vedere i Link!

link.format.mail.inbox=
Perfavore, Entra oppure Registrati per vedere i Link!

link.format.user.search=
Perfavore, Entra oppure Registrati per vedere i Link!

room.cast.6=hh_human_50_shoe
room.cast.8=hh_human_50_acc_chest
cast.entry.36=hh_human_50_hats
avatar.editor.url=%predefined%/profile
cast.entry.22=hh_photo
link.format.habboclub=
Perfavore, Entra oppure Registrati per vedere i Link!

link.format.club=
Perfavore, Entra oppure Registrati per vedere i Link!

cast.entry.23=hh_navigator
castload.retry.delay=20000
link.format.mail.compose=
Perfavore, Entra oppure Registrati per vedere i Link!

interface.cmds.item.owner=["pick"]
link.format.pets=
Perfavore, Entra oppure Registrati per vedere i Link!

interface.cmds.user.personal=["badge","dance","wave","hcdance","userpage"]
paalu.key.list=[#bal1:"Q", #bal2:"E", #push1:"A", #push2:"D", #move1:"N", #move2:"M", #stabilise:"SPACE"]
pixels.enabled=true
link.format.tag.search=
Perfavore, Entra oppure Registrati per vedere i Link!

room.cast.small.1=hh_pets_50
cast.entry.25=hh_cat_gfx_all
cast.entry.5=hh_patch_uk
cast.entry.9=hh_human_item
room.cast.12=hh_human_50_fx
cast.entry.37=hh_human_50_hair
interstitial.show.time=3000
cast.entry.38=hh_human_50_acc_eye
cast.entry.8=hh_human_face
room.cast.private=["hh_room_private", "hh_room_landscapes"]
client.flood.timeout=300000
cast.entry.29=hh_poll
room.cast.7=hh_human_50_item
cast.entry.3=hh_shared
friend_request_options=Advanced options.
char.conversion.mac=[128:219,130:226,131:196,132:227,133:201,134:160,135:224,136:246,137:228,139:220,140:206,145:212,146:213,147:210,148:211,149:165,150:208,151:209,152:247,153:170,155:221,156:207,159:217,161:193,165:180,167:164,168:172,170:187,171:199,172:194,173:208,174:168,176:161,180:171,182:166,183:225,184:252,186:188,187:200,191:192,192:203,193:231,194:229,195:204,196:128,197:129,198:174,199:130,200:233,201:131,202:230,203:232,204:237,205:234,206:235,207:236,209:132,210:241,211:238,212:239,213:205,214:133,216:175,217:244,218:242,219:243,220:134,223:167,224:136,225:135,226:137,227:139,228:138,229:140,230:190,231:141,232:143,233:142,234:144,235:145,236:147,237:146,238:148,239:149,241:150,242:152,243:151,244:153,246:154,247:214,248:191,249:157,250:156,251:158,252:159,255:216]
profile.events.enabled=false
console_request_massoperation_instruction=Use the options below to accept or decline ALL friend requests you have waiting.
friend_request_declined=Declined!
profile.fields.enabled=false
friend_request_accepted=Accepted!
profiler.enabled=false
profile.core.enabled=false
profile.network.enabled=false
friend_request_failed=Failed!
friend_request_massoperation_cancel=Back to request list.
console_select_requests=Following users have asked to be your friend. Please accept or decline.
friend_request_accept_all=Accept all requests.
friend_request_decline_all=Decline all requests.
console_request_massoperation_title=You have %messageCount% friend requests waiting.
client.use.invites=1
external.figurepartlist.txt=
Perfavore, Entra oppure Registrati per vedere i Link!

productdata.load.url=
Perfavore, Entra oppure Registrati per vedere i Link!

hotelview.banner.url=
Perfavore, Entra oppure Registrati per vedere i Link!

purse.transactions.active=1
client.textdata.utf8=1
logout.disconnect.url=
Perfavore, Entra oppure Registrati per vedere i Link!

logout.concurrent.url=
Perfavore, Entra oppure Registrati per vedere i Link!

furnidata.load.url=
Perfavore, Entra oppure Registrati per vedere i Link!

dynamic.download.name.template=hh_furni_xx_%typeid%.cct
navigator.visible.public.root=3
room.default.wall=201
figure.draworder.xml.secure=
Perfavore, Entra oppure Registrati per vedere i Link!

client.window.title=Echo R35 Hotel
navigator.private.default=4
room.default.floor=111
struct.font.tooltip=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
navigator.public.default=3
stats.tracking.javascript.template=/\TCODE
struct.font.link=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#underline]]
flash.dynamic.download.url=
Perfavore, Entra oppure Registrati per vedere i Link!

flash.dynamic.download.name.template=%revision%/%typeid%.swf
fuse.project.id=habbo_uk
figure.animation.xml=
Perfavore, Entra oppure Registrati per vedere i Link!

private.image.library.url=
Perfavore, Entra oppure Registrati per vedere i Link!

dynamic.download.url=
Perfavore, Entra oppure Registrati per vedere i Link!

figure.partsets.xml=
Perfavore, Entra oppure Registrati per vedere i Link!

tutorial.name.new_user_flow=NUF_mini
external.figurepartlist.txt.secure=
Perfavore, Entra oppure Registrati per vedere i Link!

navigator.visible.private.root=4
struct.font.italic=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#italic]]
language=en
image.library.url=
Perfavore, Entra oppure Registrati per vedere i Link!

struct.font.plain=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
navigator.default.view=public
security.cast.load.url=
Perfavore, Entra oppure Registrati per vedere i Link!

logout.url=
Perfavore, Entra oppure Registrati per vedere i Link!

figure.draworder.xml=
Perfavore, Entra oppure Registrati per vedere i Link!

billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
stats.tracking.javascript=google
struct.font.bold=[#font:"vb",#fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
struct.font.grey=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#666666"),#ilk:#struct,#fontStyle:[#italic]]
permitted.name.chars=1234567890qwertyuiop:emoji_relieved:fghjklzxcvbnm-=?!@:.,
dynamic.download.samples.template=%typeid%.cct

Onestamente non saprei che pesci pigliare. Stiamo parlando di un sistema talmente vecchio, potrebbero esserci problemi ovunque... inoltre l'errore del client è sconosciuto quindi non abbiamo nemmeno un punto di partenza. Intanto sei riuscito a capirne qualcosa ?