Request : R63B pack

GobbaHotel

New Member
Mar 29, 2013
19
3
I've tried many R63b's packs,
Released on here other sites and none of them dont work, (Most of them are dead links)
does anyone has a link for a r63b pack or the files.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
I can't help at this moment, just double check everything and make sure your client.php has all the SWFs linked correctly as well as the Habbo.swf - where you have the link to your production file maybe will look like this -

If your habbo.swf looks like this in your client file: /habbo.swf then it won't pick it up as it will be looking for: /habbo.swf - remove the / from the habbo.swf and should then work.
 

GobbaHotel

New Member
Mar 29, 2013
19
3
Its all good?
<script type="text/javascript">
var BaseUrl = " ";
var flashvars =
{
"client.starting" : "Espere por favor, AfterCMS está cargando",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "localhost",
"connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"hotelview.banner.url" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"use.sso.ticket" : "1",
"sso.ticket" : "Habbot-893/5a55027347b2dc9a0417fb3100965bc32",
"processlog.enabled" : "0",
"flash.client.url" : BaseUrl,
"flash.client.origin" : "popup",
"forward.type" : "2",
"forward.id" : "",
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "Habbo.swf", "client", "100%", "100%", "10.0.0", "swf/expressInstall.swf", flashvars, params, null);
</script>

So i really dont know whats wrong and why its black
 

Kak

Posting Freak
Apr 21, 2017
951
165
im pretty sure if u enabled flash and client still black its to do with your client.php. get a different one as your current is probably not working and then it should take you to the loading screen
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
How to enable flash in chrome:

- Go to your client
- Navigate your curser to the URL Bar
- Click the little i with the circle around it
- Go down until you see flash, it will say "Ask (Default)" - The client won't actually ask you to enable flash, that's why change Ask (Default) to Allow
 

Kak

Posting Freak
Apr 21, 2017
951
165
like jmg said, if you decide to go back to the old cms you were using. here is a client.php with overrides already edited for you just replace ip with yours and also change the two lines at the top called "Habbo" to the theme name youre using if thats not the name of the skin you were/are using.

PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} Hotel</title>
   
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
   
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "{url}/swf/gordon/PRODUCTION-201701242205-837386173/";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",          
                "connection.info.host" : "IP",
                "connection.info.port" : "30000",
                "site.url" : "{url}",
                "url.prefix" : "{url}",
                "client.reload.url" : "{url}/disconnected",
                "client.fatal.error.url" : "{url}/disconnected",
                "client.connection.failed.url" : "{url}/disconnected",
                "external.variables.txt" : "{url}/swf/gamedata/external_variables.txt",
                "external.texts.txt" : "{url}/swf/gamedata/external_flash_texts.txt",
                "external.override.texts.txt" : "{url}/swf/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "{url}/swf/gamedata/override/external_override_variables.txt",
                "external.figurepartlist.txt" : "{url}/swf/gamedata/figuredata.xml",
                "productdata.load.url" : "{url}/swf/gamedata/productdata.txt",
                "furnidata.load.url" : "{url}/swf/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "client.starting" : "Please wait! {hotelName} is starting up.",          
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "client.starting.revolving" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/",
                "flash.client.origin" : "popup"      
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"          
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{url}/swf/gordon/PRODUCTION-201701242205-837386173/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 
    <body>
 
        <div id="client"></div>

    </body>
</html>

DO NOT CHANGE ALL THE (url) to your ip just leave it predefined as (url) or your client might not load
 
Last edited:

Users who are viewing this thread

Top