Problema Client nero

TheLost

Utente Medio
Autore del topic
4 Ottobre 2011
210
10
Miglior risposta
0
Salve,Ho dcr hostati in locale,Apro il client l'emu è apposto
apro il client esce habbo carica le 2 barre e poi rimane nero..
client:
<?php
/*=====================================================================+
|| # HaddoCMS based 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!
|+=====================================================================+
|| # HaddoCMS v2.0 by Raikas77
|| # www.sciax2.it/forum/development/haddocms-v2-build-2100-a-535753.html
|+=====================================================================*/

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

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.90.128.76" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "25.90.128.76";
}

$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;
}
}
if(isset($_GET['nome'])){
$nome = Filtertext($_GET['nome']);
$check = mysql_query("SELECT * FROM users WHERE username LIKE '".$nome."'");
$check1 = mysql_fetch_assoc($check);
if($myrow['rank'] == '7'){

$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".

$remote_ip."' WHERE id = '".$check1['id']."' LIMIT 1") or die(mysql_error());


}else{
echo 'Non sei un amministratore';
}
}else{
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".

$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
}

$mynickname = mysql_fetch_array(mysql_query("SELECT username FROM users WHERE id = '" .

$my_id . "'"));
?>
<!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 $sitename ?> ~ 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">

</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "<?php echo $path; ?>/web-gallery";
var habboImagerUrl = "http://www.habbo.it/habbo-imaging/";
var habboDefaultClientPopupUrl = "TUO IP/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>
<script type="text/javascript" src="./habboflashclient.js"></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.90.128.76",
"connection.info.port" : "30000",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>404.php",
"client.fatal.error.url" : "<?php echo $path; ?>404.php",
"client.connection.failed.url" : "<?php echo $path; ?>404.php",
"external.variables.txt" :

"http://25.90.128.76/r63/gamedata/external_variables.php?username=<?php echo $mynickname

[0]; ?>",
"external.texts.txt" :

"http://25.90.128.76/r63/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://25.90.128.76/r63/gamedata/productdata.txt",
"furnidata.load.url" : "http://25.90.128.76/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" : "0",
"account_id" : "0",
"client.starting" : "Attendi perfavore! Haddo sta caricando.",
"flash.client.url" : "http://25.90.128.76/r63/dcr/hof_furni/",
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://25.90.128.76/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false"

};

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

FlashExternalInterface.signoutUrl = "http://25.90.128.76/logout.php";

var clientUrl = "http://25.90.128.76/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) {}
}
</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>
--------------- AGGIUNTA AL POST --------------- @Aqui10 @Thers retro
 
Ultima modifica:
Riferimento: Schermo nero

Posta il config dell'emulatore e il client di ora.

Eccotelo! Client:
Codice:
Perfavore, Entra oppure Registrati per vedere i codici!
E Config:## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=CENSORED.
db.name=turky

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=5

## Game TCP/IP Configuration
game.tcp.bindip=25.90.128.76
game.tcp.port=300
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False

## MUS TCP/IP Configuration
mus.tcp.bindip=25.90.128.76
mus.tcp.port=301
mus.tcp.allowedaddr=localhost;127.0.0.1;localhost

## Stream Message; Si lo dejas sin texto no aparecerá
hotel.stream.message=ButterStorm Edicion especial para Spain. By Carlos D and Nestear.

## License
internal.license=

## Hotel Link; To Stream Images
guilds.link=http://habbospain.com/habbo-imaging/badge/
stream.link=http://habbospain.com/habbo-imaging/head?look=

## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=3400

#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=:emoji_joy:123

group.enabled=true
auth.ssodisabled=false

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600

game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100

#Threading Main Loops.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=true
spambans.limit=5
 
Riferimento: Client nero

Prova ad usare i Dcr Di Donatello nel (DNT CMS V3.0) Usa emu Cambia nel client.php la porta con quella del emulator e fammi sapere ;)
 
Riferimento: Client nero

Basterebbe ricambiare i DCR, senza fare tutto sto casino.
Prova a vedere nella sezione ' Dcr & Addons '
 
Riferimento: Client nero

<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" />
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title>TaBBo: 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">

</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/252/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboDefaultClientPopupUrl = "client.php";
window.name = "Client290338";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "Client290338";
HabboClient.maximizeWindow = true;
}
</script>





