Hey
Also der Client ladet bis 100% und dann bleibt alles schwarz weiß einer die Lösung zum Problem ?
danke im vorraus
Hey
Also der Client ladet bis 100% und dann bleibt alles schwarz weiß einer die Lösung zum Problem ?
danke im vorraus
Schonmal bei client.php geschaut ob alles richtig ist oder bei cms_settings ?
Mal eine andere SWF versucht ?
Habe keine andere :x
Such eine andere ? Oh man.
Finde keine xD
Das liegt nicht an der SWF.
Steht im EMU, dass du Connectest? (Connection from ....)
Hier ein Screen
Imgur
Ah und wenn der Client dann halt schwarz ist und man 5min wartet wird man zu einem anderen Hotel weitergeleitet.
Du hast wahrscheinlich die Ports falsch eingestellt, sonst würde der Emulator was anzeigen.
@asapi
Meine Emu 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=hubbax
db.name=habbo
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=100
## Game TCP/IP Configuration
game.tcp.bindip=84.200.204.46
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
## MUS TCP/IP Configuration
mus.tcp.bindip=84.200.204.46
mus.tcp.port=30001
mus.tcp.allowedaddr=84.200.204.46
## Maximum duckets
ducket.upper.limit=6500
## Stream Message
hotel.stream.message=N
## License
internal.license=
##Hotel Link
hotel.link=http://ip/
## Hotel Link; To Stream Images
guilds.link=http://ip/habbo-imaging/badge/
stream.link=http://ip/habbo-imaging/head/
## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=0
#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
allow.packetlog=false
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
Und die von deinem Client?
Client.php :
<?php
require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.php');
mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);
$client_port = mysql_fetch_assoc($client_port = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_port'"));
$client_mus = mysql_fetch_assoc($client_mus = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_mus'"));
$client_ip = mysql_fetch_assoc($client_ip = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_ip'"));
$client_variables = mysql_fetch_assoc($client_variables = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables'"));
$client_variables_night = mysql_fetch_assoc($client_variables_night = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables_night'"));
$client_texts = mysql_fetch_assoc($client_texts = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_texts'"));
$client_swf_path = mysql_fetch_assoc($client_swf_path = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_swf_path'"));
$client_habbo_swf = mysql_fetch_assoc($client_habbo_swf = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_habbo_swf'"));
$client_limit = mysql_fetch_assoc($client_limit = mysql_query("SELECT * FROM cms_settings WHERE variable = 'cms_clientlimit'"));
if($user_rank > 8 && $_SESSION['acp'] == 0){
echo"<script>alert(\"Bitte log dich ins Housekeeping ein, damit du ins Hotel einchecken kannst.\");</script>
<meta http-equiv=\"refresh\" content=\"0;url=".$adminpath."/index/p/login&do=secretcode\">";
} elseif($user_rank < 9 && $online_count >= $client_limit['value']){
require_once('./templates/login_subheader.php');
require_once('./templates/login_header.php');
?>
<br>
<div id="intermediate">
<h2><center>Clientlimit</center></h2>
<div id="enter-hotel">
<div class="open enter-btn">
<a href="http://134.255.233.41/client" target="client" onclick="return onClientOpen(this)">Einchecken<i></i></a><b></b>
</div>
</div>
<div id="info">
Zurzeit sind <b><?php echo $online_count; ?></b> Online!<br>Clientlimit: <b><?php echo $client_limit['value']; ?></b><br><br>Sobald <b><?php echo $online_count + 1 - $client_limit['value']; ?></b> Mitglieder Offline gegangen sind, kannst du Einchecken!
</div>
<div id="enter-mypage">
<a href="http://134.255.233.41/client" class="new-button green-button" style="left: -250px;"><b>Aktualsieren »</b><i></i></a>
<a href="http://134.255.233.41" class="new-button red-button" style="left: -250px;"><b>« Zurück</b><i></i></a>
</div>
<?php require_once('./templates/login_footer.php'); }else{ 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" : "zobbo.de",
"connection.info.port" : "30000",
"site.url" : "http://zobbo.de",
"url.prefix" : "http://zobbo.de",
"client.reload.url" : "http://134.255.233.41/client",
"client.fatal.error.url" : "http://134.255.233.41/clientutils",
"client.connection.failed.url" : "http://134.255.233.41/clientutils",
"external.variables.txt" : "http://134.255.233.41/swfs/external_variables.txt",
"external.texts.txt" : "http://134.255.233.41/swfs/external_flash_texts.txt",
"productdata.load.url" : "http://134.255.233.41/swfs/productdata.txt",
"furnidata.load.url" : "http://134.255.233.41/swfs/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "Bitte warten! vJabbo wird geladen.",
"flash.client.url" : "http://134.255.233.41/swfs/swfs",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://134.255.233.41/swfs/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "http://134.255.233.41/account/logout?token=<?php echo sha1($myrow['password']); ?>";
var clientUrl = "http://134.255.233.41/swfs/habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", " http://images.habbo.com/habboweb/61_c0…ressInstall.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 - Freunde treffen, Spaß haben und berühmt werden." />
<meta name="keywords" content="Habbo Hotel , virtuell, Welt, social network, gratis, community, avatar, chat, online, teen, Rollenspiel, anmelden, sozial, Gruppen, Foren, sicher, spielen, games, online, Freunde, teens, rares, rare Möbel, sammeln, erstellen, sammeln, treffen, Möbel, furni, Haustiere, Raum erstellen, teilen, Ausdruck, Badges, Treffpunkt, Musik, Stars, Starchats, VIPs, mmo, mmorpg, massiv multiplayer" />
Habs entdeckt!
Du hast nicht alles richtig konfiguriert.
"http://zobbo.de",
"url.prefix" : "http://zobbo.de",
"client.reload.url" : "http://134.255.233.41/client",
"client.fatal.error.url" : "http://134.255.233.41/clientutils",
"client.connection.failed.url" : "http://134.255.233.41/clientutils",
"external.variables.txt" : "http://134.255.233.41/swfs/external_variables.txt",
"external.texts.txt" : "http://134.255.233.41/swfs/external_flash_texts.txt",
"productdata.load.url" : "http://134.255.233.41/swfs/productdata.txt",
"furnidata.load.url" : "http://134.255.233.41/swfs/furnidata.txt",
"use.sso.ticket" : "1",
Du hast nichts entdeckt.
Hatte das schonmal alles konfiguriert aber dann ging garnichts es ladet dann nur bis 70% oder 90% dann freezet es
So habe jetzt alles richtig configuriert, problem besteht weiterhin
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "zobbo.de",
"connection.info.port" : "30000",
"site.url" : "http://zobbo.de",
"url.prefix" : "http://zobbo.de",
"client.reload.url" : "http://zobbo.de/client",
"client.fatal.error.url" : "http://zobbo.de/clientutils",
"client.connection.failed.url" : "http://zobbo.de/clientutils",
"external.variables.txt" : "http://zobbo.de/swfs/external_variables.txt",
"external.texts.txt" : "http://zobbo.de/swfs/external_flash_texts.txt",
"productdata.load.url" : "http://zobbo.de/swfs/productdata.txt",
"furnidata.load.url" : "http://zobbo.de/swfs/furnidata.txt",
"use.sso.ticket" : "1",
Alles anzeigenSo habe jetzt alles richtig configuriert, problem besteht weiterhin
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "zobbo.de",
"connection.info.port" : "30000",
"site.url" : "http://zobbo.de",
"url.prefix" : "http://zobbo.de",
"client.reload.url" : "http://zobbo.de/client",
"client.fatal.error.url" : "http://zobbo.de/clientutils",
"client.connection.failed.url" : "http://zobbo.de/clientutils",
"external.variables.txt" : "http://zobbo.de/swfs/external_variables.txt",
"external.texts.txt" : "http://zobbo.de/swfs/external_flash_texts.txt",
"productdata.load.url" : "http://zobbo.de/swfs/productdata.txt",
"furnidata.load.url" : "http://zobbo.de/swfs/furnidata.txt",
"use.sso.ticket" : "1",
"connection.info.host" : "zobbo.de",
Da musst du deine ip reinhauen
Hab ich... geht immernoch nicht :(...
probiert es selbst aus : zobbo.de
Du sollst immernoch da deine IP angeben..
Habe meine IP dort eingegeben problem besteht weiterhin....
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "84.200.204.46",
"connection.info.port" : "30000",
"site.url" : "http://84.200.204.46",
"url.prefix" : "http://84.200.204.46",
"client.reload.url" : "http://84.200.204.46/client",
"client.fatal.error.url" : "http://84.200.204.46/clientutils",
"client.connection.failed.url" : "http://84.200.204.46/clientutils",
"external.variables.txt" : "http://84.200.204.46/swfs/external_variables.txt",
"external.texts.txt" : "http://84.200.204.46/swfs/external_flash_texts.txt",
"productdata.load.url" : "http://84.200.204.46/swfs/productdata.txt",
"furnidata.load.url" : "http://84.200.204.46/swfs/furnidata.txt",
"use.sso.ticket" : "1",
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!