Cant see the furni in client [HELP]

Wassim

♕ The Awesomeness Within...
Sep 22, 2011
2,449
931
i cant see the furni in my client:

KPED95rvp0Gz.jpg


It might be something to do with the swf are these right?

External_variable
Code:
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=127.0.0.1/c_images/Quests/
productdata.load.url=127.0.0.1/r63/productdata.txt
logout.url=127.0.0.1/logout
viral.furni.post_type=appRequest
image.library.playlist.url=127.0.0.1/c_images/playlist/
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=127.0.0.1/r63/furnidata.txt
external.figurepartlist.txt=127.0.0.1/r63/figuredata.xml
image.library.url=127.0.0.1/c_images/
external.texts.txt=127.0.0.1/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_wired.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=127.0.0.1/c_images/catalogue/
flash.dynamic.download.url=127.0.0.1/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=127.0.0.1/c_images/
logout.disconnect.url=127.0.0.1/disconnected
hotelview.banner.url=http://hotel-us.habbo.com/gamedata/banner
latencytest.report.index=3
dynamic.download.samples.template=/%typeid%.cct
dynamic.download.url=127.0.0.1/hof_furni/
client.allow.facebook.like=1
infostand.use.button.enabled=true
catalog.drag_and_drop=true
link.format.friendlist.pref=127.0.0.1/profile/friendsmanagement?tab=6
group.badge.url=127.0.0.1/habbo-imaging/badge/%imagerdata%.gif
room.dragging.always_center=0
roomenterad.habblet.enabled=true
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=127.0.0.1/credits
friendbar.requests.enabled=true
lagWarningLog.enabled=1
hover.name.enabled=false
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=0
client.minimail.embed.enabled=true
friend_bar.helper.friend_finding.enabled=true
interstitial.enabled=false
pixels.enabled=true
welcome.screen.enabled=0
link.format.club=127.0.0.1/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=127.0.0.1/disconnected
embed.showInRoomInfo=true
moderatoractionlog.url=http://amberhotel.co.uk/housekeeping
club.membership.extend.promotion.enabled=1
interstitial.interval=120000
purse.widget.currency.shells.enabled=1
interstitial.show.time=5000
roomadmin.url=http://amberhotel.co.uk/housekeeping
client.allow.external.links=1
menu.avatar.enabled=true
client.credits.embed.enabled=true
link.format.mail.compose=127.0.0.1/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=127.0.0.1/credits/collectibles
link.format.userpage=127.0.0.1/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

Config.php
PHP:
$_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'] = 'iii'; //MySQL password
 
$_CONFIG['mysql']['database'] = 'rev_phoenix'; //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'; //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'] = 'Best hotel around!'; //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 wassim' . $_CONFIG['hotel']['name']; //Default motto users will register with.
 
$_CONFIG['hotel']['credits'] = 25000; //Default number of credits users will register with.
 
$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.
 
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
 
$_CONFIG['hotel']['web_build'] = '663_1dc60c6d6ea6e089c6893ab4e0541ee0/1025'; //Web_Build
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1025'; //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 '/')

Please help any help would be thanked
 

Aercor

The Official Gay
Oct 1, 2011
556
102
' '; //Does not end with a "/"

FIX: ' '; //Does not end with a "/"

(Don't think this will fix it, but it should be fixed)
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
You do have the furnidata and productdata linked correctly ?

$_CONFIG['hotel']['product_data'] = ' '; //URL to your productdata
$_CONFIG['hotel']['furni_data'] = ' '; //URL to your furnidata
 

Wassim

♕ The Awesomeness Within...
Sep 22, 2011
2,449
931
You do have the furnidata and productdata linked correctly ?

$_CONFIG['hotel']['product_data'] = ' '; //URL to your productdata
$_CONFIG['hotel']['furni_data'] = ' '; //URL to your furnidata

yeah there right
 

Zorn192

Member
Sep 4, 2011
119
7
Parental Controls blocks porn, disable it

As for PORTS: Go ti windows firewall, click import rules, add new rule, option: port, type, 80, 3306, 30000, 30001, press next ect, enable connection, make a name for it, i don't know, hotelenable. And your done ^_^
 

Users who are viewing this thread

Top