Problema risolto Problema schermata client bianca

Stato
Discussione chiusa ad ulteriori risposte.

#Proxy

Utente Medio
Autore del topic
21 Gennaio 2012
215
46
Miglior risposta
0
Ho sistemato il vecchio problema del DB ora l'Emu si avvia senza problemi, ho configurato i DCR e il client.php con il mio IP e quando faccio entra in hotel:
Immagine1.png
 
allora devi prendere della versione v3 di blacksky CMS , il client.php e sostituirlo con il client.php che usi in questa v2.
Poi prendi dal cms di blacksky v3 sulla cartella flashclient i due file loading.css e loading.js e li metti nel cms della v2 che stai usando , sempre nella cartella "flashclient".

Quando avrai fatto tutto questo , su client.php cerca hotel.swf e lo sostituisci con habbo.swf


Spero di esserti stato utile.
 
Uso già la versione v3 del CMS quindi devo solo fare l'ultimo passaggio del rinominare in habbo.swf?
 
Probabilmente è quell errore di cui me ne aveva parlato Tapatalk Tapatalk , vero?
 
Riscontro problemi , cioè è tutto bianco , poi risolvo come ti ho detto prima , spostando i loading dalla v3 alla v2 sulla cartella ''flashclient'' come ti ho detto prima.
Fatto tutto e il problema resta sempre lo stesso, che emulatore usi?
 
Non devi usare jabbo Emu , usa quello della release della v2.
Phoenix 3.11? Ho provato a mettere questo emu e parte tutto ok però sempre lo stesso problema ora posto la configurazione del client.php e dei dcr vediamo se ho sbagliato qualcosa.
 
CLIENT.PHP sostituiscilo con questo.

