PlusR2 Client

Results 1 to 5 of 5
  1. #1
    Member Neutrons212 is offline
    MemberRank
    Jul 2012 Join Date
    Napoli, ItalyLocation
    81Posts

    PlusR2 Client

    Hi, when i enter in the client after loading client crash..
    this is my client:
    PHP Code:
    "client.allow.cross.domain" : "1", 
                "client.notify.cross.domain" : "0", 
                "connection.info.host" : "127.0.0.1", 
                "connection.info.port" : "300",
                "site.url" : "127.0.0.1", 
                "url.prefix" : "127.0.0.1", 
                "client.reload.url" : "http://127.0.0.1/account/reauthenticate?page=/flash_client", 
                "client.fatal.error.url" : "http://127.0.0.1/disconnesso.php", 
                "client.connection.failed.url" : "http://localhost/disconnesso.php", 
            "external.variables.txt" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/variables.txt", 
                 "external.texts.txt" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/external_flash_texts.txt", 
                "productdata.load.url" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/productdata.txt", 
                "furnidata.load.url" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/furnidata.txt", 
                "hotelview.banner.url" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/banner.png",
                "use.sso.ticket" : "1", 
                "sso.ticket" : "<?php echo $myticket?>", 
                "processlog.enabled" : "0", 
                "account_id" : "0", 
                "client.starting" : "Attendi perfavore! Hobba sta caricando.", 
       "flash.client.url" : "http://127.0.0.1/swfs/game/furniture/",  
                "user.hash" : "", 
                "has.identity" : "0", 
                "flash.client.origin" : "popup" 
        };
        var params = {
              "base" : "http://127.0.0.1/swfs/game/furniture/",

            "allowScriptAccess" : "always",
            "menu" : "false"                
        };

            if (!(HabbletLoader.needsFlashKbWorkaround())) {
                params["wmode"] = "opaque";
            }

        FlashExternalInterface.signoutUrl = "http://127.0.0.1/logout.php";

         var clientUrl = "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/Habbo.swf"


  2. #2
    Valued Member Pastie is offline
    MemberRank
    May 2014 Join Date
    FranceLocation
    133Posts

    Re: PlusR2 Client

    If you use the normal Plus R2 SWF pack, you have to add the "hotelview.banner.url" as http://URL/SWFPATCH/rs4.php and not banner.png.

    Thanks,
    Invitee.

  3. #3
    1 + 3 + 3 = 7 EvilCoder is offline
    MemberRank
    Jul 2009 Join Date
    /home/mvdworpLocation
    334Posts

    Re: PlusR2 Client

    The problem most of the times in this situation is that it is missing variables or can not find variables. The best thing to do in such case is open Google Chrome Developer Console or Firebug (addon from firefox) to 'see' what is the case.

  4. #4
    Account Upgraded | Title Enabled! Jamal7 is offline
    MemberRank
    Dec 2013 Join Date
    547Posts

    Re: PlusR2 Client

    Change :

    "hotelview.banner.url" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/banner.png",
    TO :
    "hotelview.banner.url" : "http://127.0.0.1/PATH /rs4.php",
    Note find the the file rs4.php by your self ;p

  5. #5
    1 + 3 + 3 = 7 EvilCoder is offline
    MemberRank
    Jul 2009 Join Date
    /home/mvdworpLocation
    334Posts

    Re: PlusR2 Client

    Quote Originally Posted by Jamal7 View Post
    Change :


    TO :


    Note find the the file rs4.php by your self ;p
    Like I said, there are more posibillities for this issue.



Advertisement