bcstorm r63b

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Member rayrayray is offline
    MemberRank
    Apr 2009 Join Date
    52Posts

    bcstorm r63b

    Hello,
    So today i decided to remake my hotel from the dead, but bring it back using r63b and bcstorm, i followed loads of different tut's, and none work, i get the same error on my emulators saying this
    Fatal error during startup: system.argumentException: Column 'coming_soon' dose not belong to table .
    the emu then wont load after that, tells me to press any key to exit
    Any help would be grate print screen below.


  2. #2
    Valued Member Pastie is offline
    MemberRank
    May 2014 Join Date
    FranceLocation
    133Posts

    Re: bcstorm r63b

    Hey there @rayrayray.
    Do you use any custom BcStorm edit? Because this problem happens during the catalogue loading.
    If so, make sure you have the correct database, also if this is not a custom BcStorm edit, make sure you use a BcStorm database and not swift w/e.

    Thanks,
    Invitee.

  3. #3
    Member rayrayray is offline
    MemberRank
    Apr 2009 Join Date
    52Posts

    Re: bcstorm r63b

    Thank's for replying so quick i was using leons edit
    i fixed the problame i had and my site now loads, but the client just shows white any way to fix this.

  4. #4
    Valued Member Pastie is offline
    MemberRank
    May 2014 Join Date
    FranceLocation
    133Posts

    Re: bcstorm r63b

    Make sure you have configured the external_varaibles correct. If you still get the white client, go to client.php and check if your Habbo.swf is linked correctly and not renamed to something like Loading.swf.
    Like this:
    swfobject.embedSWF(BaseUrl + "/Prime.SWF", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
    There the Habbo.swf is linked as Prime.SWF. Make sure your is connected correct!

    Thanks,
    Invitee.

  5. #5
    Member rayrayray is offline
    MemberRank
    Apr 2009 Join Date
    52Posts

    Re: bcstorm r63b

    Quote Originally Posted by Invitee View Post
    Make sure you have configured the external_varaibles correct. If you still get the white client, go to client.php and check if your Habbo.swf is linked correctly and not renamed to something like Loading.swf.
    Like this:


    There the Habbo.swf is linked as Prime.SWF. Make sure your is connected correct!

    Thanks,
    Invitee.
    the white client has now been fixed, the client now shows the habbo loading image, gets to 85 percent, gose black, then after some time turn white and says summa like client error the emulator dosnt say there was any connection attempts any help ?

  6. #6
    Valued Member Pastie is offline
    MemberRank
    May 2014 Join Date
    FranceLocation
    133Posts

    Re: bcstorm r63b

    Have you configured every IP and port right? Also, the emulator configuration can be wrong with IPs etc. Check your client.php to check if the IP is linked to your IP. Still have the same problem? Check your external_variables.txt

    Thanks,
    Invitee.

  7. #7
    Member rayrayray is offline
    MemberRank
    Apr 2009 Join Date
    52Posts

    Re: bcstorm r63b

    Quote Originally Posted by Invitee View Post
    Have you configured every IP and port right? Also, the emulator configuration can be wrong with IPs etc. Check your client.php to check if the IP is linked to your IP. Still have the same problem? Check your external_variables.txt

    Thanks,
    Invitee.
    i checked thease however i dont quite get the client.php page. im using habbophp and there aint no ip's there

    <?php
    @session_start();
    define('CORE','CORE');
    require "includes/core.php";

    if(!$Auth->isConnected()) redirection($config->url_site.'/logout.php');
    if(EMULATOR == 'phoenix') $ticket = TicketRefresh($user->id);
    elseif(EMULATOR == 'butterfly') $ticket = UpdateSSO($user->id);
    $roomask = false ;
    if(isset($_GET['roomID'])){

    $roomid = intval($_GET['roomID']);
    //Get type of room
    $req = mysql_query("SELECT roomtype FROM rooms WHERE id = '".$roomid."' LIMIT 1");
    if(mysql_num_rows($req) > 1){ //Room exist
    $roomdata = mysql_fetch_assoc($req);
    if($roomdata['roomtype'] == 'public')
    $forward_type = 1;
    else
    $forward_type = 2;
    $roomask = true ;
    }

    }

    //V2


    ?>
    <!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">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />

    <title><?php echo $config->name; ?>:</title>

    <script type="text/javascript">
    var andSoItBegins = (new Date()).getTime();
    var ad_keywords = "";
    document.habboLoggedIn = true;
    var habboName = "<?php echo $user->username; ?>";
    var habboReqPath = "<?php echo $config->url_site; ?>";
    var habboStaticFilePath = "<?php echo $config->url_site; ?>";
    var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
    var habboPartner = "";
    var habboDefaultClientPopupUrl = "<?php echo $config->url_site; ?>/client";
    window.name = "habboMain";
    if (typeof HabboClient != "undefined"){HabboClient.windowName = "uberClientWnd";}
    </script>


    </script>

    <link rel="stylesheet" href="<?php echo $config->url_site; ?>/web-gallery/styles/common.css" type="text/css" />
    <script src="<?php echo $config->url_site; ?>/web-gallery/js/libs2.js" type="text/javascript"></script>
    <script src="<?php echo $config->url_site; ?>/web-gallery/js/visual.js" type="text/javascript"></script>
    <script src="<?php echo $config->url_site; ?>/web-gallery/js/libs.js" type="text/javascript"></script>
    <script src="<?php echo $config->url_site; ?>/web-gallery/js/common.js" type="text/javascript"></script>

    <link rel="stylesheet" href="<?php echo $config->url_site; ?>/web-gallery/styles/habboclient.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $config->url_site; ?>/web-gallery/styles/habboflashclient.css" type="text/css" />
    <script src="<?php echo $config->url_site; ?>/web-gallery/habboflashclient.js" type="text/javascript"></script>

    <!--[if IE 8]>
    <link rel="stylesheet" href="<?php echo $config->url_site; ?>/web-gallery/styles/ie8.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 8]>
    <link rel="stylesheet" href="<?php echo $config->url_site; ?>/web-gallery/styles/ie.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 7]>
    <link rel="stylesheet" href="<?php echo $config->url_site; ?>/web-gallery/styles/ie6.css" type="text/css" />
    <script src="<?php echo $config->url_site; ?>/web-gallery/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(http://www.habbo.co.uk/js/csshover.htc);}
    </style>
    <![endif]-->
    <meta name="build" />

    </head>

    <body id="client" class="flashclient">
    <script type="text/javascript">
    var habboDefaultClientPopupUrl = "<?php echo $config->url_site; ?>/client.php";
    </script>

    <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" : "<?php echo $config->server_ip; ?>",
    "connection.info.port" : "<?php echo $config->server_port; ?>",
    "site.url" : "<?php echo $config->url_site; ?>",
    "url.prefix" : "<?php echo $config->url_site; ?>",
    "client.reload.url" : "<?php echo $config->url_site; ?>/client_error.php",
    "client.fatal.error.url" : "<?php echo $config->url_site; ?>/client_error.php",
    "client.connection.failed.url" : "<?php echo $config->url_site; ?>/client_error.php",
    "external.hash" : "",
    "external.variables.txt" : "<?php echo $config->server_vars; ?>",
    "external.texts.txt" : "<?php echo $config->server_texts; ?>",
    "use.sso.ticket" : "1",
    "sso.ticket" : "<?php echo $ticket ; ?>",
    "processlog.enabled" : "0",
    "account_id" : "0",
    "client.starting" : "Loading HAB Hotel...",
    "flash.client.url" : "<?php echo $config->url_site; ?>/client_error.php",
    "user.hash" : "",
    "has.identity" : "0",
    "flash.client.origin" : "popup"
    <?php
    if($roomask){
    echo '"forward.type" : "'.$forward_type.'",';
    echo '"forward.id" : "'.$roomid.'",';
    }
    ?>
    };
    var params ={
    "base" : "<?php echo $config->server_swf; ?>",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };

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

    FlashExternalInterface.signoutUrl = "<?php echo $config->url_site; ?>/logout.php";

    var clientUrl = "<?php echo $config->server_swf; ?>";
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/126/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>

    <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">Installer Adode Flash Player</h2>
    <div class="box-content">
    <p>Pour installer Flash Player : <a href="http://get.adobe.com/flashplayer/">Clique ICI</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>

    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/web-gallery/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/nojs">click here</a></p>
    </div>
    </noscript>
    </div>
    </div>
    <div id="content" class="client-content"></div>
    </div>
    <div style="display: none">

    <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">if (!$(document.body).hasClassName('process-template')) { Roundeverything(); }</script>

    </body>

    </html>

  8. #8
    Valued Member Pastie is offline
    MemberRank
    May 2014 Join Date
    FranceLocation
    133Posts

    Re: bcstorm r63b

    It seems to be right..
    The "connection.info.host" : "<?php echo $config->server_ip; ?>", is the IP...
    However if you use the latest (Plus Revision 2) you need to add "hotelview.banner.url" : "http://DOMAIN/game/rs4.php", to the client.

  9. #9
    Member rayrayray is offline
    MemberRank
    Apr 2009 Join Date
    52Posts

    Re: bcstorm r63b

    Quote Originally Posted by Invitee View Post
    It seems to be right..
    The "connection.info.host" : "<?php echo $config->server_ip; ?>", is the IP...
    However if you use the latest (Plus Revision 2) you need to add "hotelview.banner.url" : "http://DOMAIN/game/rs4.php", to the client.
    got it up now, thanks so much, but do you know any secure cms that will work with r63b the one i have is what my mate used and he got hacked all the time

  10. #10
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: bcstorm r63b

    Quote Originally Posted by rayrayray View Post
    got it up now, thanks so much, but do you know any secure cms that will work with r63b the one i have is what my mate used and he got hacked all the time
    Try RevCMS or Illumina CMS: http://forum.ragezone.com/f353/illum...hoenix-917506/

  11. #11
    Member rayrayray is offline
    MemberRank
    Apr 2009 Join Date
    52Posts

    Re: bcstorm r63b

    Quote Originally Posted by The General View Post
    i tried it i like the cms, the sef's that i had dont seam to work for me though the client works and all that but when i click change looks it kicks me of the client but theres no error on the emulator, do you know any working r63b swfs or a fully working tut everything i tried up to now either loads the client black and the emu detects a connction but wont fully connect just stayes black or they stay white, any help would be good.

  12. #12
    Valued Member Pastie is offline
    MemberRank
    May 2014 Join Date
    FranceLocation
    133Posts

    Re: bcstorm r63b

    @rayrayray
    What SWF pack are you looking for? The latest UI? Swift/BcStorm w/e?
    I can send you link for every SWF pack... You might just use Google or something to find a working pack...

    Thanks,
    Invitee.

  13. #13
    Member rayrayray is offline
    MemberRank
    Apr 2009 Join Date
    52Posts

    Re: bcstorm r63b

    yh latest ui if that will work all the others wont lol

  14. #14
    Valued Member Pastie is offline
    MemberRank
    May 2014 Join Date
    FranceLocation
    133Posts

    Re: bcstorm r63b

    Sure...
    Latest Habbo.swf: http://www.mediafire.com/download/vm...-197450526.swf
    SWF Pack: https://mega.co.nz/#!EhEVyLIB!lbnnwZ...ruYBHEpmyDs0xE
    Plus Emulator Revision 2: http://www.mediafire.com/download/rx...q7e/Server.rar
    Plus Emulator Revision 2 Database: http://www.mediafire.com/download/7c...vq/blankdb.sql

    Remember to change the Habbo.swf with the Habbo.swf in the swf pack, and add "hotelview.banner.url" : "http://DOMAIN/game/rs4.php", to the client.php.
    You also need to update some structures in the emulator to get the latest UI to work... You can find all that in this link: http://forum.ragezone.com/f353/struc...dated-1006328/


    --Credits--
    @Jamal7 for latest Habbo.swf. (Original thread: http://forum.ragezone.com/f353/struc...dated-1006328/)
    @Habbo2 for the Emulator and database. (Original thread: http://forum.ragezone.com/f353/pluse...pdated-994546/)
    @Nikost for the SWF Pack. (Original thread: http://forum.ragezone.com/f353/orion...0-plus-991008/)

    Thanks,
    Invitee.

  15. #15
    Member rayrayray is offline
    MemberRank
    Apr 2009 Join Date
    52Posts

    Re: bcstorm r63b

    Quote Originally Posted by Invitee View Post
    Sure...
    Latest Habbo.swf: http://www.mediafire.com/download/vm...-197450526.swf
    SWF Pack: https://mega.co.nz/#!EhEVyLIB!lbnnwZ...ruYBHEpmyDs0xE
    Plus Emulator Revision 2: http://www.mediafire.com/download/rx...q7e/Server.rar
    Plus Emulator Revision 2 Database: http://www.mediafire.com/download/7c...vq/blankdb.sql

    Remember to change the Habbo.swf with the Habbo.swf in the swf pack, and add "hotelview.banner.url" : "http://DOMAIN/game/rs4.php", to the client.php.
    You also need to update some structures in the emulator to get the latest UI to work... You can find all that in this link: http://forum.ragezone.com/f353/struc...dated-1006328/


    --Credits--
    @Jamal7 for latest Habbo.swf. (Original thread: http://forum.ragezone.com/f353/struc...dated-1006328/)
    @Habbo2 for the Emulator and database. (Original thread: http://forum.ragezone.com/f353/pluse...pdated-994546/)
    @Nikost for the SWF Pack. (Original thread: http://forum.ragezone.com/f353/orion...0-plus-991008/)

    Thanks,
    Invitee.
    followed what you said i now get this



Page 1 of 2 12 LastLast

Advertisement