Clear your cache.I replaced that with the new external_flash_texts and it's still Spanish.
"client.starting" : "Please wait, {hotelname} loading",
"client.allow.cross.domain" : "1",
"client.starting" : "Please wait, {hotelname} loading",
"hotelview.banner.url" : "{url}/game/rs4.php",
"client.allow.cross.domain" : "1",
"hotelview.banner.url" : "{url}/game/rs4.php",
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.whats the difference in setting it up via website? can anyone help me?
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/crossdomain.xml
Have you tried google mefriend?I try to load the Client and get an error in the developer tool... It says...
I'm not aware of this file... It's not in the .rar folder?Code:Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/crossdomain.xml
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]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
and this in the config
toCode:$_CONFIG['hotel']['furni_data'] = 'http://localhost/game/furnidata.txt'; //URL to your furnidata
Code:$_CONFIG['hotel']['furni_data'] = 'http://localhost/game/furnidata_xml.xml'; //URL to your furnidata
Hope this helps