RevCMS (Shock 2.2) & PlusEMU - Another Client Problem

Results 1 to 3 of 3
  1. #1
    Elite Member The Guy is offline
    Member +Rank
    Feb 2007 Join Date
    OhioLocation
    249Posts

    ! RevCMS (Shock 2.2) & PlusEMU - Another Client Problem

    Hi all,

    So I've successfully managed to set up my hotel (after being out of the retro scene for 5 years!) and I'm stoked.

    However, I'm running into this problem with my client;
    http://i65.tinypic.com/rldv89.png

    It does connect to the hotel, but as you can see, the view is much too small.

    How would I go about fixing this?

    Here is my client.php

    Spoiler:

    <?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">


    var BaseUrl = "http://REMOVED/swf/gordon/PRODUCTION-201602082203-712976078/";
    var flashvars =
    {
    "client.allow.cross.domain" : "0",
    "client.notify.cross.domain" : "1",
    "connection.info.host" : "REMOVED",
    "connection.info.port" : "3030",
    "client.starting" : "Hello {username}, please wait while we check you in...",
    "site.url" : "http://REMOVED",
    "url.prefix" : "http://REMOVED",
    "client.reload.url" : "http://REMOVED/client",
    "client.fatal.error.url" : "http://REMOVED/disconnect",
    "client.connection.failed.url" : "http://REMOVED/disconnect",
    "external.variables.txt" : "http://REMOVED/swf/gamedata/external_variables.txt",
    "external.texts.txt" : "http://REMOVED/swf/gamedata/external_flash_texts.txt",
    "external.figurepartlist.txt" : "http://REMOVED/swf/gamedata/figuredata.xml",
    "external.override.texts.txt" : "http://REMOVED/swf/gamedata/override/external_flash_override_texts.txt",
    "external.override.variables.txt" : "http://REMOVED/swf/gamedata/override/external_override_variables.txt",
    "productdata.load.url" : "http://REMOVED/swf/gamedata/productdata.txt",
    "furnidata.load.url" : "http://REMOVED/swf/gamedata/furnidata.xml",
    "sso.ticket" : "{sso}",
    "client.starting.revolving" : "For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.",
    "processlog.enabled" : "0",
    "flash.client.url" : "http://REMOVED/swf/gordon/PRODUCTION-201602082203-712976078/",
    };
    var params =
    {
    "base" : BaseUrl + "/",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };
    swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://REMOVED/swf/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>
    <div id="client"></div>


    </body>
    </html>


    I'm using Retro-Ripper's newest PlusEMU and SWF pack, along with Shock 2.2.0.2. Like I said, I successfully connect to the client.

    Any ideas?

    Thanks,
    Jeff


  2. #2
    Elite Member Warm is offline
    Member +Rank
    Jun 2014 Join Date
    117Posts

    Re: RevCMS (Shock 2.2) & PlusEMU - Another Client Problem

    Your CMS Theme doesn't have the js and css folder which is required. Take it from a simple RevCMS and put it into cms/app/tpl/skins/{theme}

    Cheers

  3. #3
    Elite Member The Guy is offline
    Member +Rank
    Feb 2007 Join Date
    OhioLocation
    249Posts

    Re: RevCMS (Shock 2.2) & PlusEMU - Another Client Problem

    Quote Originally Posted by Warm View Post
    Your CMS Theme doesn't have the js and css folder which is required. Take it from a simple RevCMS and put it into cms/app/tpl/skins/{theme}

    Cheers
    I knew it would be something simple. I've got a JS folder but no CSS folder in that directory. I've tried downloading a few themes off retro ripper and I'm not seeing any with the CSS folder.

    Any chance you could pack up both in a .rar file and throw it on a download site? It'd be much appreciated!


    Thanks
    Jeff


    EDIT: Nevermind, I got it fixed. Thanks!
    Last edited by The Guy; 05-03-16 at 02:24 PM.



Advertisement