Client stuck on 76%

jtagedjay

Member
Sep 5, 2016
35
12
im using localhost atm but cant seem to get passed 76%


it doesn't come up with anything when i hit f12 and refresh
NE0FQ

hXDzN

pLLUS

Client
PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="http://localhost/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="http://localhost/app/tpl/skins/Weeb/styles/client.css" type="text/css">
       
        <script type="text/javascript" src="http://localhost/app/tpl/skins/Weeb/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://localhost/swf/gordon/PRODUCTION-201602082203-712976078/";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",              
                "connection.info.host" : "127.0.0.1",
                "connection.info.port" : "30000",
                "site.url" : "http://localhost",
                "url.prefix" : "http://localhost",
                "client.reload.url" : "http://localhost/disconnected",
                "client.fatal.error.url" : "http://localhost/disconnected",
                "client.connection.failed.url" : "http://localhost/disconnected",
                "external.variables.txt" : "http://localhost/swf/gamedata/external_variables.txt",
                "external.texts.txt" : "http://localhost/swf/gamedata/external_flash_texts.txt",
                "external.override.texts.txt" : "http://localhost/swf/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://localhost/swf/gamedata/override/external_override_variables.txt",
                "external.figurepartlist.txt" : "http://localhost/swf/gamedata/figuredata.xml",  
                "productdata.load.url" : "http://localhost/swf/gamedata/productdata.txt",
                "furnidata.load.url" : "http://localhost/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", "http://localhost/swf/gordon/PRODUCTION-201602082203-712976078/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
<style type="text/css">
.menu-spacefm {
    position:fixed;
    bottom:48px;
    right:180px;
    z-index:1005!important;
    color:#FFF;
    cursor:pointer;
    background-color: #10100d;
    width: 100px;
    height: 28px;
    border-radius: 5px 5px 0px 0px;
    border: 2px solid #201e19;border-bottom: 0px;
}.menu-spacefm-second {
    position:fixed;
    bottom:48px;
    right:15px;
    z-index:1005!important;
    color:#FFF;
    background-color: #10100d;
    width: 260px;
    height: auto;
    border-radius: 5px 5px 0px 0px;
    border: 2px solid #201e19;
    display: none;
    border-bottom: 0px;
}
.menu-spacefm-third {
    position:fixed;
    bottom:142px;
    right:15px;
    z-index:1005!important;
    color:#FFF;
    background-color: #2E2E2C;
    width: 260px;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #201e19;
    display: none;
}
.content {
    padding-top: 5px;
    padding-left: 4px;
    background-color: #2E2E2C;
    text-align: left;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    display: inline-block;
    background-color: #2E2E2C;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    display: inline-block;
    background-color: #2E2E2C;
}
.img {
    background: url(http://localhost/app/tpl/skins/Weeb/styling/images/logo.gif);
    background-repeat: no-repeat;
    width: 153px;
    height: 34px;
    cursor: pointer;
}
#spacefmclose {cursor: pointer;background-color: #2E2E2C;}
#shoutlijn {background: #2E2E2C;}

/*/ dit hoeft niet op spacehotel.co /*/
*{background: #000;}
</style>

Config
PHP:
<?php
$homepage = file_get_contents('http://iphub.info/api.php?ip='.$_SERVER['HTTP_CF_CONNECTING_IP'].'&showtype=4');
$vpn = json_decode($homepage, true);
if($vpn['proxy'] == '1')
include'app/tpl/skins/Cold/inc/geentoegang.php';
if($vpn['proxy'] == '0')
if(!defined('IN_INDEX')) { die('Sorry, je hebt geen toegang tot deze pagina!'); }
# Gemaakt door Chris - Badge systeem #
function generateRandomString($length = 10) {
    $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
    $randomString = '';
    for ($i = 0; $i < $length; $i++) {
        $randomString .= $characters[rand(0, strlen($characters) - 1)];
    }
    return $randomString;
}

$_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

$_CONFIG['mysql']['username'] = 'root'; //MySQL username

$_CONFIG['mysql']['password'] = 'micro17'; //MySQL password

$_CONFIG['mysql']['database'] = 'microdb'; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['server_ip'] = '127.0.0.1';

$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'Blast'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Best retro since 911!'; //Hotel's description

$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = False; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'Blast Noobie!'; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 95000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 85000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = 'hd-180-3.ha-3129-106.hr-831-60.cc-3039-106.ch-215-106.fa-1206-106.lg-270-106.sh-3154-92-106'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1532'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'http://localhost/swf/external_variables.txt'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'http://localhost/swf/external_flash_texts.txt'. generateRandomString(); //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http://localhost/swf/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = 'http://localhost/swf/furnidata.xml'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swf'; //URL to your SWF folder(does not end with a '/')

/*
*
*    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'] = 'Weeb';

/*
*
*    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'] = 'Cold'; //Hotel's Twitter account

$_CONFIG['social']['facebook'] = 'Cold'; //Hotel's Facebook account

?>
 

Velaski

winner
Aug 4, 2015
562
165
Base URL ends in a /
habbo.swf begins with a /

its going to go like bal.com/prod-1234//habbo.swf
instead of /habboswf -- remove a / from habbo.swf
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Base URL ends in a /
habbo.swf begins with a /

its going to go like bal.com/prod-1234//habbo.swf
instead of /habboswf -- remove a / from habbo.swf
That won't fix his issue. Having multiple path separators have no special meaning unless you have defined them in your rules.
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Its a issue he has to address also, It's requesting for prod-1234//habbo.swf? How will it even work lol.
If the folder prod-1234 exists and that is his swf folder it doesn't matter if you put 2 separators. The browser will still find Habbo.swf that is why its not showing a 404 not found.
 

Users who are viewing this thread

Top