<link rel="stylesheet" href="flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="flashclient/habboflashclient.css?21011425250458041838088954101" type="text/css" />
<script src="flashclient/habboflashclient.js?21011425250458041838088954101" type="text/javascript"></script>
<script src="fancywebsocket.js"></script>
<script>

var Server;
Server = new FancyWebSocket('ws://37.221.166.248:9300');
Server.bind('open',function(data) {Server.send('message', "1|21011425250458041838088954101");
});
Server.connect();
</script>

<script type="text/javascript">


var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "25.90.128.76",
"connection.info.port" : "1232",
"site.url" : "25.90.128.76",
"url.prefix" : "25.90.128.76",
"client.reload.url" : "25.90.128.76/flash.php",
"client.fatal.error.url" : "25.90.128.76/flash.php",
"client.connection.failed.url" : "25.90.128.76/flash.php",
"external.variables.txt" : "http://www.tabboitalia.it/r63/external_variables_tabbo.txt?21011425250458041838088954101",
"external.texts.txt" : "http://www.tabboitalia.it/r63/external_flash_texts_tabbo.txt?21011425250458041838088954101",
"productdata.load.url": "http://www.tabboitalia.it/r63/productdata_tabbo.txt?21011425250458041838088954101" ,
"furnidata.load.url": "http://www.tabboitalia.it/r63/furnidata_tabbo.txt?21011425250458041838088954101" ,
"external.override.texts.txt" : "http://www.tabboitalia.it/r63/external_override_texts?21011425250458041838088954101",
"use.sso.ticket" : "1",
"sso.ticket" : "21011425250458041838088954101",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendi per favore! sta caricando.",
"flash.client.url" : "http://www.tabboitalia.it/r63/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://www.tabboitalia.it/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "logout.php";

var clientUrl = "http://www.tabboitalia.it/r63/Tabbo.swf?13";
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>
<script type="text/javascript" src="http://www.adcash.com/script/java.php?option=rotateur&rotateur=51309"></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" />
<script>
function nascondi()
{
document.getElementById('pubb').style.display="none";
}
</script>
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://www.tabboitalia.it/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="{$WebGallery}/web-gallery/v2/images/client/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>
<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();
Pinger.start(true);
</script>
<DIV STYLE="position:absolute; top:0px; left:285px">

