Problema risolto Mettere caricamento client al centro

HackerRiccoIlVero

Utente Attivo
Autore del topic
6 Agosto 2013
313
41
Miglior risposta
0
BELLA A TUTTI!
SONO HackerRicco E OGGI VI POSTO LA SEGUENTE GUIDA:
METTERE CARICAMENTO CLIENT AL CENTRO NEL PROPRIO RETRO SERVER

BENISSIMO, INIZIAMO SCARICANDO IL SEGUENTE FILE:
Perfavore, Entra oppure Registrati per vedere i Link!


DENTRO AL DOWNLOAD CI SARA' UNA CARTELLA CHIAMATA "CLIENT" E IL CLIENT.PHP DA USARE NEL NOSTRO CMS.
SCREEN:
302a10f6389765545677539b314b1b6b.png


SCARICATO IL FILE, PRENDIAMO SIA LA CARTELLA "CLIENT" CHE IL CLIENT.PHP E LI SPOSTIAMO NELLA CARTELLA DEL NOSTRO CMS, FATTO QUESTO CONFIGURIAMO IL CLIENT E POI ABBIAMO INSERITO IL CARICAMENTO AL CENTRO.

DEVE USCIRE COSI:
49918e223a6bc5c17ec34783ed5ebfd7.png


PER CAMBIARE IL LOGO, ANDIAMO NEL CLIENT.PHP E MODIFICHIAMO LA SEGUENTE STRINGA:
cdba4bacdeb90dcba39819ce0f8ebfd4.png


AL POSTO DI
Perfavore, Entra oppure Registrati per vedere i Link!
INCOLLIAMO IL LINK DEL LOGO DA INSERIRE.
DETTO QUESTO è TUTTO, CI VEDIAMO ALLA PROSSIMA RAGAZZI!​
 
Inserisci entro e non oltre 24h la scansione del download.
 
H HackerRiccoIlVero mi puoi dire come posso configurare il client, quando voglio entrare nel client mi da un errore.
 
<?php


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

$ssocheck = mysql_query("select * from users where username = '".$rawname."' and password = '".$rawpass."' limit 1") or die(mysql_error());
$ssocheck2 = mysql_fetch_assoc($ssocheck);
if($ssocheck2['rank'] > "100") {

header("location:staffclient.php");
}

if($_SESSION['registernew'] == true){
require_once 'reg-beta.php';
exit;
}

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

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

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


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";
}
$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>Mexico Hotel: Staff 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="
Perfavore, Entra oppure Registrati per vedere i Link!
" />
<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" />
<link rel="stylesheet" href="./client/animate.css" type="text/css"/>
<link rel="stylesheet" href="./client/styles.css" type="text/css" />
<link rel="stylesheet" href="./client/wtf.css" type="text/css" />
<link rel="stylesheet" href="./client/penzola.css" type="text/css" />
<link rel="stylesheet" href="./client/lecsx.css" type="text/css" />
<script type="text/javascript" src="./client/loader_newx.js"></script>






<script type="text/javascript">


</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
var habboImagerUrl = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
var habboDefaultClientPopupUrl = "
Perfavore, Entra oppure Registrati per vedere i Link!
";






</script>



<style>
body {

font: 0.8em Sans-Serif;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;

font-family:Ubuntu;

}
div#bz-tool:hover {
opacity: 0.7;
}
div#bz-tool {
height: 32px;
width: 32px;
position: absolute;
background: url(../imgs/heart-beats.png?ab);
background-size: 32px;
transition: 150ms;
right: 200px;
top: 13%;
z-index: 1;
background-color: #24231e;
padding: 5px;
background-repeat: no-repeat;
background-position: 5px 5px;
border-radius: 3px;
border: 2px solid #54524d;
cursor: pointer;
}
div#g-admintool {
position: absolute;
right: 7px;
top: 24px;
color: #666666;
background-image: linear-gradient(to bottom,#ffffff,#D9D9D9);
font-size: 12px;
cursor: pointer;
font-weight: bold;
height: 15px;
text-align: center;
width: 15px;
box-shadow: 0px 0px 0px 1px #919191;
line-height: 16px;
border-radius: 4px;
}

