Client redirect to me after loading

DarrellDD

Member
Jul 10, 2011
37
0
Best people of DevBest;

I was working the whole day on this problem but i didn't get any further
I maked a video for you guys and i post all my codes an configs, hope you can help me :c

Video: this is the error is loads into the loader and then turns back to me page

Code:
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=http://images.habbo.com/c_images/Quests/
productdata.load.url=http://127.0.0.1/gamedata/productdata/1
logout.url=http://127.0.0.1/account/disconnected?reason=%reason%&origin=%origin%
viral.furni.post_type=appRequest
image.library.playlist.url=http://images.habbo.com/c_images/playlist/
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=http://127.0.0.1/gamedata/furnidata/1
external.figurepartlist.txt=http://hotel-us.habbo.com/gamedata/figuredata
image.library.url=http://images.habbo.com/c_images/
external.texts.txt=http://127.0.0.1/gamedata/external_flash_texts/1
latencytest.report.delta=100
flash.dynamic.download.name.template=%revision%/%typeid%.swf
client.hotel_view.image=hotel_view_images_hq/hotelview_default.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=http://images.habbo.com/c_images/catalogue/
flash.dynamic.download.url=http://images.habbo.com/dcr/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=%revision%/hh_furni_xx_%typeid%.cct
link.friendbar.stream.settings.see.more=http://127.0.0.1/articles/2548-whats-new
private.image.library.url=http://images.habbogroup.com/c_images/
logout.disconnect.url=http://127.0.0.1/account/disconnected?reason=logout&origin=%origin%
hotelview.banner.url=http://hotel-us.habbo.com//gamedata/banner
latencytest.report.index=3
dynamic.download.samples.template=%revision%/%typeid%.cct
dynamic.download.url=http://images.habbo.com/dcr/hof_furni/
client.allow.facebook.like=1
infostand.use.button.enabled=true
friendbar.stream.enabled=true
catalog.drag_and_drop=true
link.format.friendlist.pref=http://127.0.0.1/profile/friendsmanagement?tab=6
club.membership.extend.vip.promotion.enabled=true
group.badge.url=http://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=http://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
interstitial.enabled=false
friend_bar.helper.friend_finding.enabled=true
pixels.enabled=true
supersaverads.video.promo.enabled=false
welcome.screen.enabled=0
link.format.club=http://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=http://127.0.0.1/client_error
embed.showInRoomInfo=true
moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
groupBadgeInfo.enabled=true
interstitial.interval=120000
purse.widget.currency.shells.enabled=1
interstitial.show.time=5000
roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
client.allow.external.links=1
menu.avatar.enabled=true
client.credits.embed.enabled=true
link.format.mail.compose=http://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=http://127.0.0.1/credits/collectibles
link.format.userpage=http://127.0.0.1//rd/%ID%
club.membership.extend.basic.promotion.enabled=true
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
PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
     
     
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
        <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
     
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is starting up!",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "1",
                "connection.info.host" : "{server_ip}",
                "connection.info.port" : "30000",
                "site.url" : "{url}",
                "url.prefix" : "{url}",
                "client.reload.url" : "{url}/client",
                "client.fatal.error.url" : "{url}/me",
                "client.connection.failed.url" : "{url}/me",
                "external.variables.txt" : "{external_vars}",
                "external.texts.txt" : "{external_texts}",
                "productdata.load.url" : "{product_data}",
                "furnidata.load.url" : "{furni_data}",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "flash.client.origin" : "popup",
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"             
            };
            swfobject.embedSWF("http://127.0.0.1/RevCMS/r63/Habbo_new.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 
    <body>
 
        <div id="client"></div>
 
    </body>
</html>
PHP:
<?php
 
/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/
 
$_CONFIG['hotel']['server_ip'] = '127.0.0.1';
 
$_CONFIG['hotel']['url'] = 'http://127.0.0.1'; //Does not end with a "/"
 
$_CONFIG['hotel']['name'] = 'Own Hotel'; // 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.
 
$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance
 
$_CONFIG['hotel']['motto'] = 'I am new on OwnHotel'; //Default motto users will register with.
 
$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.
 
$_CONFIG['hotel']['pixels'] = 500; //Default number of pixels users will register with.
 
$_CONFIG['hotel']['figure'] = 'hr-100.hd-190-7.ch-210-66.lg-270-82.sh-290-80'; //Default figure users will register with.
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1697'; //Habbo's latest web_build
 
$_CONFIG['hotel']['external_vars'] = 'http://127.0.0.1/RevCMS/r63/external_variables.txt'; //URL to your external vars
 
$_CONFIG['hotel']['external_texts'] = 'http://127.0.0.1/RevCMS/r63/external_texts.txt'; //URL to your external texts
 
$_CONFIG['hotel']['product_data'] = 'http://127.0.0.1/RevCMS/r63/productdata.txt'; //URL to your productdata
 
$_CONFIG['hotel']['furni_data'] = 'http://127.0.0.1/RevCMS/r63/furnidata.txt'; //URL to your furnidata
 
$_CONFIG['hotel']['swf_folder'] = 'http://127.0.0.1/RevCMS/r63'; //URL to your SWF folder(does not end with a '/')
 
$_CONFIG['hotel']['loader'] = 'http://127.0.0.1/RevCMS/r63/Habbo.swf';
/*
*
*    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'] = 'Mango';
 
/*
*
*    Other topsites.. thing
*
*/
 
 
$_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';
 
 
?>
Code:
 ## uberEmulator System Configuration File
## Must be edited for the server to work
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=5
 
## 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=False
 
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1;localhost
 
## Stream Message; Si lo dejas sin texto no aparecerá
hotel.stream.message=ButterStorm Edicion especial para Spain. By Carlos D and Nestear.
 
## License
internal.license=
 
## Hotel Link; To Stream Images
guilds.link=http://habbospain.com/habbo-imaging/badge/
stream.link=http://habbospain.com/habbo-imaging/head?look=
 
## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=3400
 
#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=rofl123
 
group.enabled=true
auth.ssodisabled=false
 
#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600
 
#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600
 
game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100
 
#Threading Main Loops.
#Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
SeparatedTasksInMainLoops.enabled=true
 
 
#Threading GameClientManager Loops.
#Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
SeparatedTasksInGameClientManager.enabled=false
 
#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=true
spambans.limit=5

I hope you guys can help me!
Thanks a lot! DarrellDD named as Furbie Hotel
 

DarrellDD

Member
Jul 10, 2011
37
0
ok, so i figured out when my client crashes. What happend is when my client try to reach my flash folder (gordon) it goes to url and shows a non styled login screen, how can I do that if the client reaches that folder it is standard logged in?
 

St4nley

Member
Apr 13, 2013
469
76
ok, so i figured out when my client crashes. What happend is when my client try to reach my flash folder (gordon) it goes to url and shows a non styled login screen, how can I do that if the client reaches that folder it is standard logged in?
replace that to
it is /client
or
replace it with
{URL}
 

DarrellDD

Member
Jul 10, 2011
37
0
There is no direct link to it uses or filename) and then you be directed to

