Procurar em : Tópicos Encerrados
Tópico : 「helpHB」Client da rCrystal sem mensagem de Flash
Respostas : 8
Vistos : 755
「helpHB」Client da rCrystal sem mensagem de Flash em 18.09.17 17:46
Aqui o da CoreDev onde não tem sistema de redirecionar para pagina tudo funfa so na client:
1 - Procure por <head> e coloque em baixo esse code, Mude <?php echo $path; ?> para o link do seu hotel e caso não tenha a pasta web-gallery na cms pegue a da CoreDev
2 - Coloque esse Code na client de baixo desse aqui : http://prntscr.com/gms1bt
So isso.
Créditos ao script: Thiago Araujo (ThiagoPixel)
1 - Procure por <head> e coloque em baixo esse code, Mude <?php echo $path; ?> para o link do seu hotel e caso não tenha a pasta web-gallery na cms pegue a da CoreDev
- Flash:
- <script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/v2/styles/style.css" type="text/css" />
<link href="css/flash.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/v2/styles/habboflashclient.css" type="text/css" />
<script src="<?php echo $path; ?>/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script type="text/javascript">
var ad_keywords = "petschke,diwox,gender%3Am,age%3A17";
var ad_key_value = "kvage=17;kvgender=m;kvtags=diwox:petschke";
</script>
<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "<?php echo $name; ?>";
var habboId = <?php echo $my_id; ?>;
var facebookUser = false;
var habboReqPath = "";
var habboStaticFilePath = "<?php echo $path; ?>/web-gallery";
var habboImagerUrl = "<?php echo $path; ?>/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo $path; ?>/client";
window.name = "3981c0260af76a9eb267d9b2dd7cc602d4c7b7bf";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "3981c0260af76a9eb267d9b2dd7cc602d4c7b7bf"; }
</script>
2 - Coloque esse Code na client de baixo desse aqui : http://prntscr.com/gms1bt
- Code:
- <script>
flashvars = "nulled";
(function() {
var abc = document.getElementsByTagName("script"), index;
for (index = abc.length - 1; index >= 0; index--) {
abc[index].parentNode.removeChild(abc[index]);
}
setTimeout(
function() {
document.getElementsByName("flashvars")[0].setAttribute("value", "hidden");
}, 800);
})();
</script>
</head>
<body id="client" class="flashclient"style="width: 100%; height:100.7%; margin-top:-20px;margin-left:0px;overflow: hidden;"></br>
<script language="JavaScript">
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();
}
}
}
</script>
<div id="overlay"></div>
<img src="/conf/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">
</div>
</div>
<div id="client-error" style="position: fixed; top: 50%; left: 50%; z-index: 9995; color: rgb(255, 255, 255); transform: translate(-50%, -50%); font-family: tahoma; font-size: 17px; display:block;">
<h1>PARA JOGAR O <font style="color: #0099cc; font-weight: BOLD;">HABBZ HOTEL</font> VOCÊ PRECISA AUTORIZAR O <font style="color: #990033">FLASH</font></h1>
<p>
Recentemente os navegadores estão atualizando e eliminando o flash de suas prioridades, então agora para executar o jogo normalmente você precisa liberar o flash, <a href="http://www.adobe.com/go/getflashplayer" style="color: white; " >Clicando aqui</a> ou clique no icone representado
</p>
<table style="width: 200px; position: relative; margin: auto;">
<tr>
<td>
<a href="http://www.adobe.com/go/getflashplayer" target='_blank' class="btn_att_flash"></a>
</td>
<td>
<img src="https://i.imgur.com/1oippaC.png">
</td>
</tr>
</table>
<h2>Não Funcionou?</h2>
<p>Veja o tutorial clicando no link abaixo</p>
<p>-</p>
<a style="
display: block;
text-align: center;
color: #339900;
font-size: 14px;
margin-top: -20px;
font-family: calibri;
text-decoration: none;
" target="_blank" href="#">
Tutorial - Liberar Flash
</a>
<p>-</p>
<p style="margin-top:-20px;">Depois de seguir o tutorial, volte para a pagina do jogo e clique em jogar, tenha um bom jogo!</p>
</div>
</div>
</div>
</div>
<div id="fb-root"></div>
</head>
So isso.
Créditos ao script: Thiago Araujo (ThiagoPixel)