div#g-admintoolicon {
height: 15px;
width: 15px;
background-image: url(../imgs/my_5.gif);
background-size: 11px;
background-repeat: no-repeat;
background-position: 50%;
}
.whog {
font-weight: bold;
font-size: 12px;
text-align: center;
position: relative;
top: 15px;
}
div#g-sound {
position: absolute;
right: 27px;
top: 5px;
color: #666666;
background-image: linear-gradient(to bottom,#ffffff,#D9D9D9);
font-size: 12px;
cursor: pointer;
font-weight: bold;
height: 15px;
text-align: center;
width: 15px;
box-shadow: 0px 0px 0px 1px #919191;
line-height: 16px;
border-radius: 4px;
}

div#g-soundon {
height: 15px;
width: 15px;
background-image: url(../imgs/toolbar_bb_01.gif);
background-repeat: no-repeat;
background-position: 50%;
background-size: 14px;
}

div#bz_anfrage_text {
text-align: left;
font-size: 11px;
position: relative;
margin-top: 14px;
left: 12px;
color: #353535;
}
div#bz_ablehnen {
margin-right: 10px;
}

.bz_a_bttn:hover {
box-shadow: inset 0px 3px 0px 0px #f1dbf0, inset 0px -10px 0px 0px #c6afc5, 0px 0px 10px 0px rgba(0,0,0,0.1);
cursor: pointer;
}
.bz_a_bttn {
margin-top: 12px;
height: 25px;
width: 80px;
background: #e4cee3;
border: 1px solid #b5a4b4;
color: #5f2a51;
border-radius: 4px;
font-weight: bold;
font-size: 11px;
font-family: ubuntu;
text-shadow: 0px 1px 0px white;
box-shadow: inset 0px 3px 0px 0px #f1dbf0, inset 0px -10px 0px 0px #ceb9cd;
line-height: 0;
outline: 0;
float: right;
line-height: 27px;
}
div#bz_anfrage_avatar {
height: 100px;
width: 100px;
border-radius: 100%;
border: 2px dotted #505050;
background-position: -20px -32px;
position: relative;
float: left;
top: 5px;
left: 0px;
}
div#heart1 {
color: #ffffff;
position: relative;
top: -8.5px;
color: #5F2A51;
text-shadow: 0px 1px 0px white;
}
div#heart2 {
color: #5F2A51;
position: relative;
top: -8.5px;
text-shadow: 0px 1px 0px white;
}
div#bz_box {
visibility: visible;
position: absolute;
height: auto;
display: table;
vertical-align: middle;
left: 38%;
background: rgb(226, 226, 226);
border: 1px solid rgb(0, 0, 0);
border-radius: 4px;
text-align: center;
color: black;
padding: 10px;
box-shadow: white 0px 3px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -4px 0px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 50px 0px;
z-index: 10;
top: 35%;
}

div#bz_anfrage {
width: 400px;
height: 150px;
}
div#bz_box {
visibility: visible;
position: absolute;
height: auto;
display: table;
vertical-align: middle;
left: 38%;
background: #E4CEE3;
border: 1px solid rgb(0, 0, 0);
border-radius: 4px;
text-align: center;
color: white;
padding: 10px;
box-shadow: #f1dbf0 0px 3px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -4px 0px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 50px 0px;
z-index: 10;
top: 35%;
}

div#bz_anfrage {
width: 400px;
height: 150px;
}

div#bz_title {
color: #5F2A51;
font-weight: bold;
position: relative;
text-align: center;
cursor:default;
text-shadow: 0px 1px 0px white;
}

div#bz_title_s1 {
height: 1px;
width: 75px;
background: #5F2A51;
float: left;
border-bottom: 1px solid white;
}

div#bz_title_s2 {
height: 1px;
width: 75px;
background: #5F2A51;
float: right;
/* margin-right: 25px; */
border-bottom: 1px solid white;
}