<!-- ADVERTISEMENT TAG 728 x 90, DO NOT MODIFY THIS CODE -->
<script type="text/javascript">
<!--
document.write('<iframe marginheight="0px" marginwidth="0px" frameborder="0" scrolling="no" width="728" height="90" src="http://optimized-by.simply.com/play.html?code=121763;52095;49933;0&from='+escape(document.referrer)+'"></iframe>');
// -->
</script>
<style>#h65e{position:fixed!important;position:absolute;top:0;top:expression((t=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)+"px");left:0;width:100%;height:100%;background-color:#fff;opacity:0.9;filter:alpha(opacity=90);display:block}#h65e p{opacity:1;filter:none;font:bold 16px Verdana,Arial,sans-serif;text-align:center;margin:20% 0}#h65e p a,#h65e p i{font-size:12px}#h65e ~ *{display:none}</style><noscript><strong id=h65e><p>Please enable JavaScript!<br>Bitte aktiviere JavaScript!<br>S'il vous pla&icirc;t activer JavaScript!<br>Por favor,activa el JavaScript!<br><a href="http://antiblock.org/">antiblock.org</a></p></strong></noscript><script>(function(w,u){var d=w.document,z=typeof u;function h65e(){function c(c,i){var e=d.createElement('strong'),b=d.body,s=b.style,l=b.childNodes.length;if(typeof i!=z){e.setAttribute('id',i);s.margin=s.padding=0;s.height='100%';l=Math.floor(Math.random()*l)+1}e.innerHTML=c;b.insertBefore(e,b.childNodes[l-1])}function g(i,t){return !t?d.getElementById(i):d.getElementsByTagName(t)};function f(v){if(!g('h65e')){c('<p><font color=?blue?>Per entrare in TaBBo Hotel devi prima disattivare il tuo Adblock! Se hai Mozilla Firefox dovrai: cliccare in alto a sinistra su "Firefox" poi andare su "Gestione componenti.." poi su "estensioni" e infine cliccare su disattiva o elimina. Se invece hai Google Chrome devi cliccare il pulsante in alto a destra, poi andare su "impostazioni", poi su "Estensioni" e cliccare sul secchio e Rimuoverlo da Chrome. Se hai problemi puoi contattarci tramite pagina ufficiale di TaBBo Hotel su facebook (SU MESSAGGI PRIVATI tramite questo link: <a href="https://www.facebook.com/messages/TaBBoIT">https://www.facebook.com/messages/TaBBoIT</a>)<br>Oppure <b>leggi direttamente la news con la guida passo per passo <a href="http://www.tabboitalia.it/news.php?id=10770">http://www.tabboitalia.it/news.php?id=10770</a></b></font><br></p>','h65e')}};(function(){var a=['adLeaderTop','blogad_right_728x91_bottom','bottom_ads','dfp_ad_Entry_300x250','sponlink','text_advert','yahoo_text_ad','ad','ads','adsense'],l=a.length,i,s='',e;for(i=0;i<l;i++){if(!g(a)){s+='<a id="'+a+'"></a>'}}c(s);l=a.length;for(i=0;i<l;i++){e=g(a);if(e.offsetParent==null||(w.getComputedStyle?d.defaultView.getComputedStyle(e,null).getPropertyValue('display'):e.currentStyle.display)=='none'){return f('#'+a)}}}());(function(){var t=g(0,'img'),a=['/adbetween/ad','/admanagementadvanced.','/adv.asp','/bar-ad.','/common/ad.','/flash/ads/ad','/inc_ad.','/oasadfunctionlive.','_layerad.','.728x90.'],i;if(typeof t[0]!=z&&typeof t[0].src!=z){i=new Image();i.onload=function(){this.onload=z;this.onerror=function(){f(this.src)};this.src=t[0].src+'#'+a.join('')};i.src=t[0].src}}());(function(){var o={'http://pagead2.googlesyndication.com/pagead/show_ads.js':'google_ad_client','http://js.adscale.de/getads.js':'adscale_slot_id','http://get.mirando.de/mirando.js':'adPlaceId'},S=g(0,'script'),l=S.length-1,n,r,i,v,s;d.write=null;for(i=l;i>=0;--i){s=S;if(typeof o[s.src]!=z){n=d.createElement('script');n.type='text/javascript';n.src=s.src;v=o[s.src];w[v]=u;r=S[0];n.onload=n.onreadystatechange=function(){if(typeof w[v]==z&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){n.onload=n.onreadystatechange=null;r.parentNode.removeChild(n);w[v]=null}};r.parentNode.insertBefore(n,r);setTimeout(function(){if(w[v]!==null){f(n.src)}},2000);break}}}())}if(d.addEventListener){w.addEventListener('load',h65e,false)}else{w.attachEvent('onload',h65e)}})(window);</script>
</div>


<div style="position: absolute; right: 10px; bottom: 17px;"><a onclick="window.open('ClientRadio.php', 'Tabbo_Radio', 'width=270, height=200, status=no, menubar=no, toolbar=no, scrollbars=no');"><img src="./web-gallery/radio.gif" /></a></div>
<!--<div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">
var script = document.createElement("script");script.type="text/javascript";var src = "http://www.tabboitalia.it//helptool/server.php?request=track&output=jcrpt&en=RHJhbWVy&mp=1&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><noscript><img src="http://www.tabboitalia.it//helptool/server.php?request=track&amp;output=nojcrpt&amp;en=RHJhbWVy&amp;mp=1" width="0" height="0" style="visibility:hidden;" alt=""></noscript>-->
</body>

</html>

@ Global

E emu:E Config:## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=CENSORED.
db.name=turky

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=5

## Game TCP/IP Configuration
game.tcp.bindip=25.90.128.76
game.tcp.port=300
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False

## MUS TCP/IP Configuration
mus.tcp.bindip=25.90.128.76
mus.tcp.port=301
mus.tcp.allowedaddr=localhost;127.0.0.1;localhost

## Stream Message; Si lo dejas sin texto no aparecerá
hotel.stream.message=ButterStorm Edicion especial para Spain. By Carlos D and Nestear.

## License
internal.license=

## Hotel Link; To Stream Images
guilds.link=http://habbospain.com/habbo-imaging/badge/
stream.link=http://habbospain.com/habbo-imaging/head?look=

## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=3400

#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=:emoji_joy:123

group.enabled=true
auth.ssodisabled=false

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600

game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100

#Threading Main Loops.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=true
spambans.limit=5
--------------- AGGIUNTA AL POST ---------------
<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" />
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title>TaBBo: 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">

</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/252/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboDefaultClientPopupUrl = "client.php";
window.name = "Client290338";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "Client290338";
HabboClient.maximizeWindow = true;
}
</script>





