Client Nur Weiß..

  • Ich glaube das ist der Code das der Client nicht mehr weiß ist. Funktioniert glaube ich mal nur bei (Phoenix Emulator) :P

    Code:

    Spoiler anzeigen

    <?php

    $query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");

    ?>

    <body id="client" class="flashclient">

    <script type="text/javascript">
    var habboDefaultClientPopupUrl = "%www%/client";
    </script>



    <noscript>
    <meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
    </noscript>

    <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" : "127.0.0.1",
    "connection.info.port" : "30000",
    "site.url" : "%www%",
    "url.prefix" : "%www%",
    "client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
    "client.fatal.error.url" : "%www%/flash_client_error",
    "client.connection.failed.url" : "%www%/client_connection_failed",
    "external.hash" : "",
    "external.variables.txt" : "http://127.0.0.1/r63/external_variables.txt",
    "external.texts.txt" : "http://127.0.0.1/r63/external_flash_texts.txt",
    "use.sso.ticket" : "1",
    <?php

    if ($forwardType > 0)
    {
    echo ' "forward.type" : "' . $forwardType . '",' . LB;
    echo ' "forward.id" : "' . $forwardId . '",' . LB;
    }

    ?>
    "sso.ticket" : "<?php echo $ticket; ?>",
    "processlog.enabled" : "0",
    "account_id" : "0",
    "client.starting" : "Loading Habbo Hotel...",
    "flash.client.url" : "http://12.0.0.1/r63/",
    "user.hash" : "",
    "facebook.user" : "0",
    "has.identity" : "0",
    "flash.client.origin" : "popup"
    };
    var params = {
    "base" : "http://127.0.0.1/r63/",
    "allowScriptAccess" : "always",
    "menu" : "false",
    "bgcolor" : "#000",
    "wmode" : "transparent"
    };

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

    var clientUrl = "http://127.0.0.1/r63/Habbo.swf";
    try {
    if (swfobject.getFlashPlayerVersion().major <= 9) {
    clientUrl = "http://127.0.0.1/r63/Habbo.swf";
    }
    } catch(e) {}
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
    </script>

    <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">Please install Adobe Flash Player.</h2>
    <div class="box-content">
    <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flash…o/instructions/">More information</a></p>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1d…lash_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">
    %hotel_status%
    </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");
    </script>



    <script type="text/javascript">
    jjLoader.init('client', 6, 'http://images.habbo.com/habboweb/63_1d…logo_whiteR.gif', 'http://habbo.hs.llnwd.net/c_images/hotel…_xmas10_000.png');
    </script>

    </body>
    </html>

    Freiheit ist kein Privileg, es ist ein Recht.
    Es wird Zeit dieses Recht einzufordern.

    Nichts ist wahr. Alles ist erlaubt.

  • Und das brauchst du glaube ich mal ebenfalls.

    RAW Einfügen von Daten:

    Spoiler anzeigen

    <?php

    $query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");

    ?>

    <body id="client" class="flashclient">

    <script type="text/javascript">
    var habboDefaultClientPopupUrl = "%www%/client";
    </script>


    <noscript>
    <meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
    </noscript>

    <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" : "127.0.0.1",
    "connection.info.port" : "30000",
    "site.url" : "%www%",
    "url.prefix" : "%www%",
    "client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
    "client.fatal.error.url" : "%www%/flash_client_error",
    "client.connection.failed.url" : "%www%/client_connection_failed",
    "external.hash" : "",
    "external.variables.txt" : "http://127.0.0.1/r63/external_variables.txt",
    "external.texts.txt" : "http://127.0.0.1/r63/external_flash_texts.txt",
    "use.sso.ticket" : "1",
    <?php

    if ($forwardType > 0)
    {
    echo ' "forward.type" : "' . $forwardType . '",' . LB;
    echo ' "forward.id" : "' . $forwardId . '",' . LB;
    }

    ?>
    "sso.ticket" : "<?php echo $ticket; ?>",
    "processlog.enabled" : "0",
    "account_id" : "0",
    "client.starting" : "Loading Habbo Hotel...",
    "flash.client.url" : "http://12.0.0.1/r63/",
    "user.hash" : "",
    "facebook.user" : "0",
    "has.identity" : "0",
    "flash.client.origin" : "popup"
    };
    var params = {
    "base" : "http://127.0.0.1/r63/",
    "allowScriptAccess" : "always",
    "menu" : "false",
    "bgcolor" : "#000",
    "wmode" : "transparent"
    };

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

    var clientUrl = "http://127.0.0.1/r63/Habbo.swf";
    try {
    if (swfobject.getFlashPlayerVersion().major <= 9) {
    clientUrl = "http://127.0.0.1/r63/Habbo.swf";
    }
    } catch(e) {}
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
    </script>

    <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">Please install Adobe Flash Player.</h2>
    <div class="box-content">
    <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flash…o/instructions/">More information</a></p>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1d…lash_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">
    %hotel_status%
    </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");
    </script>


    <script type="text/javascript">
    jjLoader.init('client', 6, 'http://images.habbo.com/habboweb/63_1d…logo_whiteR.gif', 'http://habbo.hs.llnwd.net/c_images/hotel…_xmas10_000.png');
    </script>

    </body>
    </html>

    Freiheit ist kein Privileg, es ist ein Recht.
    Es wird Zeit dieses Recht einzufordern.

    Nichts ist wahr. Alles ist erlaubt.

  • Jo, die ReCMS ist nicht eine CMS sie ist von Der Technik besser aber schwieriger, ich glaub du hast die Swf oder den Client falsch eingefügt.
    Wünsche dir noch Viel Glück beim Client : - D


    Av0n War Hier!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!