Code:
avatareditor.allowclubtryout=0
avatareditor.promohabbos=http://127.0.0.1/gordon/gamedata/promo_habbos.xml
avatar.widget.enabled=1
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
catalog.drag_and_drop=true
cfh.usercategories.withharasser=101,102,103,104,105,106
cfh.usercategories.withnoharasser=101,102,103,104,105,106
club.subscription.disabled=1
client.fatal.error.url=http://127.0.0.1/client
client.logout.enabled=true
client.allow.facebook.like=0
client.allow.external.links=1
client.credits.embed.enabled=false
client.news.embed.enabled=true
client.minimail.embed.enabled=false
client.hotel_view.show_on_startup=1
client.hotel_view.image=hotel_view_images_hq/hotelview_wired.png
client.toolbar.static.enabled=true
dynamic.download.url=http://127.0.0.1/gordon/hof_furni/
dynamic.download.name.template=%typeid%.cct
dynamic.download.samples.template=%typeid%.cct
embed.showInRoomInfo=true
external.texts.txt=http://127.0.0.1/gordon/external_flash_texts.txt
external.figurepartlist.txt=http://127.0.0.1/gordon/gamedata/figuredata.xml
group.badge.url=http://127.0.0.1/habbo-imaging/badge/%imagerdata%.gif
hotelview.banner.url=http://127.0.0.1/gordon/swf/banner.png
habboinfotool.url=/housekeeping/?r=
hover.name.enabled=true
image.library.url=http://127.0.0.1/gordon/c_images/
image.library.playlist.url=http://127.0.0.1/gordon/c_images/playlist/
image.library.catalogue.url=http://127.0.0.1/gordon/c_images/catalogue/
image.library.questing.url=http://127.0.0.1/gordon/c_images/Quests/
infostand.report.show=1
link.format.club=http://127.0.0.1/
link.format.credits=http://127.0.0.1/
link.format.collectibles=http://127.0.0.1/
link.format.friendlist.pref=http://127.0.0.1/content/1-Home/settings.cfm
link.format.mail.compose=http://127.0.0.1/content/1-Home/home.cfm?id=%recipientid%
link.format.userpage=http://127.0.0.1/content/1-Home/home.cfm?id=%ID%
interstitial.enabled=false
interstitial.show.time=5000
interstitial.max.displays=8
interstitial.interval=120000
lagWarningLog.enabled=0
latencytest.interval=20000
latencytest.report.index=3
latencytest.report.delta=100
logout.url=http://127.0.0.1/client/disconnected.cfm?reason=%reason%&origin=%origin%
logout.disconnect.url=http://127.0.0.1/client/disconnected.cfm?reason=logout&origin=%origin%
menu.avatar.enabled=true
moderatoractionlog.url=/housekeeping/?r=
navigator.default.view=public
navigator.default_tab=official
navigator.colorlimit.yellow=50
navigator.colorlimit.orange=80
navigator.colorlimit.red=92
navigator.always_open_after_login=0
new.chat.widget.enabled=1
new.chat.bubbles.enabled=0
pixels.enabled=true
purse.widget.enabled=1
predefined_room.type=1
private.image.library.url=http://127.0.0.1/gordon/c_images/
productdata.load.url=http://127.0.0.1/gordon/productdata.txt
questing.enabled=true
questing.defaultCampaign=room_builder
questing.showDetailsForNextQuest=false
questing.startQuestDelayInSeconds=10
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
furnidata.load.url=http://127.0.0.1/gordon/furnidata.txt
flash.dynamic.download.url=127.0.0.1/gordon/hof_furni/
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
friendbar.enabled=true
friend_bar.helper.friend_finding.enabled=false
roomenterad.habblet.enabled=false
roomadmin.url=/housekeeping/?r=
roominfo.widget.enabled=1
room.rating.enable=1
room.dragging.always_center=0
subscription.reminder.when.days.left=5
standaloneAchievementList.enabled=false
trax.player.sample.memory.purge.enabled=1
viral.furni.post_type=appRequest
welcome.screen.enabled=1
 