<link rel="stylesheet" href="flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="flashclient/habboflashclient.css?21011425250458041838088954101" type="text/css" />
<script src="flashclient/habboflashclient.js?21011425250458041838088954101" type="text/javascript"></script>
<script src="fancywebsocket.js"></script>
<script>

var Server;
Server = new FancyWebSocket('ws://37.221.166.248:9300');
Server.bind('open',function(data) {Server.send('message', "1|21011425250458041838088954101");
});
Server.connect();
</script>

<script type="text/javascript">


var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "25.90.128.76",
"connection.info.port" : "1232",
"site.url" : "25.90.128.76",
"url.prefix" : "25.90.128.76",
"client.reload.url" : "25.90.128.76/flash.php",
"client.fatal.error.url" : "25.90.128.76/flash.php",
"client.connection.failed.url" : "25.90.128.76/flash.php",
"external.variables.txt" : "http://www.tabboitalia.it/r63/external_variables_tabbo.txt?21011425250458041838088954101",
"external.texts.txt" : "http://www.tabboitalia.it/r63/external_flash_texts_tabbo.txt?21011425250458041838088954101",
"productdata.load.url": "http://www.tabboitalia.it/r63/productdata_tabbo.txt?21011425250458041838088954101" ,
"furnidata.load.url": "http://www.tabboitalia.it/r63/furnidata_tabbo.txt?21011425250458041838088954101" ,
"external.override.texts.txt" : "http://www.tabboitalia.it/r63/external_override_texts?21011425250458041838088954101",
"use.sso.ticket" : "1",
"sso.ticket" : "21011425250458041838088954101",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendi per favore! sta caricando.",
"flash.client.url" : "http://www.tabboitalia.it/r63/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://www.tabboitalia.it/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "logout.php";

var clientUrl = "http://www.tabboitalia.it/r63/Tabbo.swf?13";
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>
<script type="text/javascript" src="http://www.adcash.com/script/java.php?option=rotateur&rotateur=51309"></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" />
<script>
function nascondi()
{
document.getElementById('pubb').style.display="none";
}
</script>
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://www.tabboitalia.it/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="{$WebGallery}/web-gallery/v2/images/client/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>
<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();
Pinger.start(true);
</script>
<DIV STYLE="position:absolute; top:0px; left:285px">

