How do we fix the jukebox?
How do we fix the jukebox?
This one eludes me too. I had it work once before, but that's because the emu was different.
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. :/
how do i enter housekeeping... I can't get access to that...
It depends what CMS your using.
Sent from my iPhone 4 using Tapatalk
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
Go to http://127.0.0.1/ase/login
Sent from my iPhone 4 using Tapatalk
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.
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) =)
I search new bc furnis pls give me links for BCStorm furnis
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!!!
Anyone know how to fix the walls. I cant put any wallpapers on them.
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
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?
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(); }