Offical BCStorm Help Thread

Page 7 of 40 FirstFirst 12345678910111213141517 ... LastLast
Results 91 to 105 of 589
  1. #91
    Apprentice PE1ROX is offline
    MemberRank
    Aug 2012 Join Date
    12Posts

    Re: Offical BCStorm Help Thread

    Hello there ragezone,

    I have a problem with the badge images.
    I did what BatDev said.
    Downloaded the correct SWF.
    Added Habbo-imaging to my root.

  2. #92
    Apprentice FHD is offline
    MemberRank
    Oct 2012 Join Date
    16Posts

    Re: Offical BCStorm Help Thread

    Jup, same here. When using NovaCMS the client loads up to 70% and then does nothing. When using Uber2.0, it keeps black, and with HabboPHP it give's me the connection error.

  3. #93
    [̲̅$̲̅(̲̅1̲̅)̲̅$ ̲̅] leenster is offline
    MemberRank
    May 2008 Join Date
    KanaadaLocation
    992Posts

    Re: Offical BCStorm Help Thread

    I am so confused right now....

    Using Leons release.

    php creates a auth ticket.

    PHP Code:

    function rand_string$length ) {
        
    $chars "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";    

        
    $size strlen$chars );
        for( 
    $i 0$i $length$i++ ) {
            
    $str .= $charsrand0$size ) ];
        }

        return 
    $str;
    }
     
    $ticket rand_string(10); 
    The database shows the right auth ticket but the server says it's a different ticket.





    It gets weirder....


    If in my php script I say $ticket = "123456789" then I can connect without problems.

    I have tried different methods of generating the ticket and it always shows the right ticket in the client source and the db but the server somehow always manages to change the sso (see screenshot). Only when i manually type a ticket it will work...




    Does anyone have any idea what is going on here?
    Last edited by leenster; 08-01-13 at 09:07 PM.

  4. #94
    Account Upgraded | Title Enabled! BoomHotel is offline
    MemberRank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: Offical BCStorm Help Thread

    Gifts seem to f*ck up peoples inventory only some gift types :S

  5. #95
    Banned rafa95123 is offline
    BannedRank
    May 2009 Join Date
    /home/RaphaLocation
    564Posts

    Re: Offical BCStorm Help Thread

    I already fixed the Presents, Catalogue and i'll fix the rooms later :p

    @BoomHotel
    try to see some structure on emulator and change us ^^

  6. #96
    C# Developer neto737 is offline
    MemberRank
    Oct 2010 Join Date
    Environment.csLocation
    274Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by rafa95123 View Post
    I already fixed the Presents, Catalogue and i'll fix the rooms later :p

    @BoomHotel
    try to see some structure on emulator and change us ^^
    I want this fix gifts :) KKK ;D

  7. #97
    Just out there.. Flare is offline
    MemberRank
    Jun 2012 Join Date
    269Posts

    Re: Offical BCStorm Help Thread


  8. #98
    Ask me about Daoism FullmetalPride is offline
    MemberRank
    Nov 2010 Join Date
    2,172Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by HabflareH View Post
    Portforward or unblock ports 30000, 30001 in Windows Firewall.

    My client also just stays black, y'all. It says the connection was picked up but nada nada enchilada after that.

    And it returns a flash_client_error after a while.

  9. #99
    Apprentice JamesVT is offline
    MemberRank
    Jun 2012 Join Date
    20Posts

    Re: Offical BCStorm Help Thread

    Error ticket sso client lavvos help-me
    <?php
    $myrealip = $_server['remote_addr'] = $_server["http_cf_connecting_ip"] ? $_server["http_cf_connecting_ip"] : $_server["remote_addr"];

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

    $sql=mysql_query("select * from user_tickets where userid = '".$my_id."'");
    echo mysql_error();
    $n=mysql_num_rows($sql);
    if($n==0){
    mysql_query("insert into `user_tickets` set `user_tickets`.`userid` = '".$my_id."', `user_tickets`.`sessionticket` = '".generateticket()."', `user_tickets`.`ipaddress` = '".$myrealip."'") or die(mysql_error());
    }else{
    mysql_query("update `user_tickets` set `user_tickets`.`sessionticket` = '".generateticket()."', `user_tickets`.`ipaddress` = '".$myrealip."' where `userid` = '".$my_id."'") or die(mysql_error());
    }

    $ticketsql = mysql_query("select * from user_tickets where userid = '".$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 < 1 && $online_count >= $client_limit['value']){

    require_once('./templates/login_subheader.php');
    require_once('./templates/login_header.php');

    ?>

    <?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" : "142.54.166.187",
    "connection.info.port" : "30000",
    "site.url" : "http://toophotel.com",
    "url.prefix" : "http://toophotel.com/",
    "client.reload.url" : "http://toophotel.com/client",
    "client.fatal.error.url" : "http://toophotel.com/client",
    "client.connection.failed.url" : "http://toophotel.com/client",
    "external.hash" : "",
    "external.variables.txt" : "http://142.54.166.187:8080/swfs/external_variables.txt",
    "external.texts.txt" : "http://142.54.166.187:8080/swfs/external_flash_texts.txt",
    "productdata.load.url" : "http://142.54.166.187:8080/swfs/productdata.txt",
    "furnidata.load.url" : "http://142.54.166.187:8080/swfs/furnidata.txt",
    "use.sso.ticket" : "1",
    "sso.ticket" : "<?php echo $ticketrow['sessionticket']; ?>",
    "processlog.enabled" : "0",
    "account_id" : "0",
    "client.starting" : "carregando",
    "flash.client.url" : "http://toophotel.com/client",
    "user.hash" : "",
    "has.identity" : "0",
    "flash.client.origin" : "popup"


    };
    var params = {
    "base" : "http://142.54.166.187:8080/swfs/",
    "allowscriptaccess" : "always",
    "menu" : "false"
    };

    if (!(habbletloader.needsflashkbworkaround())) {
    params["wmode"] = "opaque";
    }

    flashexternalinterface.signouturl = "http://toophotel.com/client";

    var clienturl = "http://142.54.166.187:8080/swfs/habbo.swf";

    swfobject.embedswf(clienturl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>/web-gallery/flash/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="lavvo hotel: Haz amig@s, únete a la diversión y date a conocer." />
    <meta name="keywords" content="lavvo hotel, mundo, virtual, red social, gratis, comunidad, personaje, chat, online, adolescente, roleplaying, unirse, social, grupos, forums, seguro, jugar, juegos, amigos, adolescentes, raros, furni raros, coleccionable, crear, coleccionar, conectar, furni, muebles, mascotas, diseño de salas, compartir, expresión, placas, pasar el rato, música, celebridad, visitas de famosos, celebridades, juegos en línea, juegos multijugador, multijugador masivo" />



    <!--[if ie 8]>
    <link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie8.css" type="text/css" />
    <![endif]-->
    <!--[if lt ie 8]>
    <link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie.css" type="text/css" />
    <![endif]-->
    <!--[if lt ie 7]>
    <link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie6.css" type="text/css" />
    <script src="<?php echo $path; ?>/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-build406 - 09.05.2011 23:04 - de" />
    </head>
    <body id="client" class="flashclient">
    <div id="overlay"></div>
    <img src="<?php echo $path; ?>/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">por favor, actualiza tu flash player a la última versión</h2>

    <div class="box-content">
    <p>puedes instalar y descargar adobe flash player aquí: <a href="http://get.adobe.com/flashplayer/">instala flash player</a>. Más instrucciones para su instalación aquí: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">más información</a></p>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="<?php echo $path; ?>/web-gallery/v2/images/client/get_flash_player.gif" alt="get adobe flash player" /></a></p>
    </div>
    </div>

    </div>



    </body>
    </html>

    <?php } ?>

  10. #100
    Apprentice Malmoc is offline
    MemberRank
    Mar 2012 Join Date
    10Posts

    Re: Offical BCStorm Help Thread

    I get this?
    Any ideas on how to fix this?



    Critical exceptions -
    TokenID: 0Invalid Dario bug duing user login: System.ArgumentException: Column 'quests' does not belong to table Table.
    at System.Data.DataRow.GetDataColumn(String columnName)
    at System.Data.DataRow.get_Item(String columnName)
    at Butterfly.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow group) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\Authenticator\HabboFactory.cs:line 31
    at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 295
    at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 241
    Last edited by Malmoc; 09-01-13 at 01:57 AM.

  11. #101
    Web & Interaction Design Gangnam is offline
    MemberRank
    Dec 2010 Join Date
    Lincoln, UKLocation
    1,983Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by Malmoc View Post
    I get this?
    Any ideas on how to fix this?



    Critical exceptions -
    Is your quests table missing?

    Oh wait, that looks like a backdoor someone posted a few days ago?

  12. #102
    Apprentice Malmoc is offline
    MemberRank
    Mar 2012 Join Date
    10Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by n0minal View Post
    Is your quests table missing?

    Oh wait, that looks like a backdoor someone posted a few days ago?
    No, It's there :\

  13. #103
    Just out there.. Flare is offline
    MemberRank
    Jun 2012 Join Date
    269Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by FullmetalPride View Post
    Portforward or unblock ports 30000, 30001 in Windows Firewall.

    My client also just stays black, y'all. It says the connection was picked up but nada nada enchilada after that.

    And it returns a flash_client_error after a while.
    the emu uses 300 and 301

  14. #104
    [̲̅$̲̅(̲̅1̲̅)̲̅$ ̲̅] leenster is offline
    MemberRank
    May 2008 Join Date
    KanaadaLocation
    992Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by leenster View Post
    I am so confused right now....

    Using Leons release.

    php creates a auth ticket.

    PHP Code:

    function rand_string$length ) {
        
    $chars "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";    

        
    $size strlen$chars );
        for( 
    $i 0$i $length$i++ ) {
            
    $str .= $charsrand0$size ) ];
        }

        return 
    $str;
    }
     
    $ticket rand_string(10); 
    The database shows the right auth ticket but the server says it's a different ticket.





    It gets weirder....


    If in my php script I say $ticket = "123456789" then I can connect without problems.

    I have tried different methods of generating the ticket and it always shows the right ticket in the client source and the db but the server somehow always manages to change the sso (see screenshot). Only when i manually type a ticket it will work...




    Does anyone have any idea what is going on here?

    This proble was entirely related to NovaCMS. I tried to get it to work for a long time and it just did not want to work. As soon I tried a different CMS everything just came to life...

  15. #105
    Apprentice Malmoc is offline
    MemberRank
    Mar 2012 Join Date
    10Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by n0minal View Post
    Is your quests table missing?

    Oh wait, that looks like a backdoor someone posted a few days ago?
    Backdoor?!!

    This was downloaded from here?!

    Criticalexceptions:
    TokenID: 0Invalid Dario bug duing user login: System.ArgumentException: Column 'quests' does not belong to table Table.
    at System.Data.DataRow.GetDataColumn(String columnName)
    at System.Data.DataRow.get_Item(String columnName)
    at Butterfly.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow group) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\Authenticator\HabboFactory.cs:line 31
    at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 295
    at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 241


    TokenID: 0Invalid Dario bug duing user login: System.ArgumentException: Column 'quests' does not belong to table Table.
    at System.Data.DataRow.GetDataColumn(String columnName)
    at System.Data.DataRow.get_Item(String columnName)
    at Butterfly.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow group) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\Authenticator\HabboFactory.cs:line 31
    at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 295
    at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 241


    TokenID: 0Invalid Dario bug duing user login: System.ArgumentException: Column 'quests' does not belong to table Table.
    at System.Data.DataRow.GetDataColumn(String columnName)
    at System.Data.DataRow.get_Item(String columnName)
    at Butterfly.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow group) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\Authenticator\HabboFactory.cs:line 31
    at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 295
    at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 241


    TokenID: 0Invalid Dario bug duing user login: System.ArgumentException: Column 'quests' does not belong to table Table.
    at System.Data.DataRow.GetDataColumn(String columnName)
    at System.Data.DataRow.get_Item(String columnName)
    at Butterfly.HabboHotel.Users.Authenticator.HabboFactory.GenerateHabbo(DataRow dRow, DataRow group) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\Authenticator\HabboFactory.cs:line 31
    at Butterfly.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 295
    at Butterfly.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\Leon\Desktop\Development\C#\BcStorm\Butterfly\HabboHotel\GameClients\GameClient.cs:line 241



Advertisement