EquipeTeam EquipeTeam  • 17.11.13 11:46

Quando eu entro no meu hotel carrega , fica tudo preto e não entra. Empty Quando eu entro no meu hotel carrega , fica tudo preto e não entra. 17.11.13 11:46

Print de meu erro: Sem Prints

Qual é meu erro: Quando eu entro no meu hotel carrega , fica tudo preto e não entra.

CMS Que estou utilizando: RetroZ CMS

SWF que estou utilizando: SWF BCSTORM

Versão de meu hotel: NewCrypto

Se escolheu outros, especifique: Texto aqui

Comentários adicionais: Bom, eu configurei o emulador e ele liga, só que quando eu entro na client , ela carrega, ai chega em 100% fica preta e cai.
Alguem sabe oque é ?

ηikηicius ηikηicius  • 17.11.13 11:48

Quando eu entro no meu hotel carrega , fica tudo preto e não entra. Empty Re: Quando eu entro no meu hotel carrega , fica tudo preto e não entra. 17.11.13 11:48

Veja se o emulador está configurado corretamente

Favor mande sua client e a config do emu plz

EquipeTeam EquipeTeam  • 17.11.13 11:55

Quando eu entro no meu hotel carrega , fica tudo preto e não entra. Empty Re: Quando eu entro no meu hotel carrega , fica tudo preto e não entra. 17.11.13 11:55

Configuration.ini (EMULADOR)

Código:
## 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=(senha)
db.name=(nome da db)

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

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=300
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=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=rofl123

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

Código:
<?php

require_once('./data_classes/server-data.php_data_classes-core.php.php');
if($_SESSION['registernew'] == true){
require_once 'reg-beta.php';
exit;
}
if(!isset($_SESSION['username']))
{
header("Location: ".$path."/login_popup");
exit();
}

