RevCMS -> White Client Client

Results 1 to 8 of 8
  1. #1
    Enthusiast Pazallio is offline
    MemberRank
    Mar 2014 Join Date
    36Posts

    RevCMS -> White Client Client

    So I've been out of the scene for over 2 years now, and started with setting up RevCMS + PlusEMU yesterday. I got almost everything set up, except for the Client, it stays grey. I'm using Shock 2.0 for RevCMS skin.
    Spoiler:

    My client.php
    Code:
    <?php include('includes/checktheban.php'); ?>
    <!DOCTYPE html>
    <html lang="en">
        <head>
        <link href="/reload/favicon.ico" rel="icon" type="image/x-icon" />
            <meta http-equiv="content-type" content="text/html; charset=utf-8">
            <title>{hotelname} - Client</title>
            <link rel="stylesheet" type="text/css" href="{url}/css/reset.css">
    
            <br>
            <script type="text/javascript" src="{url}/app/tpl/skins/site/js/swfobject.js"></script>
            <script type="text/javascript">
            <!-- Configuration -->
                var BaseUrl = "http://IP/swf/game/gordon/PRODUCTION-201601012205-226667486";
                var flashvars =
                {
                "client.allow.cross.domain" : "0",
            "client.notify.cross.domain" : "1",
            "connection.info.host" : "IP",
                "connection.info.port" : "30000",
                "site.url" : "{url}",
            "url.prefix" : "{url}",
            "client.reload.url" : "{url}/client",
            "client.fatal.error.url" : "{url}/client",
            "client.connection.failed.url" : "{url}/client",
            "logout.url" : "{url}/client",
            "logout.disconnect.url" : "{url}/error",
            "external.variables.txt" : "http://IP8/swf/gamedata/external_variables.txt",
            "external.texts.txt" : "http://IP/swf/gamedata/external_flash_texts.txt",
            "external.figurepartlist.txt" : "http://IP/swf/gamedata/figuredata.xml",
            "productdata.load.url" : "http://IP/swf/gamedata/productdata.txt",
            "furnidata.load.url" : "http://IP/swf/gamedata/furnidata.xml",
            "sso.ticket" : "{sso}",
            "client.starting" : "{hotelname} laddar...",
            "flash.client.url" : "\//IP/swf/game/gordon/PRODUCTION-201601012205-226667486/",
            "user.hash" : "57255796e259f7e7865a5c90e24acc986d295c4f",
    
                };
                var params =
                {
                    "base" : BaseUrl + "/",
                    "allowScriptAccess" : "always",
                    "menu" : "false"
                };
                swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
            </script>
    
        </head>
    
    <div id="container">
            <div id="client"></div>
    
            <style>
    
            #online {
                background-color: #000;
                color: #000;
            }
    
            #online-info
            {
            background-color: #1C1C1C;
            border-radius: 5px;
    
              position: absolute;
              top: 2px;
              left: 95px;
              width: 30px;
              height: 25px;
              font-size: 13px;
              font-family: Helvetica, Arial;
              line-height: 25px;
              color: white;
              border-width: 1px;
              border-style: solid;
              border-color: #151515;
              padding-left: 8px;
              color: #00FF12;
    
            }
            #online-info2
            {
            background-color: #151515;
            border-radius: 5px;
    
              position: absolute;
              top: 1px;;
              left: 2px;
              width: 140px;
              height: 25px;
              font-size: 13px;
              font-family: Helvetica, Arial;
              line-height: 25px;
              color: white;
              border-width: 1px;
              border-style: solid;
              border-color: #151515;
              padding-left: 2px;
    
            }
    
            #viktig-info
            {
            background-color: #1C1C1C;
            border-radius: 5px;
    
              position: absolute;
              top: 2px;
              left: 190px;
              width: 50px;
              height: 25px;
              font-size: 13px;
              font-family: Helvetica, Arial;
              line-height: 25px;
              color: white;
              border-width: 1px;
              border-style: solid;
              border-color: #151515;
    
            }
            #viktig-info2
            {
            background-color: #151515;
            border-radius: 5px;
    
              position: absolute;
              top: 2px;
              left: 134px;
              width: 130px;
              height: 25px;
              font-size: 13px;
              font-family: Helvetica, Arial;
              line-height: 25px;
              color: white;
              border-width: 1px;
              border-style: solid;
              border-color: #151515;
              padding-left: 3px;
    
            }
    
            #r-info
            {
            background-color: #1C1C1C;
            border-radius: 5px;
    
              position: absolute;
              top: 0px;
              left: 365px;
              width: 185px;
              height: 34px;
              padding-top: 7px;
              font-size: 13px;
              font-family: Helvetica, Arial;
              line-height: 25px;
              color: white;
              border-width: 1px;
              border-style: solid;
              border-color: #151515;
              color: #2161E4;
    
            }
            #r-info2
            {
            background-color: #151515;
            border-radius: 5px;
    
              position: absolute;
              top: 0px;
              left: 183px;
              width: 160px;
              height: 32px;
              font-size: 21px;
              padding-top: 9px;
              font-family: Helvetica, Arial;
              line-height: 25px;
              color: white;
              border-width: 1px;
              border-style: solid;
              border-color: #151515;
              padding-left: 3px;
    
    
            }
    
            #debbofm
            {
                position: absolute;
                top: 0px;
                left: 1px;
                border-radius: 5px;
                border-width: 5px;
                border-style: solid;
                border-color: #151515;
    
            }
    
            #radio-info
            {
                text-align: center
    
            }
    
            #radio-info *:not(script)
            {
    
               color: white;
    
               display: inline-block;
               text-decoration: none;
    
           }
    
           #radio-info > *
           {
            margin: 5px 2px 0px;
        }
    
        #radio-info p:first-of-type
        {
            color: pink;
        }
    
        #radio-info a, #viktig-info a, #r-info a
        {
            color: pink;
        }
    
         @Media (max-width: 1000px)
        {
           #radio-info > p:last-of-type
           {
            display: none;
        }
    }
    
    
    </style>
    
    
    </div>
    
        <body></body>
    </html>
    My Config
    PHP Code:
    $_CONFIG['hotel']['web_build'] = 'PRODUCTION-201601012205-226667486'//Web_Build

    $_CONFIG['hotel']['external_vars'] = 'http://IP/swf/gamedata/external_variables.txt'//URL to your external vars

    $_CONFIG['hotel']['external_texts'] = 'http://IP/swf/gamedata/external_flash_texts.txt'//URL to your external texts

    $_CONFIG['hotel']['product_data'] = 'http://IP/swf/gamedata/figuredata.xml'//URL to your productdata

    $_CONFIG['hotel']['furni_data'] = 'http://IP/swf/gamedata/furnidata.xml'//URL to your furnidata

    $_CONFIG['hotel']['swf_folder'] = 'http://IP/swf/gordon/PRODUCTION-201601012205-226667486'//URL to your SWF folder(does not end with a '/') 
    and the SWF's I'm using are provided by @tomlammers on https://retroripper.com/plusemu.php

    [HR]

    UPDATE!!!!

    I got this fixed, except for client reloading untill 76% everytime......

    https://gyazo.com/9b47683d9cb842cb1e08c2878e1227fa.png

    is th error it gives

    what to do?
    Last edited by Pazallio; 21-01-16 at 01:26 PM.


  2. #2
    Account Upgraded | Title Enabled! Vimsoration is offline
    MemberRank
    Apr 2015 Join Date
    USALocation
    238Posts

    Re: RevCMS -> White Client Client

    Look for:

    PHP Code:
    var BaseUrl "http://IP/swf/game/gordon/PRODUCTION-201601012205-226667486"
    Replace it with:

    PHP Code:
    var BaseUrl "http://IP/swf/game/gordon/PRODUCTION-201601012205-226667486/"
    Also make sure the Habbo.swf path is located good.

  3. #3
    Enthusiast Pazallio is offline
    MemberRank
    Mar 2014 Join Date
    36Posts

    Re: RevCMS -> White Client Client

    Quote Originally Posted by Vimsoration View Post
    Look for:

    PHP Code:
    var BaseUrl "http://IP/swf/game/gordon/PRODUCTION-201601012205-226667486"
    Replace it with:

    PHP Code:
    var BaseUrl "http://IP/swf/game/gordon/PRODUCTION-201601012205-226667486/"
    Also make sure the Habbo.swf path is located good.
    That did not change anything for me, please see for yourself

    Rev: Best hotel around!

    is there anyone having a working client for revcms with plusemu?

  4. #4
    Enthusiast Pazallio is offline
    MemberRank
    Mar 2014 Join Date
    36Posts

    Re: RevCMS -> White Client Client

    Fixed this error, but my client stays on 76%, who can help me?

  5. #5
    Account Upgraded | Title Enabled! streamhotel is offline
    MemberRank
    Apr 2012 Join Date
    EarthLocation
    511Posts

    Re: RevCMS -> White Client Client

    Just inspect the page and look with console which error probably get thrown and please understand that everytime when a session get started the SSO ticket replaced with an empty string. I recommend to debug the application, reload the client and check if you get incoming packets. If not, theres some connection issue. If after the SSOTicketMessageEvent nothing happens anymore, it's an SSO problem.

  6. #6
    Enthusiast Pazallio is offline
    MemberRank
    Mar 2014 Join Date
    36Posts

    Re: RevCMS -> White Client Client

    Quote Originally Posted by streamhotel View Post
    Just inspect the page and look with console which error probably get thrown and please understand that everytime when a session get started the SSO ticket replaced with an empty string. I recommend to debug the application, reload the client and check if you get incoming packets. If not, theres some connection issue. If after the SSOTicketMessageEvent nothing happens anymore, it's an SSO problem.
    still haven't fixed the issue, not sure about the sso ticket in revcms...

  7. #7
    Enthusiast Pazallio is offline
    MemberRank
    Mar 2014 Join Date
    36Posts

    Re: RevCMS -> White Client Client

    https://gyazo.com/9b47683d9cb842cb1e08c2878e1227fa is what I now get... let me know.

  8. #8
    Enthusiast Leafy is offline
    MemberRank
    Dec 2011 Join Date
    AustraliaLocation
    30Posts

    Re: RevCMS -> White Client Client

    Quote Originally Posted by Vimsoration View Post
    Look for:

    PHP Code:
    var BaseUrl "http://IP/swf/game/gordon/PRODUCTION-201601012205-226667486"
    Replace it with:

    PHP Code:
    var BaseUrl "http://IP/swf/game/gordon/PRODUCTION-201601012205-226667486/"
    Also make sure the Habbo.swf path is located good.
    Wheres this located?



Advertisement