div#bz_title_style {
position: relative;
top: 8px;
}
div#g-soundoff {
height: 15px;
width: 15px;
background-image: url(../imgs/toolbar_bb_00.gif);
background-repeat: no-repeat;
background-position: 50%;
background-size: 14px;
}
div#bz_info {
height: 160px;
}
div#bz_info_infos {
text-align: left;
position: relative;
display: inline-block;
top: -115px;
color: #5F2A51;
line-height: 16px;
font-size: 11px;
left: 116px;
text-shadow: 0px 1px 0px white;
}
div#bz_info_bttns {
float: right;
position: relative;
top: -33px;
left: -44px;
margin-right: -40px;
}
div#bz_info_1 {
width: 115px;
float: left;
margin-left: 17px;
margin-right: 5px;
}
div#bz_info_2 {
float: left;
margin-right: 5px;
}
.bz_info_avatar {
height: 102px;
width: 55px;
background-position: 0px;
float: left;
margin-left: 6px;
}
div#bz_info_avatar2 {
margin-left: -26px;
}

div#bz_info_avatars {
width: 100px;
height: 125px;
margin-top: 10px;
border-radius: 5px;
overflow: hidden;
}
img.bz_info_img {
float: right;
margin-top: -141px;
margin-left: -97px;
position: relative;
left: -15px;
top: 17px;
}
div#bz_single {
width: 170px;
font-size: 10px;
}
div#bz_trennen:hover {
opacity: 0.5;
}

div#bz_trennen {
color: #653257;
position: relative;
top: 10px;
cursor: pointer;
font-size: 12px;
text-shadow: 0px 1px 0px white;
}

.box_schlie?en:hover {
opacity:0.5;
}

.box_schlie?en {
position: absolute;
width: 20px;
height: 20px;
top: 5px;
right: 5px;
color: #5f2a51;
cursor: pointer;
font-weight: bold;
text-shadow: 0px 1px 0px white;
font-size: 17px;
z-index: 2;
}
div#bz-punkte {
height: 11px;
width: 156px;
position: absolute;
right: 24px;
top: 160px;
background: #24231e;
z-index: 2;
border: 2px solid #54524d;
border-radius: 4px;
font-family: ubuntu;
line-height: 12px;
font-size: 11px;
padding: 5px;
font-weight: bold;
color: #b12727;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.69);
box-shadow: 0px 0px 0px 1px black;
}

div#online {
height: 11px;
width: 156px;
position: absolute;
right: 24px;
top: 195px;
background: #24231e;
z-index: 2;
border: 2px solid #54524d;
border-radius: 4px;
font-family: ubuntu;
line-height: 12px;
font-size: 11px;
padding: 5px;
font-weight: bold;
color: #a9a9a9;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.69);
box-shadow: 0px 0px 0px 1px black;
}

span#bz-pp {
text-align: right;
float: right;
font-weight: bold;
margin-right: 7px;
color: white;
}

span#bz-tt {
height: 23px;
width: 23px;
background: #b12727;
top: -19px;
display: inline-block;
float: right;
left: 27px;
border: 2px solid rgb(230, 50, 50);
border-radius: 4px;
box-shadow: 0px 0px 0px 1px black;
position: relative;
clear: both;
}