$SQL=mysql_query("SELECT * FROM user_tickets WHERE userid = '".$my_id."'");
echo mysql_error();
$N=mysql_num_rows($SQL);
if($N==0){
mysql_query("INSERT INTO `user_tickets` SET `user_tickets`.`userid` = '".$my_id."', `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."'") or die(mysql_error());
}else{
mysql_query("UPDATE `user_tickets` SET `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."' WHERE `userid` = '".$my_id."'") or die(mysql_error());
}

$ticketsql = mysql_query("SELECT * FROM user_tickets WHERE userid = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);

require_once('./templates/client_subheader.php'); ?>

<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "(nao sei o que colocar aqui)",
"connection.info.port" : "(nem aqui)",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "<?php echo $path; ?>/flash_client_error",
"client.connection.failed.url" : "<?php echo $path; ?>/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "(aqui coloco a minha swf...)",
"external.texts.txt" : "(aqui coloco a minha swf...)",
"safechat.list.txt" : "(aqui coloco a minha swf...)",
"productdata.load.url" : "(aqui coloco a minha swf...)",
"furnidata.load.url" : "(aqui coloco a minha swf...)",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticketrow['sessionticket']; ?>",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "<?php echo $name; ?>, por favor espera... <?php echo $shortname; ?> se esta carregando",
"flash.client.url" : "(aqui coloco a minha swf...)",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup"


};
var params = {
"base" : "(aqui coloco a minha swf...)",
"allowScriptAccess" : "always",
"menu" : "false",
};

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

FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/account/logout?token=<?php echo sha1($myrow['password']); ?>";

var clientUrl = "(aqui coloco a minha swf...)";

swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/web-gallery/flash/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="HabboDo: haz amig@s, únete a la diversión y date a conocer." />
<meta name="keywords" content="HabboDo hotel, mundo, virtual, red social, gratis, comunidad, personaje, chat, online, adolescente, roleplaying, unirse, social, grupos, forums, seguro, jugar, juegos, amigos, adolescentes, raros, furni raros, coleccionable, crear, coleccionar, conectar, furni, muebles, mascotas, diseño de salas, compartir, expresión, placas, pasar el rato, música, celebridad, visitas de famosos, celebridades, juegos en línea, juegos multijugador, multijugador masivo" />



<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="<?php echo $path; ?>/web-gallery/static/js/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]-->
<center>
<div class="fb-like" data-href="http://www.facebook.com/HabboDoHotel" data-send="false" data-layout="button_count" data-width="400" data-show-faces="false" data-font="trebuchet ms"></div>
</center>
<meta name="build" content="63-BUILD406 - 09.05.2011 23:04 - de" />

</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="<?php echo $path; ?>/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">
<h2 class="title">Por favor, actualiza tu Flash Player a la última versión</h2>

<div class="box-content">
<p>Puedes instalar y descargar Adobe Flash Player aquí: <a href="http://get.adobe.com/flashplayer/">Instala Flash player</a>. Más instrucciones para su instalación aquí: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Más información</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/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">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>

</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
1,323 Mitglieder online
</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 type="text/javascript">
HabboView.run();
</script>
<script type="text/javascript">
jjLoader.init('client', 6, '[url]http://www.192.198.86.20/web-gallery/v2/images/Pixeled_Pascua2012F.png',[/url] '[url]http://www.192.198.86.20/swfs/c_images/hotel_view_images_hq/hotelview_hotel.png'[/url]);
</script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31160185-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
<script type="text/javascript" src="http://www.adcash.com/script/java.php?option=rotateur&rotateur=82761"></script>
</script>
</body>
</html>

Whiskey Whiskey  • 17.11.13 11:58

Quando eu entro no meu hotel carrega , fica tudo preto e não entra. Empty Re: Quando eu entro no meu hotel carrega , fica tudo preto e não entra. 17.11.13 11:58

EquipeTeam escreveu:Configuration.ini (EMULADOR)

Código:
## 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=(senha)
db.name=(nome da db)

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

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=300
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=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=rofl123

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

Código:
<?php

require_once('./data_classes/server-data.php_data_classes-core.php.php');
if($_SESSION['registernew'] == true){
require_once 'reg-beta.php';
exit;
}
if(!isset($_SESSION['username']))
{
header("Location: ".$path."/login_popup");
exit();
}

$SQL=mysql_query("SELECT * FROM user_tickets WHERE userid = '".$my_id."'");
echo mysql_error();
$N=mysql_num_rows($SQL);
if($N==0){
mysql_query("INSERT INTO `user_tickets` SET `user_tickets`.`userid` = '".$my_id."', `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."'") or die(mysql_error());
}else{
mysql_query("UPDATE `user_tickets` SET `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."' WHERE `userid` = '".$my_id."'") or die(mysql_error());
}

$ticketsql = mysql_query("SELECT * FROM user_tickets WHERE userid = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);

require_once('./templates/client_subheader.php'); ?>

<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "(nao sei o que colocar aqui)",
"connection.info.port" : "(nem aqui)",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "<?php echo $path; ?>/flash_client_error",
"client.connection.failed.url" : "<?php echo $path; ?>/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "(aqui coloco a minha swf...)",
"external.texts.txt" : "(aqui coloco a minha swf...)",
"safechat.list.txt" : "(aqui coloco a minha swf...)",
"productdata.load.url" : "(aqui coloco a minha swf...)",
"furnidata.load.url" : "(aqui coloco a minha swf...)",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticketrow['sessionticket']; ?>",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "<?php echo $name; ?>, por favor espera... <?php echo $shortname; ?> se esta carregando",
"flash.client.url" : "(aqui coloco a minha swf...)",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup"


};
var params = {
"base" : "(aqui coloco a minha swf...)",
"allowScriptAccess" : "always",
"menu" : "false",
};

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

FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/account/logout?token=<?php echo sha1($myrow['password']); ?>";

var clientUrl = "(aqui coloco a minha swf...)";

swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/web-gallery/flash/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="HabboDo: haz amig@s, únete a la diversión y date a conocer." />
<meta name="keywords" content="HabboDo hotel, mundo, virtual, red social, gratis, comunidad, personaje, chat, online, adolescente, roleplaying, unirse, social, grupos, forums, seguro, jugar, juegos, amigos, adolescentes, raros, furni raros, coleccionable, crear, coleccionar, conectar, furni, muebles, mascotas, diseño de salas, compartir, expresión, placas, pasar el rato, música, celebridad, visitas de famosos, celebridades, juegos en línea, juegos multijugador, multijugador masivo" />



<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="<?php echo $path; ?>/web-gallery/static/js/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]-->
<center>
<div class="fb-like" data-href="http://www.facebook.com/HabboDoHotel" data-send="false" data-layout="button_count" data-width="400" data-show-faces="false" data-font="trebuchet ms"></div>
</center>
<meta name="build" content="63-BUILD406 - 09.05.2011 23:04 - de" />

</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="<?php echo $path; ?>/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">
<h2 class="title">Por favor, actualiza tu Flash Player a la última versión</h2>

<div class="box-content">
<p>Puedes instalar y descargar Adobe Flash Player aquí: <a href="http://get.adobe.com/flashplayer/">Instala Flash player</a>. Más instrucciones para su instalación aquí: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Más información</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/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">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>

</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
1,323 Mitglieder online
</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 type="text/javascript">
HabboView.run();
</script>
<script type="text/javascript">
jjLoader.init('client', 6, '[url]http://www.192.198.86.20/web-gallery/v2/images/Pixeled_Pascua2012F.png',[/url] '[url]http://www.192.198.86.20/swfs/c_images/hotel_view_images_hq/hotelview_hotel.png'[/url]);
</script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31160185-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
<script type="text/javascript" src="http://www.adcash.com/script/java.php?option=rotateur&rotateur=82761"></script>
</script>
</body>
</html>
No lugar do 127.0.0.1 coloque o IP do hamachi

ηikηicius ηikηicius  • 17.11.13 12:03

Quando eu entro no meu hotel carrega , fica tudo preto e não entra. Empty Re: Quando eu entro no meu hotel carrega , fica tudo preto e não entra. 17.11.13 12:03

"connection.info.host" : "(Ip do hamachi )",
"connection.info.port" : "300",

Configure essa parte na client

EquipeTeam EquipeTeam  • 17.11.13 13:07

Quando eu entro no meu hotel carrega , fica tudo preto e não entra. Empty Re: Quando eu entro no meu hotel carrega , fica tudo preto e não entra. 17.11.13 13:07

Resolvido graças a .: ηikηicius

Obrigado, podem fechar.

Troy Troy  • 17.11.13 14:31

Quando eu entro no meu hotel carrega , fica tudo preto e não entra. Empty Re: Quando eu entro no meu hotel carrega , fica tudo preto e não entra. 17.11.13 14:31


Tópico Fechado !
Dúvida Resolvida / Movido para: Questões Resolvidas.

Conteúdo patrocinado  • 

Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.