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
As you can see in the video, It has no incoming or ougoing connections. But I thought The client waits just a couple of seconds so he can connect?
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
As you can see in the video, It has no incoming or ougoing connections. But I thought The client waits just a couple of seconds so he can connect?
Right after you visit the client, it attempts to connect on a server where it is pointed. The question is.. are you using an IP address, a web address, or localhost/127.0.0.1?
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
  • 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. ^
 

DarrellDD

Member
Jul 10, 2011
37
0
I replaced in external_variables all %predefined% to 127.0.0.1 and in my config everything was already 127.0.0.1.
But is still get that problem...
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
I replaced in external_variables all %predefined% to 127.0.0.1 and in my config everything was already 127.0.0.1.
But is still get that problem...
Do you have all your SWFs setup? Are they pointing up to the correct SWF directory? but I guess that's no the problem since if the SWF is missing it'll connect then disconnect.
 

DarrellDD

Member
Jul 10, 2011
37
0
C:/xampp/htdocs/RevCMS/r63/

The cms is right in htdocs and I placed the SWFs in the "RevCMS/r63" map

So if I'm in my browser and I go to it shows the Habbo SWF
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
C:/xampp/htdocs/RevCMS/r63/

The cms is right in htdocs and I placed the SWFs in the "RevCMS/r63" map

So if I'm in my browser and I go to it shows the Habbo SWF
There shouldn't be www. in an IP.

## Hotel Link; To Stream Images
guilds.link=
stream.link=

i can see that these don't exist. Do they? They might be the problem since the client could not find the images it need on the said links.
 

DarrellDD

Member
Jul 10, 2011
37
0
The first link with badge say that i not have the permission, i guess that one is working, the other not, but there have to be a webbuild in the link i guess?
 

Blaze

Web Developer
Feb 24, 2011
247
20
Code:
<!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("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>
Replace your client.php with this. should work otherwise your banner.php
 

DarrellDD

Member
Jul 10, 2011
37
0
Its still doing the same :(

63_1dc60c6d6ea6e089c6893ab4e0541ee0/1699

I gues this is the link then?

EDIT:

I updated my SWF shizzle with the SWF pack from Pepper, now when i load the client it doesn't redirect me to me page but to 127.0.0.1/gordon

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_error
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_default.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/1.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
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/gordon/external_variables.txt'; //URL to your external vars
 
$_CONFIG['hotel']['external_texts'] = 'http://127.0.0.1/gordon/external_texts.txt'; //URL to your external texts
 
$_CONFIG['hotel']['product_data'] = 'http://127.0.0.1/gordon/productdata.txt'; //URL to your productdata
 
$_CONFIG['hotel']['furni_data'] = 'http://127.0.0.1/gordon/furnidata.txt'; //URL to your furnidata
 
$_CONFIG['hotel']['swf_folder'] = 'http://127.0.0.1/gordon'; //URL to your SWF folder(does not end with a '/')
 
$_CONFIG['hotel']['loader'] = 'http://127.0.0.1/gordon/swf/Habbo.swf'; //URL of the 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';
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("{loader}", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 
    <body>
 
        <div id="client"></div>
 
    </body>
</html>

Here's how its in my folder
CAtQP4j.png
 

Users who are viewing this thread

Top