Offical BCStorm Help Thread

Page 25 of 40 FirstFirst ... 15171819202122232425262728293031323335 ... LastLast
Results 361 to 375 of 589
  1. #361
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: Offical BCStorm Help Thread

    How do we fix the jukebox?

  2. #362
    Member DarkSilk is offline
    MemberRank
    Nov 2008 Join Date
    50Posts

    Re: Offical BCStorm Help Thread

    How can i fix the navigator Public room list ?

    navigator-error.png

  3. #363
    Proficient Member prodigy007 is offline
    MemberRank
    Feb 2013 Join Date
    MissouriLocation
    177Posts

    Re: Offical BCStorm Help Thread

    Quote Originally Posted by DarkSilk View Post
    How can i fix the navigator Public room list ?

    navigator-error.png
    This one eludes me too. I had it work once before, but that's because the emu was different.

    Quote Originally Posted by DarkSilk View Post
    How can i fix the navigator Public room list ?

    navigator-error.png
    I don't think anyone knows a fix to be honest. I haven't seen one yet with bcstorm. I can only use an older version of bcstorm to even get to a room I created, but can still not see the public rooms. I have however seen it working on another emu. Too bad I like bcstorm. :/

  4. #364
    Apprentice ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: Offical BCStorm Help Thread

    how do i enter housekeeping... I can't get access to that...

  5. #365
    Account Upgraded | Title Enabled! KyleeIsProzZ is offline
    MemberRank
    Oct 2012 Join Date
    C:Location
    548Posts

    Offical BCStorm Help Thread

    It depends what CMS your using.


    Sent from my iPhone 4 using Tapatalk

  6. #366
    Apprentice ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: Offical BCStorm Help Thread

    I use the revcms from the thread by KyleVonnie

    If you can send me a working cms, that works with BCstorm.. I'll be happy

  7. #367
    Account Upgraded | Title Enabled! KyleeIsProzZ is offline
    MemberRank
    Oct 2012 Join Date
    C:Location
    548Posts

    Offical BCStorm Help Thread

    Go to http://127.0.0.1/ase/login


    Sent from my iPhone 4 using Tapatalk

  8. #368
    Apprentice ZgamerR is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: Offical BCStorm Help Thread

    I just get this message

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261904 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 55

    class.html.php:

    PHP Code:
    <?php 

    namespace Revolution;
    if(!
    defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
    class 
    html implements iHTML
    {

        private 
    $html;

        final public function 
    get($file)
        {
            global 
    $template$_CONFIG;
            
            if(
    $file != null && ctype_alnum($file))
            {
                if(
    file_exists('app/tpl/skins/'.$_CONFIG['template']['style'].'/' $file '.php'))
                {
                    
    ob_start();
                    include(
    'app/tpl/skins/'.$_CONFIG['template']['style'].'/' $file '.php');
                    
    $this->html .= ob_get_contents();
                    
    ob_end_clean();
                       
                        
    $this->setHTML();
                }
                else
                {
                    
    $this->get('404');
                }
            }
            else
            {
                
    header('Location: '.$_CONFIG['hotel']['url'].'/index');
                exit;
            }

        }
        
        final public function 
    getHK($file)
        {
            global 
    $template$_CONFIG;
            
            if(
    $file != null)
            {
                if(
    file_exists('../app/tpl/skins/'.$_CONFIG['template']['style'].'/hk/' $file '.php'))
                {
                    
    ob_start();
                    require_once(
    '../app/tpl/skins/'.$_CONFIG['template']['style'].'/hk/' $file '.php');
                    
    $this->html .= ob_get_contents();
                    
    ob_end_clean();
                
                    
    $this->setHTML();
                }
                else
                {
                    
    $this->getHK('404');
                }
            }
            else
            {
                
    $this->getHK('dash');
            }
        }
            
        final public function 
    setHTML()
        {
            global 
    $template;
            
    $template->tpl .= $this->html;
            unset(
    $this->html);
        }


    }
    ?>
    Last edited by ZgamerR; 13-02-13 at 01:02 AM.

  9. #369
    Proficient Member prodigy007 is offline
    MemberRank
    Feb 2013 Join Date
    MissouriLocation
    177Posts

    Re: Offical BCStorm Help Thread

    Don't credit me for this fix, I know it works at least in php.ini. I just found the help and passing it forward..
    Taken from other answers on the above issue:
    either add ini_set('memory_limit', '-1'); to the file or change the memory_limit in the php.ini.

    Maybe someone will help me with my issue now.(above, a few posts up) =)

  10. #370
    Novice XSteven Retro is offline
    MemberRank
    Feb 2013 Join Date
    1Posts

    Re: Offical BCStorm Help Thread

    I search new bc furnis pls give me links for BCStorm furnis

  11. #371
    <cool title> Scresho is offline
    MemberRank
    Jul 2008 Join Date
    HoloWS - GermanLocation
    425Posts

    Re: Offical BCStorm Help Thread

    Having a problem that my bcstorm isnt closing the connections correctly i think..
    At the evening there are over 1200 users online and in the morning the number is the same as at the evening the day before..
    Maybe someone can help me..
    the best way to help me is a PM..
    Thanks <3

    _____________________________
    DO THE HARLEM SHAKE!!!

  12. #372
    Apprentice AaronHablife is offline
    MemberRank
    Feb 2013 Join Date
    6Posts

    Re: Offical BCStorm Help Thread

    Anyone know how to fix the walls. I cant put any wallpapers on them.

  13. #373
    Account Upgraded | Title Enabled! J4y2 is offline
    MemberRank
    Feb 2012 Join Date
    South KoreaLocation
    317Posts

    Re: Offical BCStorm Help Thread

    Group badge is not showing and I already add the rule in my .htaccess, can someone post working ubercms 2 .htaccess?

    Sent from my ST21i using Tapatalk 2

  14. #374
    Enthusiast Otus is offline
    MemberRank
    Dec 2012 Join Date
    42Posts

    Re: Offical BCStorm Help Thread

    Flash Client Error when I open the client up.. Emulator runs fine and I have BCStorm Sql for Uber. What seems to be the problem?

  15. #375
    Valued Member Superbomm is offline
    MemberRank
    Feb 2011 Join Date
    BelgiumLocation
    129Posts

    Re: Offical BCStorm Help Thread

    I've been updating my packet headers to RELEASE63-201302071600-466653663. But the emu wouldn't load further than the packet of InitSceretkey. Is it possible to find the key with AS3 scripts?

    Code:
    internal void InitSecretKey()
            {
                this.Session.TimePingedReceived = DateTime.Now;
                this.Response.Init(Outgoing.SecretKeyComposer);
                this.Response.AppendString("24231219992253632572058933470468103090824667747608911151318774416044820318109");
                this.SendResponse();
            }



Advertisement