[HELP] Clothes, Images, catalogue, badges wont load

Ziamerko

Member
Mar 29, 2015
54
3
hello! My items, catalogue, badges and clothes won't load. I've tried several tutorials, no luck, I belive my ex. vars is okay, so I dunno what's wrong. Hopefully you can give me a little tutorial how to do it instead of writing pointless things like: vars or: ufjdhgirdfirefd.php. I've never had this problem before so I dunno how to solve it, please explain noob friendly.

My vars:

avatar.widget.enabled=1
avatareditor.allowclubtryout=0
avatareditor.promohabbos=
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
catalog.drag_and_drop=true
catalog.furniture.animation=true
cfh.usercategories.withharasser=101,102,103,104,105,106
cfh.usercategories.withnoharasser=101,102,103,104,105,106
client.allow.external.links=1
client.allow.facebook.like=0
client.credits.embed.enabled=false
client.fatal.error.url=
client.hotel_view.image=hotel_view_images_hq/hotelview_banzai.png
client.hotel_view.show_on_startup=1
client.logout.enabled=true
client.minimail.embed.enabled=false
client.news.embed.enabled=true
client.toolbar.static.enabled=true
club.membership.extend.basic.promotion.enabled=0
club.membership.extend.promotion.enabled=0
club.subscription.disabled=1
embed.showInRoomInfo=true
external.figurepartlist.txt=
external.texts.txt=
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
flash.dynamic.avatar.download.configuration=
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
flash.dynamic.download.url=
friendbar.enabled=true
friendbar.notifications.enabled=true
friendbar.requests.enabled=true
friendbar.stream.enabled=false
friendbar.stream.liking.enabled=true
friendbar.stream.user.enabled=true
friend_bar.helper.friend_finding.enabled=true
furnidata.load.url=
furniture.context.menu.widget.enabled=true
group.badge.url=
habboinfotool.url=
handitem.give.enabled=true
hotelview.banner.url=
hover.name.enabled=true
image.library.catalogue.url=
image.library.playlist.url=
image.library.questing.url=
image.library.url=
infostand.report.show=1
infostand.use.button.enabled=true
interstitial.enabled=false
interstitial.interval=120000
interstitial.max.displays=8
interstitial.show.time=5000
lagWarningLog.enabled=0
lagWarningLog.interval.seconds=5
latencytest.interval=20000
latencytest.report.delta=100
latencytest.report.index=3
link.format.club=
link.format.collectibles=
link.format.credits=
link.format.friendlist.pref=
link.format.mail.compose=
link.format.tag.search=
link.format.userpage=
link.friendbar.stream.settings.see.more=
logout.concurrent.url=
logout.disconnect.url=
logout.url=
menu.avatar.enabled=true
menu.own_avatar.enabled=1
moderatoractionlog.url=
navigator.always_open_after_login=0
navigator.colorlimit.orange=80
navigator.colorlimit.red=92
navigator.colorlimit.yellow=50
navigator.default.view=public
navigator.default_tab=popular
pixels.enabled=true
predefined_room.type=1
private.image.library.url=
productdata.load.url=
purse.widget.currency.shells.enabled=0
purse.widget.enabled=1
questing.defaultCampaign=room_builder
questing.enabled=true
questing.showDetailsForNextQuest=false
questing.startQuestDelayInSeconds=10
questing.useWing=true
room.dragging.always_center=0
room.rating.enable=1
roomadmin.url=
roomenterad.habblet.enabled=false
roominfo.widget.enabled=1
simple.memenu.enabled=1
subscription.reminder.when.days.left=2
toolbar.new_additions.notification.enabled=true
toolbar.tracking.enabled=0
trax.player.sample.memory.purge.enabled=1
viral.furni.post_type=appRequest


Config.php:

<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.
error_reporting(0);
#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'] = 'Kasper1'; //Phpmyadmin password

$_CONFIG['mysql']['database'] = 'r63b'; //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'] = 'Habfil'; // Your Hotel's Name

$_CONFIG['hotel']['desc'] = 'Møt nye venner, ha det gøy!'; //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'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Starting motto for new users