span#onlinezeit {
height: 23px;
width: 23px;
background: #b12727;
top: -19px;
display: inline-block;
float: right;
left: 27px;
border: 2px solid rgb(230, 50, 50);
border-radius: 4px;
box-shadow: 0px 0px 0px 1px black;
position: relative;
clear: both;
}
span#bz-tt-icon {
height: 23px;
width: 24px;
background: url(icon_heart.gif);
float: right;
z-index: 2;
background-repeat: no-repeat;
background-position: 50%;
}
div#current-ochats {
height: 14px;
width: 15px;
background: rgb(172, 29, 25);
border-radius: 100%;
line-height: 15px;
text-align: center;
position: absolute;
top: 273px;
left: 57px;
font-size: 9px;
font-weight: bold;
border: 2px solid #ed2823;
position: absolute;
z-index: 2;
}
div#bz-tool:hover {
opacity: 0.7;
}
div#bz-tool {
height: 32px;
width: 32px;
position: absolute;
background: url(heart-beats.png?ab);
background-size: 32px;
transition: 150ms;
right: 200px;
top: 13%;
z-index: 1;
background-color: #24231e;
padding: 5px;
background-repeat: no-repeat;
background-position: 5px 5px;
border-radius: 3px;
border: 2px solid #54524d;
cursor: pointer;
}
img.bz_love_brief {
margin-top: 15px;
margin-left: 10px;
}
div#bz_info_info {
text-align: left;
font-size: 11px;
position: relative;
text-shadow: 0px 1px 0px white;
top: 20px;
left: 0px;
width: 245px;
color: #6e3e61;
float: right;
margin-right: 15px;
}
div#bz_bg {
height: 94%;
width: 97%;
position: absolute;
background-image: url(info_bg.png);
opacity: 0.05;
background-size: 100%;
background-repeat: no-repeat;
}
div#bz_notification {
background: white;
width: 225px;
height: 60px;
position: fixed;
bottom: 10%;
right: 0px;
z-index: 2;
border-radius: 3px 0px 0px 3px;
border-bottom: 3px solid #afafaf;
}
div#bz_notification {
background: #24231e;
width: 225px;
height: 70px;
position: fixed;
bottom: 10%;
right: 0px;
z-index: 2;
border-radius: 3px 0px 0px 3px;
border-bottom: 3px solid #1b1b1b;
box-shadow: 0px 0px 0px 1px #000000;
color: white;
text-shadow: 0px 1px 1px black;
}

div#bz_notification_logo {
background-image: url('love_panda2.png');
height: 57px;
width: 44px;
float: left;
margin-left: 9px;
margin-top: 7px;
margin-right: 10px;
}

div#bz_notification_title {
font-weight: bold;
float: left;
margin-top: 8px;
font-size: 15px;
}

div#bz_notification_desc {
float: left;
font-size: 10px;
margin-top: 5px;
width: 140px;
}

ul#bz_ap {
margin-top: 20px;
text-align: left;
color: #5f2a51;
}

ul#bz_ap li {
height: 50px;
background: rgba(0,0,0,0.1);
padding: 2px;
border-radius: 5px;
margin-top:10px;
}

span#bz_ap_img_kiss {
height: 50px;
width: 50px;
float: left;
background-image: url(../imgs/KISS_HCCA.gif);
}

span#bz_ap_img_hug {
height: 50px;
width: 50px;
float: left;
background-image: url(../imgs/HUG_HHCA.gif);
}

span#bz_ap_img_time {
height: 50px;
width: 50px;
float: left;
background-image: url(../imgs/VSP01.gif);
background-repeat: no-repeat;
background-position: 50%;
}

span#bz_ap_title {
font-weight: bold;
display: block;
margin-top: 8px;
}

span#bz_ap_desc {
font-size: 11px;
display: block;
margin-top: 6px;
}
span#bz_ap_points {
float: right;
font-size: 12px;
position: relative;
top: -36px;
right: 5px;
font-weight: bold;
}

div#next_stufe {
text-align: left;
position: relative;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
top: 20px;
color: #5f2a51;
left: 10px;
}
div#bz_vg_bttns {
position: absolute;
right: 10px;
bottom: 20px;
}
div#next_stufe {
text-align: left;
position: relative;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
top: 20px;
color: #5f2a51;
left: 15px;
font-size: 12px;
}
img.nextbadge {
position: absolute;
right: 25px;
top: 10px;
padding: 6px;
box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.47);
border-radius: 5px;
}
div#bz_notification_points {
float: left;
font-size: 10px;
margin: 5px;
color: #e04f5f;
font-weight: bold;
}
.stack_change {
float: left;
height: 30px;
width: 95px;
transition: 200ms;
color: white;
cursor: pointer;
border-top: 1px solid rgba(0,0,0,0.3);
text-align: center;
line-height: 30px;
background: #cecece;
font-size: 12px;
color: black;
font-weight: bold;
text-shadow: 0px 1px 0px white;
}

input#magicVarAltitude {display: inline-block;height: 28px;text-align: center;width: 110px;border: none;outline: none;font-weight: bold;border-top: 1px solid rgba(0,0,0,0.3);}

div#stack_up {
float: right;
border-radius: 0px 0px 5px 0px;
}

div#stack_down {
border-radius: 0px 0px 0px 5px;
}