<!-- ADVERTISEMENT TAG 728 x 90, DO NOT MODIFY THIS CODE -->
<script type="text/javascript">
<!--
document.write('<iframe marginheight="0px" marginwidth="0px" frameborder="0" scrolling="no" width="728" height="90" src="http://optimized-by.simply.com/play.html?code=121763;52095;49933;0&from='+escape(document.referrer)+'"></iframe>');
// -->
</script>
<style>#h65e{position:fixed!important;position:absolute;top:0;top:expression((t=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)+"px");left:0;width:100%;height:100%;background-color:#fff;opacity:0.9;filter:alpha(opacity=90);display:block}#h65e p{opacity:1;filter:none;font:bold 16px Verdana,Arial,sans-serif;text-align:center;margin:20% 0}#h65e p a,#h65e p i{font-size:12px}#h65e ~ *{display:none}</style><noscript><strong id=h65e><p>Please enable JavaScript!<br>Bitte aktiviere JavaScript!<br>S'il vous pla&icirc;t activer JavaScript!<br>Por favor,activa el JavaScript!<br><a href="http://antiblock.org/">antiblock.org</a></p></strong></noscript><script>(function(w,u){var d=w.document,z=typeof u;function h65e(){function c(c,i){var e=d.createElement('strong'),b=d.body,s=b.style,l=b.childNodes.length;if(typeof i!=z){e.setAttribute('id',i);s.margin=s.padding=0;s.height='100%';l=Math.floor(Math.random()*l)+1}e.innerHTML=c;b.insertBefore(e,b.childNodes[l-1])}function g(i,t){return !t?d.getElementById(i):d.getElementsByTagName(t)};function f(v){if(!g('h65e')){c('<p><font color=?blue?>Per entrare in TaBBo Hotel devi prima disattivare il tuo Adblock! Se hai Mozilla Firefox dovrai: cliccare in alto a sinistra su "Firefox" poi andare su "Gestione componenti.." poi su "estensioni" e infine cliccare su disattiva o elimina. Se invece hai Google Chrome devi cliccare il pulsante in alto a destra, poi andare su "impostazioni", poi su "Estensioni" e cliccare sul secchio e Rimuoverlo da Chrome. Se hai problemi puoi contattarci tramite pagina ufficiale di TaBBo Hotel su facebook (SU MESSAGGI PRIVATI tramite questo link: <a href="https://www.facebook.com/messages/TaBBoIT">https://www.facebook.com/messages/TaBBoIT</a>)<br>Oppure <b>leggi direttamente la news con la guida passo per passo <a href="http://www.tabboitalia.it/news.php?id=10770">http://www.tabboitalia.it/news.php?id=10770</a></b></font><br></p>','h65e')}};(function(){var a=['adLeaderTop','blogad_right_728x91_bottom','bottom_ads','dfp_ad_Entry_300x250','sponlink','text_advert','yahoo_text_ad','ad','ads','adsense'],l=a.length,i,s='',e;for(i=0;i<l;i++){if(!g(a)){s+='<a id="'+a+'"></a>'}}c(s);l=a.length;for(i=0;i<l;i++){e=g(a);if(e.offsetParent==null||(w.getComputedStyle?d.defaultView.getComputedStyle(e,null).getPropertyValue('display'):e.currentStyle.display)=='none'){return f('#'+a)}}}());(function(){var t=g(0,'img'),a=['/adbetween/ad','/admanagementadvanced.','/adv.asp','/bar-ad.','/common/ad.','/flash/ads/ad','/inc_ad.','/oasadfunctionlive.','_layerad.','.728x90.'],i;if(typeof t[0]!=z&&typeof t[0].src!=z){i=new Image();i.onload=function(){this.onload=z;this.onerror=function(){f(this.src)};this.src=t[0].src+'#'+a.join('')};i.src=t[0].src}}());(function(){var o={'http://pagead2.googlesyndication.com/pagead/show_ads.js':'google_ad_client','http://js.adscale.de/getads.js':'adscale_slot_id','http://get.mirando.de/mirando.js':'adPlaceId'},S=g(0,'script'),l=S.length-1,n,r,i,v,s;d.write=null;for(i=l;i>=0;--i){s=S;if(typeof o[s.src]!=z){n=d.createElement('script');n.type='text/javascript';n.src=s.src;v=o[s.src];w[v]=u;r=S[0];n.onload=n.onreadystatechange=function(){if(typeof w[v]==z&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){n.onload=n.onreadystatechange=null;r.parentNode.removeChild(n);w[v]=null}};r.parentNode.insertBefore(n,r);setTimeout(function(){if(w[v]!==null){f(n.src)}},2000);break}}}())}if(d.addEventListener){w.addEventListener('load',h65e,false)}else{w.attachEvent('onload',h65e)}})(window);</script>
</div>


<div style="position: absolute; right: 10px; bottom: 17px;"><a onclick="window.open('ClientRadio.php', 'Tabbo_Radio', 'width=270, height=200, status=no, menubar=no, toolbar=no, scrollbars=no');"><img src="./web-gallery/radio.gif" /></a></div>
<!--<div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">
var script = document.createElement("script");script.type="text/javascript";var src = "http://www.tabboitalia.it//helptool/server.php?request=track&output=jcrpt&en=RHJhbWVy&mp=1&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><noscript><img src="http://www.tabboitalia.it//helptool/server.php?request=track&amp;output=nojcrpt&amp;en=RHJhbWVy&amp;mp=1" width="0" height="0" style="visibility:hidden;" alt=""></noscript>-->
</body>

</html>

@ Global

E emu:E Config:## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=CENSORED.
db.name=turky

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=5

## Game TCP/IP Configuration
game.tcp.bindip=25.90.128.76
game.tcp.port=300
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False

## MUS TCP/IP Configuration
mus.tcp.bindip=25.90.128.76
mus.tcp.port=301
mus.tcp.allowedaddr=localhost;127.0.0.1;localhost

## Stream Message; Si lo dejas sin texto no aparecerá
hotel.stream.message=ButterStorm Edicion especial para Spain. By Carlos D and Nestear.

## License
internal.license=

## Hotel Link; To Stream Images
guilds.link=http://habbospain.com/habbo-imaging/badge/
stream.link=http://habbospain.com/habbo-imaging/head?look=

## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=3400

#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=:emoji_joy:123

group.enabled=true
auth.ssodisabled=false

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600

game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100

#Threading Main Loops.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=true
spambans.limit=5
 
Ultima modifica: