How To Make A R63B Habbo Retro With Latest UI.

Status
Not open for further replies.

ARMYDUDE

Member
Dec 16, 2011
39
2
Server Wont even Let me Connect to hotel.



Whats the fix?
 
Mar 20, 2014
166
10
This is a common error. go to app/tpl/skins/habboextreme/client .
Look for this near the top
Code:
                "client.starting" : "Please wait, {hotelname} loading",
                "client.allow.cross.domain" : "1",
make it
Code:
                "client.starting" : "Please wait, {hotelname} loading",
"hotelview.banner.url" : "{url}/game/rs4.php",
                "client.allow.cross.domain" : "1",
you need that extra
Code:
"hotelview.banner.url" : "{url}/game/rs4.php",
In there for it to work :p
and if it doesnt fix it, clear your cache and try another browser!
If theres any more trouble, hook me up on skype dj.karnio :)
 
Mar 20, 2014
166
10
You just change all the links to instead of or
I can help setup one, add my skype dj.karnio
 
Mar 20, 2014
166
10
When it says the client will be in spanish, to fix go here.
I dont think its spanish. The last image he gives you, where it says ''find new friends'' normally , it says Novos Amigos
isnt Amigos mexican? Anyway offtopic. Great tutorial ! For those people that are confused, hook me up on skype dj.karnio
 

WockoM9

Member
May 1, 2011
63
2
whats the difference in setting it up via website? can anyone help me?
If you set it up via website your database is in a much more secured place.. And also if your vps ever got Ddos your website will still be online.
 

Stee

Oh hot damn. This is my jam.
Jun 28, 2011
285
158
I try to load the Client and get an error in the developer tool... It says...
Code:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/crossdomain.xml
I'm not aware of this file... It's not in the .rar folder?
 
Mar 20, 2014
166
10
I try to load the Client and get an error in the developer tool... It says...
Code:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/crossdomain.xml
I'm not aware of this file... It's not in the .rar folder?
Have you tried google mefriend?
 

timos1710

New Member
Nov 27, 2013
6
0
To fix the language, it says in the tut at the bottom. go to that externalflashtexts link for habbo, open your externalflashtexts file and replace it with all the stuff on there page.



Change
Code:
[code]
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password={Password was here}
db.name=hotel

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=500

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=3001
mus.tcp.allowedaddr=127.0.0.1

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
Code:
to
[CODE][code]
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password={Password was here}
db.name=hotel

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=0
db.pool.maxsize=500

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
[/CODE]

and this in the config
Code:
$_CONFIG['hotel']['furni_data'] = 'http://localhost/game/furnidata.txt'; //URL to your furnidata
to
Code:
$_CONFIG['hotel']['furni_data'] = 'http://localhost/game/furnidata_xml.xml'; //URL to your furnidata

Hope this helps :)

Thanks for the help! Unfortunately, it didn't work.
It's still doing the exact same thing.
 
Mar 20, 2014
166
10
Need any help? add me on skype! dj.karnio
I have fixed 2peoples hotels already :)
Im setting up hotels for the n00bies for 12$.
 

ARMYDUDE

Member
Dec 16, 2011
39
2
Sorry to make this seem like a help and request section, But why the heck isn't my furni loading. lol :mad: If it's the vars someone mind setting some vars up for me that i can copy and paste?
 

stephanie

New Member
Apr 5, 2014
2
0
Why does it look like this, I've done everything right, or at least I think I have.. the client page, config and so on...

TwbgB5J.png
 
Last edited:
Status
Not open for further replies.

Users who are viewing this thread

Top