[HELP] White client error R63 [HELP]

FicoLikeNiko

Member
Jun 30, 2014
33
4
Hello! :)
In my client it is White its is only white, somebody know how to fix it? (R63):down:

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

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

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

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

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

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

$_CONFIG['hotel']['server_ip'] = 'localhost'; //IP of VPS/DEDI/etc

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

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

$_CONFIG['hotel']['desc'] = 'It begins here!'; //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'] = 'I <3 Habbo!•'; //Default motto users will register with.

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

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

$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; //Default figure users will register with.

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

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

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

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

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

$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63'; //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'] = 'New';

/*
*
*    Other topsites.. thing
*
*/

$_CONFIG['thehabbos']['username'] = 'FicoLikeNiko';

/*
*
*    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']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account

?>
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/Custom-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 {username}, {hotelname} is starting up!",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{server_ip}",
                "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>
Hope you can help me! :up:
Sorry for my Bad English i'm from Denmark :null:
 
Last edited:

JayC

Always Learning
Aug 8, 2013
5,493
1,398
$_CONFIG['hotel']['url'] = ' //


<- might not work
 

FicoLikeNiko

Member
Jun 30, 2014
33
4
$_CONFIG['hotel']['url'] = ' //


<- might not work
Not Working! :(
 
check your var's.
The vars are fine i think
Here is the Vars
Code:
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=http://localhost/r63/c_images/Quests/
productdata.load.url=http://localhost/r63/productdata.txt
logout.url=http://localhost/r63/error
viral.furni.post_type=appRequest
image.library.playlist.url=http://localhost/r63/c_images/playlist/
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=http://localhost/r63/furnidata.txt
external.figurepartlist.txt=http://localhost/r63/gamedata/figuredata.xml
image.library.url=http://localhost/r63/c_images/
external.texts.txt=http://localhost/r63/external_flash_texts.txt
latencytest.report.delta=100
flash.dynamic.download.name.template=%typeid%.swf
client.hotel_view.image=hotel_view_images_hq/hotelview_xmas10_es.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=http://localhost/r63/c_images/catalogue/
flash.dynamic.download.url=http://localhost/r63/hof_furni/
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
feed.badge_decorations.decoration_id=001
avatareditor.allowclubtryout=1
dynamic.download.name.template=hh_furni_xx_%typeid%.cct
private.image.library.url=http://images.localhost/r63/c_images/
logout.disconnect.url=http://localhost/r63/error
hotelview.banner.url=http://localhost/r63/swf/banner.png
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
dynamic.download.url=http://localhost/r63/hof_furni/
client.allow.facebook.like=0
infostand.use.button.enabled=false
catalog.drag_and_drop=true
link.format.friendlist.pref=http://localhost/r63/profile/friendsmanagement?tab=6
group.badge.url=http://localhost/r63/habbo-imaging/badge/%imagerdata%.gif
room.dragging.always_center=0
roomenterad.habblet.enabled=false
questing.showDetailsForNextQuest=false
habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
link.format.credits=http://localhost/r63/credits
friendbar.requests.enabled=true
lagWarningLog.enabled=1
hover.name.enabled=true
client.toolbar.static.enabled=true
questing.useWing=true
questing.startQuestDelayInSeconds=10
client.hotel_view.show_on_startup=1
cfh.usercategories.withnoharasser=101,102,103,104,105,106
catalog.furniture.animation=true
roominfo.widget.enabled=1
navigator.always_open_after_login=1
client.minimail.embed.enabled=false
friend_bar.helper.friend_finding.enabled=false
interstitial.enabled=false
pixels.enabled=true
welcome.screen.enabled=0
link.format.club=http://localhost/r63/credits/habboclub
club.subscription.disabled=1
toolbar.new_additions.notification.enabled=true
cfh.usercategories.withharasser=101,102,103,104,105,106
client.fatal.error.url=http://localhost/r63/client_error
embed.showInRoomInfo=true
moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
club.membership.extend.promotion.enabled=1
interstitial.interval=120000
purse.widget.currency.shells.enabled=0
interstitial.show.time=5000
roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
client.allow.external.links=1
menu.avatar.enabled=true
client.credits.embed.enabled=true
link.format.mail.compose=http://localhost/r63/me#mail/compose/%recipientid%/%random%/
room.rating.enable=1
navigator.colorlimit.yellow=50
interstitial.max.displays=8
questing.defaultCampaign=room_builder
trax.player.sample.memory.purge.enabled=1
friendbar.notifications.enabled=true
menu.own_avatar.enabled=1
navigator.colorlimit.orange=80
link.format.collectibles=http://localhost/r63/credits/collectibles
link.format.userpage=http://localhost/r63//rd/%ID%
avatar.widget.enabled=1
navigator.default_tab=official
client.logout.enabled=true
infostand.report.show=1
subscription.reminder.when.days.left=5
navigator.colorlimit.red=92
client.news.embed.enabled=true
purse.widget.enabled=1
 

RyanzRetros

Developer of ChakCMS
Jan 14, 2015
978
182
No. Ignore this one. {server_ip} will work if configured correctly in the config, sorry but you're wrong here Ryan
Yes, I know you CAN make it work, but most people (noobier who cannot fix a white client) see the exploit and just remove it. Then the code no longer works as the class.template.php file has no {server_ip} code because it was removed for an exploit, not just secured...

I know you can change it to work as I have done so without revealing the VPS IP.
 

RyanzRetros

Developer of ChakCMS
Jan 14, 2015
978
182
Yes, {skin} does also work, why post your client.php when I just explained the fix?
Doesn't {skin} work?
 
Anyway, You could try my client.php if you wanted. (I'm also using a edited VUE skin)

PHP:
<!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">
      
        <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 loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{server_ip}",
                "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>
    <!-- BEGINS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
<script type="text/javascript" src="https://hosted.muses.org/mrp.js"></script>
<script type="text/javascript">
MRP.insert({
'url':'http://quasar.shoutca.st:8723/stream',
'codec':'mp3',
'volume':100,
'autoplay':true,
'jsevents':true,
'buffering':5,
'title':'Hablit FM',
'bgcolor':'#FFFFFF',
'skin':'darkconsole',
'width':190,
'height':62
});
</script>
<!-- ENDS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
    <body>
  
        <div id="client"></div>
  
    </body>
</html>
 

Users who are viewing this thread

Top