Magicalz

Member
Aug 4, 2011
141
8
Uhh, maybe get some new DCRs? I take it youre usin a full SWF pack? (about 200 MB -> 500 MB) apart from that, change 127.0.0.1 -> localhost OR the IP youre using ext.
 

Magicalz

Member
Aug 4, 2011
141
8
Maybe try another one, unless you have done this already? Quite odd that it dont load.

I havnt read back, but have you edited all files to the IP youre going to? Are the ports open? and is the EMU recieving connections when you load onto the client?
 

DarrellDD

Member
Jul 10, 2011
37
0
Everything is set-up correctly, I already tried another SWF pack but same error.

What happens when I load the client is: It shows the loading bar and as soon as the loadingbar is full or hides I get redirected. Also my emulator (Phoenix 3.11) has no incoming connections. I tried shutting down my firewall but also that won't work. I also tried this on windows 7 (I'm now on windows 8) but even there it has the same error. (BTW i just copied my htdocs folder and my database and emulator on windows 7). But I want my own Retro Hotel, so there must be a way to fix this (I hope)

Already thanks!
Darrell in name of Furbie Hotel
 

Kyranio

New Member
Feb 22, 2014
8
0
  • On your external_variables, change all %predefined% to 127.0.0.1.
  • On your config.php (/app/management/), make sure that the ip address there is 127.0.0.1 not localhost.
Do that. ^
I had "localhost" in my IP adress.
I finally got rid of one error, that was that it couldn't get an XML file. I've placed the xml file in some folder and pointed the external_variables to it. Yet i still had that problem untill i did that. Thanks.

But i still have this error:
It says on firebug (because my EMU is not showing any errors at all):
ErrorCode = Failed to download localization.

Now where can i find localizaton thing? Is it a link i have to change or something...
:/
 

Jorda

Pyro Owner
Mar 5, 2017
5
1
hkw3jh
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
If you connect to the client for a it then dc most likely your override variables or your figuredata isn't the same in your emulator. If none of them work, then your swf revision isn't the right one for the emulator.
 

Users who are viewing this thread

Top