Swf Help?

Results 1 to 2 of 2
  1. #1
    Newbie Logs is offline
    MemberRank
    Jun 2013 Join Date
    Toronto, OntariLocation
    1Posts

    Swf Help?

    My client opens and the Habbo logo comes up, 1 of the grey loading bars load and then right when it finishes, it d/c me to the /me page.

    I don't know if my swfs are good or if its my database or whatever but it's frustrating me..

    I have phx 3.11, revcms; below is my vars, client and config

    Code:
    productdata.load.url=http://habzon.net/r63/productdata.txtimage.library.questing.url=http://habzon.net/r63/c_images/Quests/
    purse.widget.enabled=1
    avatar.widget.enabled=1
    figure.partsets.xml=http://habzon.net/r63/figurepartconfig/partsets.xml
    struct.font.grey=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#666666"),#ilk:#struct,#fontStyle:[#italic]]
    viral.furni.post_type=appRequest
    billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
    security.cast.load.url=http://habzon.net/r63/sec.cct?t=%token%
    navigator.default.view=public
    latencytest.interval=20000
    external.figurepartlist.txt=http://habzon.net/r63/figuredata.xml
    image.library.url=http://habzon.net/r63/c_images/
    navigator.visible.public.root=3
    permitted.name.chars=1234567890qwertyuiopasdfghjklzxcvbnm-=?!@:.,
    external.texts.txt=http://habzon.net/r63/external_flash_texts.txt
    latencytest.report.delta=100
    struct.font.bold=[#font:"vb",#fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
    figure.draworder.xml=http://habzon.net/r63/figurepartconfig/draworder.xml
    client.hotel_view.image=hotel_view_images_hq/grass_view.png
    billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
    image.library.catalogue.url=http://habzon.net/r63/c_images/catalogue/
    flash.dynamic.download.url=http://habzon.net/r63/hof_furni/
    room.default.wall=201
    new.chat.bubbles.enabled=1
    navigator.always_open_after_login=0
    menu.avatar.enabled=true
    infostand.use.button.enabled=1
    purse.widget.currency.shells.enabled=0
    feed.badge_decorations.decoration_id=001
    purse.transactions.active=1
    new.chat.widget.enabled=1
    client.use.invites=1
    struct.font.plain=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
    hotelview.banner.url=http://habzon.net/r63/banner/
    client.textdata.utf8=1
    logout.concurrent.url=http://127.0.0.1/reload.php
    figure.animation.xml=http://habzon.net/r63/figurepartconfig/animation.xml
    dynamic.download.url=http://habzon.net/r63/hof_furni/
    language=en
    struct.font.italic=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#italic]]
    feed.badge_decorations.album=Feed_Badges
    external.figurepartlist.txt.secure=https://64.186.134.147/client/r63/figuredata.xml
    logout.url=http://127.0.0.1/reload.php
    room.default.floor=111
    navigator.public.default=3
    tutorial.name.new_user_flow=NUF_mini
    furnidata.load.url=http://habzon.net/r63/furnidata.txt
    flash.dynamic.download.name.template=%typeid%.swf
    struct.font.tooltip=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
    struct.font.link=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#underline]]
    figure.draworder.xml.secure=https://64.186.134.147/client/r63/figurepartconfig/draworder
    fuse.project.id=habbo_de
    flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
    navigator.private.default=4
    client.window.title=Habbo Hotel
    dynamic.download.name.template=hh_furni_xx_%typeid%.cct
    avatareditor.allowclubtryout=1
    private.image.library.url=http://habzon.net/r63/c_images/
    logout.disconnect.url=http://127.0.0.1/reload.php
    Code:
     var BstaffloginUrl = "{swf_folder}";            var flashvars =
                {
                    "client.starting" : "Please wait, HabZon is starting up!", 
                    "client.allow.cross.domain" : "1", 
                    "client.notify.cross.domain" : "0", 
                    "connection.info.host" : "198.56.128.141", 
                    "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" : BstaffloginUrl, 
                    "flash.client.origin" : "popup" 
                };
                var params =
                {
                    "bstafflogin" : BstaffloginUrl + "/",
                    "allowScriptAccess" : "always",
                    "menu" : "false"                
                };
                swfobject.embedSWF(BstaffloginUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
    Code:
    $_CONFIG['hotel']['url'] = 'http://habzon.net'; //Does not end with a "/"
    
    $_CONFIG['hotel']['name'] = 'HabZon'; // Hotel's name
    
    
    $_CONFIG['hotel']['desc'] = 'Where The Fun Begins!'; //Hotel's description 
    
    
    $_CONFIG['hotel']['email'] = 'Support@hotmail.com'; //Where the help queries from users are emailed to.@Priv skin
    
    
    $_CONFIG['hotel']['in_maint'] = False; //False if hotel is NOT in maintenance. True if hotel IS in maintenance
    
    
    $_CONFIG['hotel']['motto'] = 'I am a donkey'; //Default motto users will register with.
    
    
    $_CONFIG['hotel']['credits'] = 15000; //Default number of credits users will register with.
    
    
    $_CONFIG['hotel']['pixels'] = 5000; //Default number of pixels users will register with.
    
    
    $_CONFIG['hotel']['figure'] = 'hr-125-31.ch-215-62.hd-209-8.lg-275-63'; //Default figure users will register with.
    
    
    $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1818'; //Web_Build
    
    
    $_CONFIG['hotel']['external_vars'] = 'http://habzon.net/r63/external_variables.txt'; //URL to your external vars
     
    $_CONFIG['hotel']['external_texts'] = 'http://habzon.net/r63/external_flash_texts.txt'; //URL to your external texts
     
    $_CONFIG['hotel']['product_data'] = 'http://habzon.net/r63/productdata.txt'; //URL to your productdata
     
    $_CONFIG['hotel']['furni_data'] = 'http://habzon.net/r63/furnidata.txt'; //URL to your furnidata
     
    $_CONFIG['hotel']['swf_folder'] = 'http://habzon.net/r63'; //URL to your SWF folder(does not end with a '/')
    I don't know if my SWF's are right either since I couldn't find many online so if anyone can give me the best working swfs out right now, i'd be great.


  2. #2
    scream my name ParadiseRel is offline
    Grand MasterRank
    Jun 2012 Join Date
    clitLocation
    600Posts

    Re: Swf Help?

    Your SWFs are not good...

    " 64.186.134.147 , and 127.0.0.1 " replace those too links with your link.



Advertisement