Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[UBER] FurniFinder fix.

Status
Not open for further replies.
Junior Spellweaver
Joined
Jul 7, 2010
Messages
155
Reaction score
14
Hi, I know this is easy to fix, but i was thinking to post this.

First browse to your manage/pages dir.
Search for: furnifinder.php and open it with notepad.
Press ctrl+f and type in: hotel-uk and press enter.
(You find this:)
Code:
echo '<p><a href="http://hotel-uk.habbo.com/gamedata/furnidata?hash=x">
http://hotel-uk.habbo.com/gamedata/furnidata?hash=x</a></p><br />';
Change all into hotel-us, so you have

Code:
echo '<p><a href="http://hotel-us.habbo.com/gamedata/furnidata?hash=x">
http://hotel-us.habbo.com/gamedata/furnidata?hash=x</a></p><br />';

I hope you like it.
Sorry for my bad English, im dutch :)
 
I'm back!
Joined
Nov 29, 2008
Messages
526
Reaction score
95
Oooh, Thanks for this mate..

Works 100%
 
Banned
Banned
Joined
Jan 9, 2010
Messages
1,850
Reaction score
503
Woot, thanks man!, i needed this, and i didn't know it was that easy :eek:
 
Web Developer
Loyal Member
Joined
Nov 5, 2009
Messages
1,229
Reaction score
309
How would i add it...

http://iaza.com/work/100824C/gdggg20771.PNG

That dont work...
 
Experienced Elementalist
Joined
Jun 16, 2010
Messages
249
Reaction score
76
Hi, I know this is easy to fix, but i was thinking to post this.

First browse to your manage/pages dir.
Search for: furnifinder.php and open it with notepad.
Press ctrl+f and type in: hotel-uk and press enter.
(You find this:)
Code:
echo '<p><a href="http://hotel-uk.habbo.com/gamedata/furnidata?hash=x">
http://hotel-uk.habbo.com/gamedata/furnidata?hash=x</a></p><br />';
Change all into hotel-us, so you have

Code:
echo '<p><a href="http://hotel-us.habbo.com/gamedata/furnidata?hash=x">
http://hotel-us.habbo.com/gamedata/furnidata?hash=x</a></p><br />';

I hope you like it.
Sorry for my bad English, im dutch :)

This is a good release. Nice work. I am sure no one else has this, and if they claim they do they're lying.

Good eyes.
 
Status
Not open for further replies.
Back
Top