Beiträge von vviolano

    Hallo,

    Ich nutze das Centenary CMS mit einem GT-Emulator.

    Und Der Client lädt durch, dann Kommt im Emulator folgendes:

    Und in der exceptions.err steht folgendes:


    Zitat

    31.05.2016 16:22:51: System.InvalidCastException: Das Objekt des Typs "System.DBNull" kann nicht in Typ "System.String" umgewandelt werden.
    bei GoldTree.HabboHotel.Users.Authenticator.Authenticator.CreateHabbo(DataRow habboData, String ssoTicket, GameClient session, UserDataFactory otherData) in C:\Users\Vincenzo\Desktop\Gold Tree Emulator 3.0\HabboHotel\Users\Authenticator\Authenticator.cs:Zeile 20.
    bei GoldTree.HabboHotel.Users.Authenticator.Authenticator.CreateHabbo(String ssoTicket, GameClient Session, UserDataFactory userData, UserDataFactory otherData) in C:\Users\Vincenzo\Desktop\Gold Tree Emulator 3.0\HabboHotel\Users\Authenticator\Authenticator.cs:Zeile 12.
    bei GoldTree.HabboHotel.GameClients.GameClient.method_6(String string_0) in C:\Users\Vincenzo\Desktop\Gold Tree Emulator 3.0\HabboHotel\GameClients\GameClient.cs:Zeile 156.


    Vielleicht kann mir ja jemand helfen.

    Hast du die Ports in Fire Firewall frei geschaltet.
    Und die IP in der Client.php richtig eingestellt?

    Mit freundlichen Grüßen

    Ja. Die Ports sind alle freigeschaltet
    Die IP, Ports und alle Einstellungen habe ich auch richtig eingestellt. Benutze das Centenary CMS.


    Poste mal die Logs.

    Habe keine. Mache später mal ein Bild was ich angezeigt bekomme.

    Hallo,

    Ich habe ein Problem mit meinem GTE 3.0 Emulator.

    Immer wenn ich in den Clienten will, lädt es durch, und im Emulator steht:

    Connection [0] from [127.0.0.1]
    Connection Dropped [0] from [127.0.0.1]

    Was kann der Fehler sein?

    Hallo,

    Ich habe einen Online Counter mit Buttons bei mir im CMS und habe 2 Dinge die ich nicht geändert bekomme:

    1. Da kommt immer ein Text denn ich nicht deaktiviert bekomme.

    2. Möchte Ich gerne ein Overlay haben so:
    Und wenn man dann auf eine Option z.b. Raumshop klickt kommt die Seite die eigentlich woanders liegt von oben Runter:
    Mein Counter:


    Spoiler anzeigen


    <?php
    require_once('../../data_classes/server-data.php_data_classes-core.php.php');


    if(session_is_registered('username')){
    session_start();
    if ($_SESSION['crookie'] != 1) {
    $_SESSION['crookie'] = 1;


    $funktion = mysql_query("SELECT * FROM server_status");
    $row = mysql_fetch_array($funktion);


    if($online_count < $row['users_last']){
    $ausgabe = './habblet/client/C-Loader/images//down.png';
    } elseif($online_count > $row['users_last']){
    $ausgabe = './habblet/client/C-Loader/images//up.png';
    } elseif($online_count == $row['users_last']){
    $ausgabe = './habblet/client/C-Loader/images//stay.png';
    }


    $crookie = mysql_query("UPDATE server_status SET users_last = '$online_count'");
    ?>


    <div id="welcome">
    <span id="user_txt">
    <div style="float:left;padding-left:5px;width:64px;height:70px;margin-bottom:-8px;margin-top:-26px;margin-left:-8px;background: url(https://retrotown.ws<?php echo $myrow['look']; ?>&direction=2&head_direction=3&gesture=sml&size=b&img_format=gif);"></div>
    Willkommen, <?php echo $name; ?></span>
    <span class="rounded" onclick="window.close();"> <a href="<?php echo $path; ?>/account/logout?token=<?php echo md5($myrow['last_online']); ?>">ausloggen</a> </span>
    <span class="rounded" id="yellow"> <a href="<?php echo $path; ?>/clientpferdeshop.php" target="habbohelp" onclick="openOrFocusHelp(this); return false">Pferdeshop</a> </span>
    <span class="rounded" id="red"> <a href="<?php echo $path; ?>/clientlotto.php" target="habbohelp" onclick="openOrFocusHelp(this); return false">Lotto</a>s </span>
    <span class="rounded" id="green"> <a href="<?php echo $path; ?>/radiocms" target="habbohelp" onclick="openOrFocusHelp(this); return false">Radio CMS</a>s </span>


    </div>


    <div style="float:right;margin-right:5px;margin-top:10px;width:70px;height:20px;background: url(./habblet/client/C-Loader/images/minilogo.png);"></div>
    <div id="onlinewrapper">
    <span id="onlinecount">
    <?php echo $online_count; ?> User Online! <img src='<?php echo $ausgabe; ?>'> </span>
    </div>


    <?php } else { $_SESSION['crookie'] = 0;


    ?>


    <style type="text/css">
    #message{color:#FFF;font-weight:bold;font-size:1.8em;font-family:Calibri,sans-serif,Geneva,Verdana;text-shadow:2px 2px #999,1px 1px #999;position:absolute;padding: 0 90px 0 15px;}
    </style>


    <div style="float:right;margin-right:5px;margin-top:10px;width:70px;height:20px;background: url(http://www.habbcrazy.net/resources/font…20%20%20%20.gif);"></div>
    <div id="message"><marquee onmouseover="this.stop();" onmouseout="this.start();">Willkommen im Hotel, wir wünschen dir einen schönen Aufenthalt.</marquee></div>


    <?php } }else{ header("Location: $path"); exit; }?>


    <script type="text/javascript">
    var counter = 0;

    function showtimer(){
    counter++;
    if(counter == 10){
    $('#bar').fadeOut('slow').load('habblet/client/counter[BETA].php').fadeIn("slow");
    counter = 0;
    }
    setTimeout('showtimer()', 1800);
    }
    </script>


    Ich möchte auch so gerne den Radio Player so wie damals im habbo.st haben (oben in der Leiste). Vielleicht kann mir ja hier jemand helfen.

    Danke im Vorraus.

    vviolano