Ich benutze Brackets, richtig gut.
Beiträge von Apery
-
-
Der Emulator funktioniert ohne Probleme, aber der Client geht einfach komplett nicht, bleibt weiß, alles ist auch richtig verlinkt etc.
Ich finde auch keine andere Client.php
wer mir evtl genau Helfen kann , schreibt mir eine PN, ich gebe dann TV daten.
Wäre euch dankbar.
-
Sehr schöne Seite, euer Stream lädt sehr schnell, nicht wie Streamcloud, danke
-
@αzιя
Okay , wusste ich nicht, viel Glück bei der Suche.
-
-
Ich tippe mal darauf, das du nicht die selben Variablen in PHP nutzt, die in diesem Script abgefragt werden, aus der Core etc..
Von daher, würde ich dir empfehlen von einer Deutschen CMS die Client.php zu kopieren.Kannst du mir mal bitte eine geben? Die CMS ist Italienisch, und ist auch kein Problem dies zu übersetzen da ich Italienisch kann, aber würdest du mir eine geben?
EDIT
ES IST KEINE CMS MIT DATA_CLASSES!
-
heyho
Ich habe folgendes Problem:
Der Client bleibt weiß, ich benutze GTE Emulator, der Funktioniert voll und ganz, aber der Client nicht.
Ich habe in RZ nach CMS gesucht und habe auch eine gefunden, dies ist eine RevCMS , und das bedeutet es gibt in der DB weder CMS_settings noch anderes.
Ich weiß leider nicht woran es liegt, wäre nett wenn ihr mir helfen könntet.
Hier ist die Client.php
PHP
Alles anzeigen<?php/*/========================\ \| | TuttaCms| | By: Tuttarealstep| | TProgram & TuttaCms| | TuttaCms Build 0060\ \========================*/define('ID_RICHIESTO', TRUE);include('../core.php');if(!isset($_SESSION['id'])){ header('Location: ../../index.php'); exit;} $rand1 = rand(100000, 999999); $rand2 = rand(10000, 99999); $rand3 = rand(10000, 99999); $rand4 = rand(10000, 99999); $rand5 = rand(10000, 99999); $rand6 = rand(1, 9); $ticket = "ST-".$rand1."-".$rand2.$rand3."-".$rand4.$rand5."-tuttacms-".$rand6; $username = $nomeuser;if(@$_GET['ticket'] && @$_GET['username']){ $username = $_GET['username']; $ticket = $_GET['ticket'];}$query = mysql_query("UPDATE users SET auth_ticket = '$ticket' WHERE username = '$username'");$query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'"); if($remote_ip == "127.0.0.1" || $remote_ip == "localhost" && $server_on_localhost == 1){$ip = "127.0.0.1";} ?> <!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 $nomesito ?> ~ Client</title><script type="text/javascript">var andSoItBegins = (new Date()).getTime();</script><link rel="shortcut icon" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/2146/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" /><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/2146/web-gallery/static/styles/common.css" type="text/css" /><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/2146/web-gallery/static/js/libs2.js" type="text/javascript"></script><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/2146/web-gallery/static/js/visual.js" type="text/javascript"></script><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/2146/web-gallery/static/js/libs.js" type="text/javascript"></script><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/2146/web-gallery/static/js/common.js" type="text/javascript"></script><script type="text/javascript">var habboReqPath = "";var habboStaticFilePath = "web-gallery";var habboImagerUrl = "http://www.habbo.de/habbo-imaging/";var habboDefaultClientPopupUrl = "client.php";</script><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/2146/web-gallery/static/styles/habboflashclient.css" type="text/css" /> <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 $clienthost; ?>", "connection.info.port" : "<?php echo $clientport; ?>", "site.url" : "<?php echo $clienturl; ?>", "url.prefix" : "<?php echo $clienturl; ?>", "client.reload.url" : "<?php echo $clienthost; ?>/pagine/client.php", "client.fatal.error.url" : "<?php echo $clienthost; ?>/pagine/client.php", "client.connection.failed.url" : "<?php echo $clienthost; ?>/pagine/client.php", "external.variables.txt" : "<?php echo $clientvariables; ?>", "external.texts.txt" : "<?php echo $clienttexts; ?>", "productdata.load.url" : "<?php echo $clientproductdata; ?>", "furnidata.load.url" : "<?php echo $clientfurnidata; ?>", "use.sso.ticket" : "1", "sso.ticket" : "<?php echo $ticket; ?>", "processlog.enabled" : "0", "account_id" : "<?php echo $idutente; ?>", "client.starting" : "Attendi perfavore! <?php echo $nomesito; ?> sta caricando.", "flash.client.url" : "<?php echo $clienturlflash; ?>", "user.hash" : "", "has.identity" : "1", "flash.client.origin" : "popup" }; var params = { "base" : "<?php echo $clientbase; ?>", "allowScriptAccess" : "always", "menu" : "false" }; if (!(HabbletLoader.needsFlashKbWorkaround())) { params["wmode"] = "opaque"; } FlashExternalInterface.signoutUrl = "<?php echo $clienturl; ?>/pagine/logout.php"; var clientUrl = "<?php echo $clienturlhabbo; ?>"; 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="<?php echo $nomesito; ?>: amici, divertimento, celebrità!" /> <meta name="keywords" content="<?php echo $nomesito; ?>, 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="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1818/web-gallery/static/styles/ie8.css" type="text/css" /><![endif]--><!--[if lt IE 8]><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1818/web-gallery/static/styles/ie.css" type="text/css" /><![endif]--><!--[if lt IE 7]><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1818/web-gallery/static/styles/ie6.css" type="text/css" /><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1818/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]--><meta name="build" content="63-BUILD-FOR-PATCH-1666a - 11.04.2013 15:49 - it" /></head> <body id="client" class="flashclient"><div id="overlay"></div><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1818/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">Aggiorna Flash Player all'ultima versione disponibile</h2> <div class="box-content"> <p>Puoi scaricare e installare <i>Adobe Flash Player</i> <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="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1818/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> <iframe id="game-content" class="hidden" src="about:blank"></iframe></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.php"); } $(document.body).addClassName("js"); HabboClient.startPingListener(); Pinger.start(true); HabboClient.resizeToFitScreenIfNeeded(); </script><div id="fb-root"></div><script type="text/javascript"> HabboView.run();</script> <script type="text/javascript"> </script><style type="text/css">cufon {display: inline!important;display: inline-block!important;position: relative!important;vertical-align: middle!important;font-size: 1px!important;line-height: 1px!important;text-indent: 0!important;}</style> </body></html>
Danke für die Hilfe.
-
Hier hat eine Userin den Emulator und die DB gefixxt.
Es ist ein DER ein USer xddd
-
Alle Rankgrafiken sehen gut aus, aber mir gefallen die von Rocky irgendwie nicht ;/
Das Muster ins ganz toll, aber die Font ist nicht so meins