#banksystem {
display: none;
position: fixed;
z-index: 49;
left: 50%;
top: 50%;
margin-left: -75px;
margin-top: -75px;
width: 150px;
height: 170px;
background: #e2e2e2;
border: 2px solid #000;
border-radius: 4px;
text-align: center;
box-shadow: inset 0px 3px 0px 0px #ffffff, inset 0px -3px 0px 0px #8c8c8c, 0 0 2em black;
cursor: default;
}

#banksystem #?berschrift {
display: inline-block;
margin-top: 5px;
padding: 0;
font-family: "segoe ui", "segoe ui lighter";
font-size: 1em;
color: #000000;
font-weight: bold;
text-shadow: 0px 1px 0px white;
}

#banksystem #schlie?en {
position: absolute;
display: inline-block;
width: 10px;
height: 18px;
background-color: #e2e2e2;
right: 6px;
top: 6px;
border: 1px solid black;
border-radius: 5px;
font-size: 14px;
font-family: arial black;
line-height: 18px;
color: #444444;
font-weight: bold;
box-shadow: inset 0px 2px 0px 0px #ffffff, inset 0px -2px 0px 0px #afafaf;
}

#banksystem #schlie?en:hover {
opacity:0.75;
}


#banksystem #header {
width: 100%;
height: 40px;
background-color: black;
margin-top: 8px;
font-size: 14px;
font-family: "segoe ui", "segoe ui lighter";
line-height: 19px;
text-align: right;
opacity: 0.7;
}

#banksystem button.bank_menu {
width: 110px;
height: 25px;
background: linear-gradient(to bottom, #d0d0d0 50%, #b3b3b3 51%);
color: black;
font-size: 13px;
font-family: "segoe ui", "segoe ui lighter";
border: 1px solid #000000;
border-radius: 2px;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
font-weight: bold;
outline: 0;
}

button:focus {
outline: none;
}

button::-moz-focus-inner {
border: 0;
}

#banksystem button.bank_menu:hover {
opacity:0.8;
}

#banksystem button.bank_menu:active {
opacity:1;
}

#banksystem #zur?ck {
display: none;
position: absolute;
top: 10px;
left: 10px;
width: 10px;
cursor: pointer;
height: 11px;
background-image: url(/gallery/imgs/arrow.gif);
}

#banksystem #zur?ck:hover {
opacity: 0.7;
}

#banksystem #zur?ck:active {
opacity: 1;
}

#banksystem #inhalt {
margin-top: 12px;
}

#banksystem #inhalt #meldung {
display: inline;
margin: 0;
padding: 0;
font-family: "segoe ui", "segoe ui lighter";
font-size: 14px;
color: black;
}

.stack_change:hover {
opacity: 0.8;
}
div#next_stufe {
text-align: left;
position: relative;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
top: 20px;
color: #5f2a51;
left: 15px;
font-size: 12px;
}

</style>






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



if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "25.87.37.53",
"connection.info.port" : "30000",
"site.url" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"url.prefix" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"client.reload.url" : "http:/25.87.37.53/client.php",
"client.fatal.error.url" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"client.connection.failed.url" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"external.variables.txt" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"external.texts.txt" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"productdata.load.url" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"furnidata.load.url" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendi perfavore! Mexico sta caricando.",
"flash.client.url" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "
Perfavore, Entra oppure Registrati per vedere i Link!
",
"allowScriptAccess" : "always",
"menu" : "false"
};


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


FlashExternalInterface.signoutUrl = "
Perfavore, Entra oppure Registrati per vedere i Link!
";


var clientUrl = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
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">
<br><br>
<center> <p>Ciao!<br> <br> <img src="
Perfavore, Entra oppure Registrati per vedere i Link!
"> <br><br>Hai il Flash Player disattivato<br> Per entrare nel client clicca questo tasto e clicca "acconsenti"</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>
<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> <script type="text/javascript">
jjLoader.init('client', 6, '
Perfavore, Entra oppure Registrati per vedere i Link!
//
</script>


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





</div>


</div>

</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">
HabboView.run();
</script>

</body>

</html>
 
Luigi -TiiS Luigi -TiiS Apri un topic in Assistenza tecnica, qui non possiamo fornirti ausilio.