BcStorm - R63B - Habbo retro client stop loading 75%+?

Status
Not open for further replies.

Adem

Member
Aug 8, 2012
170
7
Hello, so my client stops loading at any random numbers above 70, e.g 90, 85. Does anyone know how to fix it? Here is what you need if anything is wrong with my swfs etc.

My Emulator.. :
Code:
 ## uberEmulator System Configuration File
## Must be edited for the server to work
 
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=(taken off)
db.name=bcstorm
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=50
 
## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
 
## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;localhost
 
## Stream Message;
hotel.stream.message=BcStorm - Leensters Editions
 
## License
internal.license=aaaaa
 
##Hotel Link
hotel.link=http://localhost/
 
## Hotel Link; To Stream Images
guilds.link=http://localhost/habbo-imaging/badge/
stream.link=http://localhost/habbo-imaging/head/
 
## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=0
 
#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=rofl123
 
group.enabled=true
auth.ssodisabled=false
 
#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600
 
#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600
 
game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100
 
#Daily Credits
daily.credits.enable=true
daily.credits.amount=3000
 
#Threading Main Loops.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true
 
 
#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false
 
#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=true
spambans.limit=5
 
#Send users to their homeroom
ForwardToHomeRoomEnabled=false

IMAGE:
2rfc9cg.jpg


Config.php:
Code:
<?php
 
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
 
#Please fill this all out.
 
 
 
#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.
 
 
 
/*
 
*
 
*    MySQL management
 
*
 
*/
 
 
 
$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.
 
 
 
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host - Localhost, Hamachi IP, VPS or Dedi's IP
 
 
 
$_CONFIG['mysql']['username'] = 'root'; //Phpmyadmin username
 
 
 
$_CONFIG['mysql']['password'] = '(takenoff)'; //Phpmyadmin password
 
 
 
$_CONFIG['mysql']['database'] = 'bcstorm'; //Phpmyadmin database name
 
 
 
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
 
 
 
/*
 
*
 
*    Hotel management  - All URLs do not end with an "/"
 
*
 
*/
 
 
 
$_CONFIG['hotel']['server_ip'] = 'localhost'; //Localhost, Hamachi IP, VPS or Dedi's IP
 
 
 
$_CONFIG['hotel']['url'] = ''; //URL to your hotel, does not end with a "/"
 
 
 
$_CONFIG['hotel']['name'] = 'Dup Hotel'; // Your Hotel's Name
 
 
 
$_CONFIG['hotel']['desc'] = 'Best Hotel Yet!'; //Hotel's description
 
 
 
$_CONFIG['hotel']['email'] = '[email protected]'; //Email for users to submit help requests to
 
 
 
$_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode
 
 
 
$_CONFIG['hotel']['motto'] = 'Dup Hotel for the win! ' . $_CONFIG['hotel']['name']; //Starting motto for new users
 
 
 
$_CONFIG['hotel']['credits'] = 5000; //How many coins new users get
 
 
 
$_CONFIG['hotel']['pixels'] = 1000; //How many pixels new users get
 
 
 
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
 
 
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1591'; //Web_Build
 
 
 
$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit]
 
 
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts.txt'; //External Flash Texts [Don't edit]
 
 
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]
 
 
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]
 
 
 
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swfs'; //SWF Folder [Don't edit]
 
 
 
/*
 
*
 
*    Templating management - Pick one of our default styles or make yours by following our examples!
 
*
 
*/
 
 
 
#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.
 
 
 
$_CONFIG['template']['style'] = 'Ramake';
 
 
 
/*
 
*
 
*    Other topsites.. thing
 
*
 
*/
 
 
 
$_CONFIG['thehabbos']['username'] = 'Kryptos';
 
$_CONFIG['retro_top']['user'] = 'Kryptos';
 
 
 
/*
 
*
 
*    Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
 
*
 
*/
 
 
 
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
 
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
 
 
 
 
 
/*
 
*
 
*    Social Networking stuff
 
*
 
*/
 
 
 
$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account
 
 
 
$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account
 
 
 
?>


Client.php:

Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
       
       
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
        <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
       
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is starting up!",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "localhost",
                "connection.info.port" : "30000",
                "site.url" : "{url}",
                "url.prefix" : "{url}",
                "client.reload.url" : "{url}/client",
                "client.fatal.error.url" : "{url}/me",
                "client.connection.failed.url" : "{url}/me",
                "external.variables.txt" : "{external_vars}",
                "external.texts.txt" : "{external_texts}",
                "productdata.load.url" : "{product_data}",
                "furnidata.load.url" : "{furni_data}",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"               
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
   
    </body>
</html>

External Vars:
Yeah, I'm pretty sure that's all you need.
 

Adem

Member
Aug 8, 2012
170
7
Off topic :Oh god, -facepalm at the exact time the photo was taken.
On topic: anyone know how to fix it?
 

Reedz

#1 Baller
Jul 9, 2012
640
121
Normally, stupid things like a re-booting your emulator help this problem. Just try it, sorry if it doesn't work after that.
 

xUnknownGamer

The Best Noob Around.
Feb 8, 2013
81
7
Same problem happened to me i did this:
-Put your port 30000
-Open your port in firewall
-Redownload SWF's
-Make sure all variables match
-Match sure all ip's and ports match
-Watch a youtube video tut on it if all else fails.
 

Creation

Member
Feb 23, 2013
134
3
Clear cache or change localhost/r63 to localhost/swfs if thats the name of your swfs folder with c_images and external_variables in it. LOL
 

Marceline

New Member
Mar 9, 2013
8
2
Your config.php
Code:
$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit]
 
 
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts.txt'; //External Flash Texts [Don't edit]
 
 
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]
 
 
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]

The r63 should be swfs or the name of your swf pack folder
 

Adem

Member
Aug 8, 2012
170
7
Your config.php
Code:
$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit]
 
 
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts.txt'; //External Flash Texts [Don't edit]
 
 
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]
 
 
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]

The r63 should be swfs or the name of your swf pack folder
Is it right now?
Code:
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1601'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/swfs/external_variables.txt'; //External Vars [Don't edit]
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/swfs/external_flash_texts.txt'; //External Flash Texts [Don't edit]
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/swfs/productdata.txt'; //Product Data [Don't edit]
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/swfs/furnidata.txt'; //Furni Data [Don't edit]
 
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swfs'; //SWF Folder [Don't edit]
 

Queef

Some people...
Jul 27, 2012
645
289
Ugh, move your swfs folder into your wwroot and delete the empty r63 .

Then replace your configuration with the following

PHP:
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1601'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://localhost/swfs/external_variables.txt'; //External Vars [Don't edit]
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/swfs/external_flash_texts.txt'; //External Flash Texts [Don't edit]
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/swfs/productdata.txt'; //Product Data [Don't edit]
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/swfs/furnidata.txt'; //Furni Data [Don't edit]
 
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swfs'; //SWF Folder [Don't edit]

Also if that doesnt fix it post your banner.php so i can take a look.
 

Marceline

New Member
Mar 9, 2013
8
2
Is it right now?
Code:
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1601'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/swfs/external_variables.txt'; //External Vars [Don't edit]
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/swfs/external_flash_texts.txt'; //External Flash Texts [Don't edit]
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/swfs/productdata.txt'; //Product Data [Don't edit]
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/swfs/furnidata.txt'; //Furni Data [Don't edit]
 
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swfs'; //SWF Folder [Don't edit]

Your external_variables links are :


You should change it into :
if your swfs is in the r63 folder
 
Status
Not open for further replies.

Users who are viewing this thread

Top