$_CONFIG['hotel']['credits'] = 25000; //How many coins new users get

$_CONFIG['hotel']['pixels'] = 15000; //How many pixels new users get

$_CONFIG['hotel']['figure'] = 'hr-500-39.hd-600-7.ch-630-64.lg-695-73.sh-725-75'; //Default figure users will register with.

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

$_CONFIG['hotel']['external_vars'] = ' //External Vars [Don't edit]

$_CONFIG['hotel']['external_texts'] = ' //External Flash Texts [Don't edit]

$_CONFIG['hotel']['product_data'] = ' //Product Data [Don't edit]

$_CONFIG['hotel']['furni_data'] = ' //Furni Data [Don't edit]

$_CONFIG['hotel']['swf_folder'] = ' //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'] = 'Habbo';

/*
*
* 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

?>

I hope you can help me.

Another question. If I'm going to change to hamachi/VPS, do i just have to change the ip's?

Thanks in advance.

Sincerly Ziamerko

Ps; sorry for spamming the forums for help.
 
Okay I fixed a part of it, but this is all nonsence, I fixed my swfs, then I logged in. The furnitures, badges and the catalogue was nice, as it should be but the clothes was loading. I relogged, then it had switched. The badges, furnitures and catalogue was fucked but the clothes, were working. (The HC shop worked aswell, not the furnies, just to buy the HC, the hc mark).

Screenshots:

Hopefully we'll sort this out!
 

Ubuntu

Professional Slag
Apr 2, 2015
142
11
I would help you out if you was on a VPS. XAMPP is childish.
IIS is better, more secure. Besides a small hotel is only about 10$ a month for a VPS, if you can't pay that then you're too young.
 
Oct 11, 2014
1,071
256
I would help you out if you was on a VPS. XAMPP is childish.
IIS is better, more secure. Besides a small hotel is only about 10$ a month for a VPS, if you can't pay that then you're too young.
nah not really, Xampp is pretty safe (if you set it correctly).
hello! My items, catalogue, badges and clothes won't load. I've tried several tutorials, no luck, I belive my ex. vars is okay, so I dunno what's wrong. Hopefully you can give me a little tutorial how to do it instead of writing pointless things like: vars or: ufjdhgirdfirefd.php. I've never had this problem before so I dunno how to solve it, please explain noob friendly.

My vars:

avatar.widget.enabled=1
avatareditor.allowclubtryout=0
avatareditor.promohabbos=
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
catalog.drag_and_drop=true
catalog.furniture.animation=true
cfh.usercategories.withharasser=101,102,103,104,105,106
cfh.usercategories.withnoharasser=101,102,103,104,105,106
client.allow.external.links=1
client.allow.facebook.like=0
client.credits.embed.enabled=false
client.fatal.error.url=
client.hotel_view.image=hotel_view_images_hq/hotelview_banzai.png
client.hotel_view.show_on_startup=1
client.logout.enabled=true
client.minimail.embed.enabled=false
client.news.embed.enabled=true
client.toolbar.static.enabled=true
club.membership.extend.basic.promotion.enabled=0
club.membership.extend.promotion.enabled=0
club.subscription.disabled=1
embed.showInRoomInfo=true
external.figurepartlist.txt=
external.texts.txt=
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
flash.dynamic.avatar.download.configuration=
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
flash.dynamic.download.url=
friendbar.enabled=true
friendbar.notifications.enabled=true
friendbar.requests.enabled=true
friendbar.stream.enabled=false
friendbar.stream.liking.enabled=true
friendbar.stream.user.enabled=true
friend_bar.helper.friend_finding.enabled=true
furnidata.load.url=
furniture.context.menu.widget.enabled=true
group.badge.url=
habboinfotool.url=
handitem.give.enabled=true
hotelview.banner.url=
hover.name.enabled=true
image.library.catalogue.url=
image.library.playlist.url=
image.library.questing.url=
image.library.url=
infostand.report.show=1
infostand.use.button.enabled=true
interstitial.enabled=false
interstitial.interval=120000
interstitial.max.displays=8
interstitial.show.time=5000
lagWarningLog.enabled=0
lagWarningLog.interval.seconds=5
latencytest.interval=20000
latencytest.report.delta=100
latencytest.report.index=3
link.format.club=
link.format.collectibles=
link.format.credits=
link.format.friendlist.pref=
link.format.mail.compose=
link.format.tag.search=
link.format.userpage=
link.friendbar.stream.settings.see.more=
logout.concurrent.url=
logout.disconnect.url=
logout.url=
menu.avatar.enabled=true
menu.own_avatar.enabled=1
moderatoractionlog.url=
navigator.always_open_after_login=0
navigator.colorlimit.orange=80
navigator.colorlimit.red=92
navigator.colorlimit.yellow=50
navigator.default.view=public
navigator.default_tab=popular
pixels.enabled=true
predefined_room.type=1
private.image.library.url=
productdata.load.url=
purse.widget.currency.shells.enabled=0
purse.widget.enabled=1
questing.defaultCampaign=room_builder
questing.enabled=true
questing.showDetailsForNextQuest=false
questing.startQuestDelayInSeconds=10
questing.useWing=true
room.dragging.always_center=0
room.rating.enable=1
roomadmin.url=
roomenterad.habblet.enabled=false
roominfo.widget.enabled=1
simple.memenu.enabled=1
subscription.reminder.when.days.left=2
toolbar.new_additions.notification.enabled=true
toolbar.tracking.enabled=0
trax.player.sample.memory.purge.enabled=1
viral.furni.post_type=appRequest


Config.php:

<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.
error_reporting(0);
#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'] = 'Kasper1'; //Phpmyadmin password

$_CONFIG['mysql']['database'] = 'r63b'; //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'] = 'Habfil'; // Your Hotel's Name

$_CONFIG['hotel']['desc'] = 'Møt nye venner, ha det gøy!'; //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'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Starting motto for new users

$_CONFIG['hotel']['credits'] = 25000; //How many coins new users get

$_CONFIG['hotel']['pixels'] = 15000; //How many pixels new users get

$_CONFIG['hotel']['figure'] = 'hr-500-39.hd-600-7.ch-630-64.lg-695-73.sh-725-75'; //Default figure users will register with.

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

$_CONFIG['hotel']['external_vars'] = ' //External Vars [Don't edit]

$_CONFIG['hotel']['external_texts'] = ' //External Flash Texts [Don't edit]

$_CONFIG['hotel']['product_data'] = ' //Product Data [Don't edit]

$_CONFIG['hotel']['furni_data'] = ' //Furni Data [Don't edit]

$_CONFIG['hotel']['swf_folder'] = ' //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'] = 'Habbo';

/*
*
* 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

?>

I hope you can help me.

Another question. If I'm going to change to hamachi/VPS, do i just have to change the ip's?

Thanks in advance.

Sincerly Ziamerko

Ps; sorry for spamming the forums for help.
 
Okay I fixed a part of it, but this is all nonsence, I fixed my swfs, then I logged in. The furnitures, badges and the catalogue was nice, as it should be but the clothes was loading. I relogged, then it had switched. The badges, furnitures and catalogue was fucked but the clothes, were working. (The HC shop worked aswell, not the furnies, just to buy the HC, the hc mark).

Screenshots:

Hopefully we'll sort this out!
Are you Making R63 or R63B.
 

Ziamerko

Member
Mar 29, 2015
54
3
Well I'm planning to buy a vps, later, but first I'd like to fix all issues with my hotel. Also, I do have IIS, but my MYSQL is retarded. Im also very satisfied with xampp, so I don't see why I should change.
 

Ubuntu

Professional Slag
Apr 2, 2015
142
11
He's wrong, there are many backdoors to xampp but if you would like you can use the mysql server in xampp and use the webserver in iis, that's how I do it.
 

Ziamerko

Member
Mar 29, 2015
54
3
Sure, Ill may do it later, I'm currently at my cabin, so I won't now, but now I have another bugg. After stacking/building a room, then reloading the room, the furnitures goes crazy and moves to different spots than I sat them on. Really annoying
 

Users who are viewing this thread

Top