Funktioniert leider nicht. Ich denke eher dass es an der SWF liegt. Habe einfach eine aus dem Internet runtergeladen. Sollte doch eigentlich funktionieren...
Beiträge von KBergmann123
-
-
Das eine Problem ist weg, jetzt lädt der Client aber nur bis 100% und bleibt hängen
-
Sorry aber was meinst du damit? Kenne mich da nicht so aus weil ich das erst seit heute mache Letztens hat es auch einfach so funktioniert ohne was mit Pfad
-
Habe gerade ein neues Hotel erstellt, und habe auch alles eingetragen. Wenn ich jetzt den Client starte, steht da dass das Hotel lädt und es bleibt bei 0% hängen...
Die config Datei:Code
Alles anzeigen## Phoenix 3.0 System Configuration File ## Licence Information Otaku-Studios.username=Huggo Otaku-Studios.password= ## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password=Passwort db.name=hotel ## MySQL pooling setup (controls amount of connections) db.pool.minsize=5 db.pool.maxsize=30 ## Game TCP/IP Configuration game.tcp.bindip=25.196.110.110 game.tcp.port=30000 game.tcp.conlimit=5000 ## Client configuration client.ping.enabled=1 client.ping.interval=30000 ## MUS TCP/IP Configuration mus.tcp.bindip=25.196.110.110 mus.tcp.port=30001 mus.tcp.allowedaddr=25.196.110.110 ## Console Configuration emu.messages.connections=1 emu.messages.roommgr=0
Kann mir jemand helfen -
Sorry für Doppelpost, aber alles geht wieder, habe einfach eine ältere Xampp Version installiert. Und danke auch xMaurice für deine Hilfe.
-
Versuch mal Skype auszuschalten
Ja das weiß ich dass es daran liegen könnte aber ich habe ja kein Skype. Bei Windows 7 welches ich vor ca. einem Jahr hatte ging alles ganz gut, seit Windows 8 geht das nicht mehr richtig... -
Hallo,
wenn ich Xampp öffne und Apache starte, kommt folgendes:
Code18:03:52 [Apache] Error: Apache shutdown unexpectedly. 18:03:52 [Apache] This may be due to a blocked port, missing dependencies, 18:03:52 [Apache] improper privileges, a crash, or a shutdown by another method. 18:03:52 [Apache] Press the Logs button to view error logs and check 18:03:52 [Apache] the Windows Event Viewer for more clues 18:03:52 [Apache] If you need more help, copy and post this 18:03:52 [Apache] entire log window on the forums
Wenn ich MySQL starte, geht es kurz dann kommt das hier:Code18:05:39 [code=sql] Error: MySQL shutdown unexpectedly. 18:05:39 [code=sql] This may be due to a blocked port, missing dependencies, 18:05:39 [code=sql] improper privileges, a crash, or a shutdown by another method. 18:05:39 [code=sql] Press the Logs button to view error logs and check 18:05:39 [code=sql] the Windows Event Viewer for more clues 18:05:39 [code=sql] If you need more help, copy and post this 18:05:39 [code=sql] entire log window on the forums
Kann mir da jemand helfen? -
Die Polizei soll sich um was anderes kümmern... Es gibt schlimmeres als ein virtuelles Spiel ...
-
Sry für Doppelpost, bräuchte aber Hilfe!
-
Achso.
Bei Phoenix weiß Ich es nicht.
Wüsste es nur bei Ultimate, Sorry!
Schade, naja passt schon -
Pheonix Emu... (Muss noch par Buchstaben schreiben, sonst wird des nit gepostet :D)
-
Wie kann man so ne Seite erstellen, wo dann nur so ein Passwortfeld kommt, und das Passwort, dass dann mein Kollege eingibt, an meine e-Mail geht und ich dem dann ein Retro Acc. machen kann (das mit Kollegen ist nicht weiter wichtig). Muss nur wissen wie man so eine macht. Geht das mit FileZilla. Das im Link auch steht: *******/account/password.html oder ähnlich?
-
Tach, bei Kollegen ist der Client nach dem Laden dauernd schwarz. Im CMS war noch en anderer Client dabei, habe den genommen, und der ging, der ist jedoch auf Spanisch. Kann mir einer sagen, wie ich das bei dem deutschen Client hinbekomme?
Hier vom alten (deutschen):
Zitat<?php
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 == "localhost" $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "localhost";
}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"
"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>Hotel ~ 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.com/habbo-imaging/";
var habboDefaultClientPopupUrl = "<?php echo $path; ?>/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">
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "gabba.zapto.org",
"connection.info.port" : "30000",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "http://gabba.zapto.org",
"client.reload.url" : "<?php echo $path; ?>/client",
"client.fatal.error.url" : "<?php echo $path; ?>/disconnesso.php",
"client.connection.failed.url" : "http://localhost/disconnesso.php",
"external.variables.txt" : "http://localhost/1.txt",
"external.texts.txt" : "http://localhost/r63/gamedata/external_flash_texts/1.txt",
"productdata.load.url" : "http://localhost/r63/gamedata/productdata/1.txt",
"furnidata.load.url" : "http://localhost/r63/gamedata/furnidata/1.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Bitte warten.. Gabba wird geladen..",
"flash.client.url" : "http://localhost/r63/dcr/hof_furni/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://localhost/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}FlashExternalInterface.signoutUrl = "logout.php";
var clientUrl = "http://localhost/r63/gordon/RELEASE63-34096/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/flash…o/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>
<script type="text/javascript">
jjLoader.init('client', 6, 'web-gallery/v2/images/habbo.png',
'http://dnt.webnet32.com/DCR/c_images/h…ynamic_benv.png');
</script></body>
</html>
Und hier von dem anderen (spanischen):Zitat<?php
/*=======================================================+
# HoloCMS - Website and Content Management System
|+=======================================================+
# Copyright © 2013 DnT [Tutti i diritti riservati]
# http://dnt.webnet32.com/
|+=======================================================+
# DnT HoloCMS v3 / DnT DCR - Created By Donatello (DnT)
# Downloads -
dnt-project -
DnT Project - Google Project Hosting
|+=======================================================*/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 == "localhost" $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "localhost";
}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"
"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="http://dnt.webnet32.com/DCR/flashclient/libs2.js" type="text/javascript"></script><script src="http://dnt.webnet32.com/DCR/flashclient/visual.js" type="text/javascript"></script>
<script src="http://dnt.webnet32.com/DCR/flashclient/libs.js" type="text/javascript"></script>
<script src="http://dnt.webnet32.com/DCR/flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/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.com/habbo-imaging/";
var habboDefaultClientPopupUrl = "<?php echo $path; ?>/client";</script>
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/flashclient/habboflashclient.css" type="text/css" />
<script src="http://dnt.webnet32.com/DCR/flashclient/flashdetect.js" type="text/javascript"></script>
<script src="http://dnt.webnet32.com/DCR/flashclient/Loader.js" type="text/javascript"></script>
<script type="text/javascript" src="http://dnt.webnet32.com/DCR/flashclien…shclient_new.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" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/client",
"client.fatal.error.url" : "<?php echo $path; ?>/disconnesso",
"client.connection.failed.url" : "<?php echo $path; ?>/disconnesso",
"external.variables.txt" : "http://dnt.webnet32.com/DCR/gamedata/external_variables.txt",
"external.texts.txt" : "http://dnt.webnet32.com/DCR/gamedata/e…flash_texts.txt",
"productdata.load.url" : "http://dnt.webnet32.com/DCR/gamedata/productdata.txt",
"furnidata.load.url" : "http://dnt.webnet32.com/DCR/gamedata/furnidata.txt",
"external.override.variables.txt" : "http://dnt.webnet32.com/DCR/gamedata/e…e_variables.txt",
"external.override.texts.txt" : "http://dnt.webnet32.com/DCR/gamedata/e…rride_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendere.. Caricamento in corso!.",
"flash.client.url" : "http://dnt.webnet32.com/DCR/gordon/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://dnt.webnet32.com/DCR/gordon/",
"allowScriptAccess" : "always",
"menu" : "false",
"bgcolor" : "#000",
"wmode" : "transparent"
};if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/logout";
var clientUrl = "http://dnt.webnet32.com/DCR/gordon/HabboNEW.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="DnT DCR Created By Donatello!" />
<meta name="keywords" content="dnt dcr retros" /><!--[if IE 8]>
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://dnt.webnet32.com/DCR/flashclient/ie6.css" type="text/css" />
<script src="http://dnt.webnet32.com/DCR/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(/web-gallery/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="http://dnt.webnet32.com/DCR/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/flash…o/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>
<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>
<script type="text/javascript">
jjLoader.init('client', 6, 'web-gallery/v2/images/habbo.png',
'http://dnt.webnet32.com/DCR/c_images/h…ynamic_benv.png');
</script></body>
</html> -
Wenn man von nem Kumpel son ordentlichen und komischen Satz bekommt merkt man das da was falsch ist...
Die sollten eher solch Sätze wie "LFFFFFFFF zieh dir den Psycho mal rein: *LINK* " machen , da klicken alle drauf.
xFlow.
Naja, ich hätte auch fast auf den Link geklickt von denen, hab aber erst gefragt, was des sein soll. Und der hat dann die ganze Zeit den Link geschickt, ohne zu sagen was das ist, dann hab ich das ma gegoogelt (da mir das 5 auf einmal gesendet haben) -
Hallo Leute, ich weiß nicht, ob es hier schonmal erwähnt wurde, aber es gibt seit dem 05.04.2013 (gestern) einen neuen Skype Virus. Dieser schaut wie folgt (oder ähnlich) aus: dies ist mein Lieblings-pic von dir ht tp /fu r . l y/*********=***********(euerSkypename)
Solltet ihr auf den Link klicken, starten ein Download (der Virus)
Das war's auch schon, wollte euch nur mal drauf aufmerksam machen, dass ihr nicht auf den Link klickt!Haut rein,
KBergmann123 -
Hey, gibt es so eine SWF auch für den Ultimate Emulator? -> SWF für Phoenix!
-
Komm weil ich mal nett bin soll ich dir helfen?
Wäre nett -.- -
Beiträge Geil achwas
Naja weil ich gern meine Worte äüssere
Ist ja nicht verbotenOMG!
-
Junge, wenn du nicht helfen willst, wieso Antwortest du dann?
Lesen hilft -
Jetzt geht gar nichts mehr? Alles weiß, wenn ich die Seite aktuallisiere