Problema client nero

AntoOwna

Utente Normale
Autore del topic
1 Aprile 2012
67
0
Miglior risposta
0
Ho un vps.. Ho scaricato tutto ho configurato tutto.
Uso la fov pack ...
Mi carica il client fino a 100%
e poi puuff

e mi rimane nero.

Qual'è il problema?
 
Riferimento: Problema client nero

Postami il config dell' emulatore ed il client, grazie ^^
 
Riferimento: Problema client nero

## 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=fanculo
db.name=meringa

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

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

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Stream Message
hotel.stream.message=He
--------------- AGGIUNTA AL POST ---------------
<?php
include('core.php');
include('includes/session.php');

if($logged_in)
require_once('includes/session.php');
else{
header("location: ".path);
exit;
}

if(closing && date('h') >= $closing['start'] && date('h') < $closing['finish'] && $user->row['rank'] < 4){
header("location: ".path."hotelclosed");
exit;
}

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['enable'] = true;
$forward['type'] = 2;
$forward['id'] = $roomid;
}else
$forward['enable'] = false;
}else
$forward['enable'] = false;

$myticket = $input->generateticket();

if(isset($_get['name'])){
$nome = $input->escapestring($_get['name']);
$check = mysql_query("select * from users where username = '".$nome."'");
$check1 = mysql_fetch_assoc($check);
if($user->row['rank'] == '7'){
mysql_query("update users set auth_ticket = '".$myticket."' where id = '".$check1['id']."' limit 1") or die(mysql_error());
} else exit;
} else
mysql_query("update users set auth_ticket = '".$myticket."', ip_last = '".$_server['remote_addr']."' where id = '".$user->row['id']."' limit 1") or die(mysql_error());
?>
<!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 $site['name'] ?>:</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 = "<?php echo $client['ip']; ?>/client";
</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" : "<?php echo $client['ip']; ?>",
"connection.info.port" : "<?php echo $client['port']; ?>",
"site.url" : "<?php echo path; ?>",
"url.prefix" : "<?php echo path; ?>",
"client.reload.url" : "<?php echo path; ?>disconnesso",
"client.fatal.error.url" : "<?php echo path; ?>disconnesso",
"client.connection.failed.url" : "<?php echo path; ?>disconnesso",
"external.variables.txt" : "<?php echo $client['vars']; ?>",
"external.texts.txt" : "<?php echo $client['texts']; ?>",
"productdata.load.url" : "<?php echo $client['productdata']; ?>",
"furnidata.load.url" : "<?php echo $client['furnidata']; ?>",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
<?php if($forward['enable']){ ?>
"forward.type" : "<?php echo $forward['type']; ?>",
"forward.id" : "<?php echo $forward['id']; ?>",
<?php } ?>
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "<?php echo $client['clientext']; ?>",
"flash.client.url" : "<?php echo $client['clienturl']; ?>",
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "<?php echo $client['base']; ?>",
"allowscriptaccess" : "always",
"menu" : "false"

};

if (!(habbletloader.needsflashkbworkaround())) {
params["wmode"] = "opaque";
}

flashexternalinterface.signouturl = "<?php echo path; ?>logout.php";

var clienturl = "<?php echo $client['habboswf']; ?>";
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>
si configura dal hk
 
Ultima modifica:
Riferimento: Problema client nero

## 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=fanculo
db.name=meringa

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

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

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Stream Message
hotel.stream.message=He
--------------- AGGIUNTA AL POST ---------------
si configura dal hk

Mettilo con la stranga php non si capisce nulla. ;)
 
Riferimento: Problema client nero

Nel config dell' emu dove c'è questo:
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!
al posto degli 127.0.0.1 devi mettere l' ip del tuo hotel che credo sia 178..., mentre postami uno screen di come hai configurato dall' housekeeping se non va ancora ^^