Swf Explaining?

Diddy8000

Member
Aug 22, 2011
78
18
Hello,

I'm not to good when it comes to swfs so i was thinking you lovely people could help me.

Basicly im updating to RELEASE63-201403211911-380416984 i was on this really old version before.

But im kind of stuck, never done this before.
Basicly im using RELEASE63-201403211911-380416984 Habbo.swf from im using the rc4 if thats right :/
Ive put it up my my client now loads black, i know im missing somthing.

So what do i need to do to make it work and not load black?

Thanks for your time,
Josh
 

Diddy8000

Member
Aug 22, 2011
78
18
Theres nothing like that in lightcms.php

Code:
<?php
    class LightCMS {
        // o-------------------------------------------------------o
        // | Welcome to LightCMS - a simple and effective way to  |
        // | manage your hotel. Simply set the variables in this  |
        // | file, and you're on your way to a successful start.  |
        // |                    Good luck! -Jonty                  |
        // o-------------------------------------------------------o
   
        // Database Information (IMPORTANT)
        public $db_hostname = "127.0.0.1";
        public $db_username = "root";
        public $db_password = "";
        public $db_dbname = "hotel";
        public $db_dbport = 3306;
       
        // Site Information (IMPORTANT)
        public $site_url = "http://127.0.0.1";
        public $site_name = "Revo Hotel";
        public $site_short = "Revo";
        public $facebook_account = "facebook";
        public $twitter_account = "twitter";
        public $maintenance = false;
        public $thehabbos_enabled = false;
        public $thehabbos_username = "jonteh";
        public $c_images = "http://127.0.0.1/c_images";
       
        // Misc Settings
        public $FORCE_SSL = false;
        public $flash_client_dump = true;
        public $mus_ip = '127.0.0.1';
        public $mus_port = 3001;
        public $nginxproxy = true;
       
        // Registration Controls
        public $max_per_ip = 3;
        public $reg_enabled = true;
        public $default_credits = "15000";
        public $default_pixels = "15000";
        public $default_homeroom = "8";
        public $default_look = "hd-180-2.sh-290-92.lg-275-92.ch-3030-63.hr-831-61";
        public $default_rank = "1";
        public $default_motto = "New Revo on the block";
        public $default_gender = "M";
       
        // Server Settings
        public $server_type = "Phoenix"; // Phoenix or Butterfly

        // Client Settings
        public $connection_info_host = "127.0.0.1";
        public $connection_info_port = "30000";
        public $loadingtext = "Revo Hotel is initializing";       
        public $variables = "//127.0.0.1/game/latest_v/external_variables.txt";
        public $texts = "//127.0.0.1/game/gamedata/b5da780fa98c6bc2fa2f70e68a9ac238/external_flash_texts.txt";
        public $override_texts = "//127.0.0.1/externals.php?type=texts&?h=180520131";
        public $override_vars = "//127.0.0.1/externals.php?type=vars&?h=180520131";
        public $productdata = "//127.0.0.1/game/gamedata/archive/a9c2dfebdaa0a48b66498012a2fd4612/productdata.txt";
        public $furnidata = "//127.0.0.1/game/gamedata/archive/a9c2dfebdaa0a48b66498012a2fd4612/furnidata.txt";
        public $baseurl = "//127.0.0.1/game/core/05283f046dd1073a787334bce2beb332/";
        public $habbo_swf = "//127.0.0.1/game/core/05283f046dd1073a787334bce2beb332/Habbo.swf";
 

Users who are viewing this thread

Top