SOSTITUISCI '''TUOIP'' con il link






<?php

include('core.php');

$forward = 0;
if(isset($_GET['roomId'])){
$roomid = mysql_real_escape_string($_GET['roomId']);
$checksql = mysql_query("SELECT roomtype FROM rooms WHERE id = '".$roomid."' LIMIT 1");
$roomexists = mysql_num_rows($checksql);
if($roomexists > 0){
$roominfo = mysql_fetch_array($checksql);
$forward = 1;
if($roominfo['roomtype'] == 'public')
$forward_type = 1;
else
$forward_type = 2;
}
}

$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
Perfavore, Entra oppure Registrati per vedere i Link!
">
<html xmlns="
Perfavore, Entra oppure Registrati per vedere i Link!
" xml:lang="en" lang="en" xmlns:og="
Perfavore, Entra oppure Registrati per vedere i Link!
" xmlns:fb="
Perfavore, Entra oppure Registrati per vedere i Link!
">
<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="images/icons/favicon.ico" type="image/vnd.microsoft.icon" />
<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 = "TUOIP/";
var habboStaticFilePath = "TUOIP/r63/c_images/";
var habboImagerUrl = "
Perfavore, Entra oppure Registrati per vedere i Link!
";

var habboDefaultClientPopupUrl = "/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>

<link rel="stylesheet" href="flashclient/loading.css" type="text/css" />
<script src="flashclient/loading.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" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"connection.info.port" : "30000",
"site.url" : "TUOIP",
"url.prefix" : "TUOIP",
"client.reload.url" : "TUOIP/client",
"client.fatal.error.url" : "TUOIP/client",
"client.connection.failed.url" : "TUOIP/client",
"external.variables.txt" : "TUOIP/r63/gamedata/external_variables.php?username=<?php echo $name; ?>",
"external.texts.txt" : "TUOIP/r63/gamedata/external_flash_texts.txt",
"productdata.load.url" : "TUOIP/r63/gamedata/productdata.txt",
"furnidata.load.url" : "TUOIP/r63/gamedata/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
<?php
if($forward)
{
echo '"forward.type" : "'.$forward_type.'",';
echo '"forward.id" : "'.$roomid.'",';

}

if(isset($_GET['friendId']))
{
echo '"friend.id" : "'.mysql_real_escape_string($_GET['friendId']).'",';
}
?>
"processlog.enabled" : "1",
"account_id" : "<?php echo $myrow['id']; ?>",
"client.starting" : "Attendi perfavore! <?php echo $shortname; ?> sta caricando.",
"flash.client.url" : "TUOIP/r63/dcr/hof_furni/",
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "TUOIP/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false"

};

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

FlashExternalInterface.signoutUrl = "TUOIP/logout";

var clientUrl = "TUOIP/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) {}
}
function toggleFullScreen()
{
if ((document.fullScreenElement && document.fullScreenElement !== null) ||
(!document.mozFullScreen && !document.webkitIsFullScreen))
{
if (document.documentElement.requestFullScreen)
{
document.documentElement.requestFullScreen();
}
else if (document.documentElement.mozRequestFullScreen)
{
document.documentElement.mozRequestFullScreen();
}
else if (document.documentElement.webkitRequestFullScreen)
{
document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
}
}
else
{
if (document.cancelFullScreen)
{
document.cancelFullScreen();
}
else if (document.mozCancelFullScreen)
{
document.mozCancelFullScreen();
}
else if (document.webkitCancelFullScreen)
{
document.webkitCancelFullScreen();
}
}
}
function closeCredits(){ document.getElementById("credits").style.display='none'; }
function closeNews(){ document.getElementById("news").style.display='none'; }
function readNews(numero){ document.getElementById("news-"+numero).style.display='block'; }
function unreadNews(numero){ document.getElementById("news-"+numero).style.display='none'; }
</script>

<!--[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>

<![endif]-->
</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" style="width:100%">

<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="
Perfavore, Entra oppure Registrati per vedere i Link!
">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="
Perfavore, Entra oppure Registrati per vedere i Link!
">cliccando qui</a>.</p>

<p><a href="
Perfavore, Entra oppure Registrati per vedere i Link!
"><img src="flashclient/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
</div>
</div>

<div id="content" class="client-content"></div>
</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>

<div style="left: 25px;position: absolute;top: 12px;z-index: 1060;
">
<a target="_blank" href="/me"><button class="web-button">
<div class="arrow"></div><div class="arrow2"></div>
<span>WEB</span></button></a>

<button onclick="toggleFullScreen()" class="fullscreen-button"><i></i></button></div>

<script src="
Perfavore, Entra oppure Registrati per vedere i Link!
" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>

<script type="text/javascript">
jjLoader.init('client', 6, ' /images/biglogo.png');
</script>

<script type="text/javascript">
HabboView.run();
</script>
</body>
</html>






DCR sostituiscilo con questo.








<?php
$nick = addslashes(htmlentities($_GET['username']));
echo'
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=
Perfavore, Entra oppure Registrati per vedere i Link!

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

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

viral.furni.post_type=appRequest
image.library.playlist.url=
Perfavore, Entra oppure Registrati per vedere i Link!

billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=
Perfavore, Entra oppure Registrati per vedere i Link!

external.figurepartlist.txt=
Perfavore, Entra oppure Registrati per vedere i Link!

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

external.texts.txt=
Perfavore, Entra oppure Registrati per vedere i Link!

latencytest.report.delta=100
flash.dynamic.download.name.template=%typeid%.swf
client.hotel_view.image=hotel_view_images_hq/hotelview?username='.$nick.'
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=
Perfavore, Entra oppure Registrati per vedere i Link!

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

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
private.image.library.url=
Perfavore, Entra oppure Registrati per vedere i Link!

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

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

latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
dynamic.download.url=
Perfavore, Entra oppure Registrati per vedere i Link!

client.allow.facebook.like=1
infostand.use.button.enabled=true
friendbar.stream.enabled=false
catalog.drag_and_drop=true
link.format.friendlist.pref=
Perfavore, Entra oppure Registrati per vedere i Link!

club.membership.extend.vip.promotion.enabled=true
group.badge.url=
Perfavore, Entra oppure Registrati per vedere i Link!

room.dragging.always_center=0
roomenterad.habblet.enabled=true
questing.showDetailsForNextQuest=true
supersaverads.video.promo.development.mode=true
habboinfotool.url=/home?user=
searchParamName=username&database=Stats&searchParamValue=
link.format.credits=
Perfavore, Entra oppure Registrati per vedere i Link!

friendbar.requests.enabled=true
lagWarningLog.enabled=1
hover.name.enabled=false
client.toolbar.static.enabled=true
questing.useWing=true
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=
Perfavore, Entra oppure Registrati per vedere i Link!

roominfo.widget.enabled=1
navigator.always_open_after_login=0
client.minimail.embed.enabled=true
interstitial.enabled=false
friend_bar.helper.friend_finding.enabled=true
pixels.enabled=true
supersaverads.video.promo.enabled=false
welcome.screen.enabled=0
link.format.club=
Perfavore, Entra oppure Registrati per vedere i Link!

club.subscription.disabled=1
toolbar.new_additions.notification.enabled=true
cfh.usercategories.withharasser=101,102,103,104,105,106
client.fatal.error.url=
Perfavore, Entra oppure Registrati per vedere i Link!

embed.showInRoomInfo=true
moderatoractionlog.url=TUOIP/admin/info?user=
groupBadgeInfo.enabled=true
friendbar.stream.user.enabled=false
interstitial.interval=120000
purse.widget.currency.shells.enabled=1
interstitial.show.time=5000
roomadmin.url=
Perfavore, Entra oppure Registrati per vedere i Link!

searchParamType=3&searchParamValue=
client.allow.external.links=1
menu.avatar.enabled=false
client.credits.embed.enabled=true
link.format.mail.compose=
Perfavore, Entra oppure Registrati per vedere i Link!

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

link.catelog.redeem.dialog.readmore.description=
Perfavore, Entra oppure Registrati per vedere i Link!

link.widget.memenu.settings.character=
Perfavore, Entra oppure Registrati per vedere i Link!

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
avatareditor.promohabbos=
Perfavore, Entra oppure Registrati per vedere i Link!

navigator.colorlimit.orange=80
link.format.collectibles=
Perfavore, Entra oppure Registrati per vedere i Link!

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

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=true
purse.widget.enabled=1';
?>
 
Adesso il client è tutto bianco quando finisce di caricare nonostante ho già messo anche i file loading.css e loading.js
 
Adesso il client è tutto bianco quando finisce di caricare nonostante ho già messo anche i file loading.css e loading.js


Hai rinominato l'swf che ti avevo detto prima?

Se lo hai fatto , per me devi usare l'emulatore che usa Tapatalk nella sua release e non jabbo emulatore e dovrebbe andare.
 
Stato
Discussione chiusa ad ulteriori risposte.