PlusEMU Revision II AKIIX Client Issue?

Results 1 to 12 of 12
  1. #1
    Proficient Member TriDev is offline
    MemberRank
    Jan 2013 Join Date
    169Posts

    PlusEMU Revision II AKIIX Client Issue?

    Hello, I'm using illumina CMS with Plus Emu Rev II (AKIIX EDITION).

    My problem is when I load the client it load the habbo logo then stays black (doesn't connect to emu), please help



    EMU folder: http://prntscr.com/30wlep Client: http://prntscr.com/30wqkw


  2. #2
    Proficient Member TriDev is offline
    MemberRank
    Jan 2013 Join Date
    169Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    Bump.

  3. #3
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    Images of the client loading and the emulator folder will not help. You need to paste the config of the emulator, your page-client.tpl contents and the part of your config that gets the vars and what not.

  4. #4
    Proficient Member TriDev is offline
    MemberRank
    Jan 2013 Join Date
    169Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    EMULATOR CONFIG:



    ## uberEmulator System Configuration File
    ## Must be edited for the server to work

    ## MySQL Configuration
    db.hostname=localhost
    db.port=3306
    db.username=root
    db.password=yayaya
    db.name=new

    ## MySQL pooling setup (controls amount of connections)
    db.pool.minsize=100
    db.pool.maxsize=5000

    ## Game TCP/IP Configuration
    game.tcp.bindip=1.121.186.45
    game.tcp.port=30000
    game.tcp.conlimit=11000
    game.tcp.conperip=100
    game.tcp.enablenagles=true

    ## MUS TCP/IP Configuration
    mus.tcp.bindip=1.121.186.45
    mus.tcp.port=30001
    mus.tcp.allowedaddr=localhost;1.121.186.45

    ## Client configuration
    client.ping.enabled=1
    client.ping.interval=20000
    client.maxrequests=300

    food.url=http://reflexhotel.zapto.org/game/gamecenter/gamecenter_basejump/
    food.ip=1.121.186.45
    food.port=3005

    - - - Updated - - -

    CLIENT.TPL


    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>{$shortname} -</title>

    <script type="text/javascript">
    var andSoItBegins = (new Date()).getTime();
    var ad_keywords = "";
    document.habboLoggedIn = true;
    var habboName = "Revo";
    var habboReqPath = "{$www}";
    var habboStaticFilePath = "{$www}/images/web-gallery";
    var habboImagerUrl = "https://www.habbo.nl/habbo-imaging/";
    var habboPartner = "";
    var habboDefaultClientPopupUrl = "http://revohotel.com/client";
    window.name = "habboMain";
    if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
    </script>




    <link rel="shortcut icon" href="{$www}/images/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" />
    <script src="{$www}/images/web-gallery/static/js/libs2.js" type="text/javascript"></script>
    <script src="{$www}/images/web-gallery/static/js/visual.js" type="text/javascript"></script>
    <script src="{$www}/images/web-gallery/static/js/libs.js" type="text/javascript"></script>
    <script src="{$www}/images/web-gallery/static/js/common.js" type="text/javascript"></script>
    <script src="{$www}/images/web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
    <link rel="stylesheet" href="{$www}/images/web-gallery/styles/style.css" type="text/css" />
    <link rel="stylesheet" href="{$www}/images/web-gallery/styles/buttons.css" type="text/css" />
    <link rel="stylesheet" href="{$www}/images/web-gallery/styles/boxes.css" type="text/css" />
    <link rel="stylesheet" href="{$www}/images/web-gallery/styles/tooltips.css" type="text/css" />
    <link rel="stylesheet" href="{$www}/images/web-gallery/styles/habboclient.css" type="text/css" />
    <link rel="stylesheet" href="{$www}/images/web-gallery/styles/habboflashclient.css" type="text/css" />
    <script src="{$www}/images/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
    <!--<script type="text/javascript" src="{$www}/images/advertisement.js"></script>
    <style>#tester { display: none; }
    </style>
    <script type="text/javascript">
    if (document.getElementById("tester") == undefined)
    {
    //window.location = '';
    }
    </script>-->


    <meta name="description" content="{$shortname} is a virtual world where you can meet and make friends. Make friends, join the fun, get noticed!" />
    <meta name="keywords" content="nillus, ragezone, retro, keep it real, private server, free, credits, habbo hotel , virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets , room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />

    <!--[if IE 8]>
    <link rel="stylesheet" href="{$www}/images/web-gallery/v2/styles/ie8.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 8]>
    <link rel="stylesheet" href="{$www}/images/web-gallery/v2/styles/ie.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 7]>
    <link rel="stylesheet" href="{$www}/images/web-gallery/v2/styles/ie6.css" type="text/css" />
    <script src="{$www}/images/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
    <script type="text/javascript">
    try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
    </script>

    <style type="text/css">
    body { behavior: url(https://www.habbo.nl/js/csshover.htc); }
    </style>
    <![endif]-->
    <meta name="build" content="" />
    </head>


    <noscript>
    <meta http-equiv="refresh" content="0;url=/client/nojs" />
    </noscript>


    <script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = false;

    FlashExternalInterface.logLoginStep("web.view.start");

    if (top == self) {
    FlashHabboClient.cacheCheck();
    }
    var flashvars = {
    "client.allow.cross.domain" : "1",
    "client.notify.cross.domain" : "0",
    "connection.info.host" : "{$connection_info_host}",
    "connection.info.port" : "{$connection_info_port}",
    "site.url" : "{$www}",
    "url.prefix" : "{$www}",
    "client.reload.url" : "{$www}/client",
    "client.fatal.error.url" : "{$www}/flash_client_error",
    "client.connection.failed.url" : "{$www}/flash_client_error",
    "external.variables.txt" : "{$variables}",
    "external.texts.txt" : "{$texts}",
    "external.override.texts.txt": "{$override_texts}",
    "productdata.load.url" : "{$productdata}",
    "furnidata.load.url" : "{$furnidata}",
    "use.sso.ticket" : "1",
    "processlog.enabled" : "1",
    "account_id" : "19927505",
    "client.starting" : "{$loadingtext}",
    "flash.client.url" : "{$www}/client",
    "sso.ticket" : "{$sso}",
    "user.hash" : "199275052dbf5f89adb0a643bf16b0ea1cd646db",
    "flash.client.origin" : "popup",
    "hotelview.banner.url" : "http://reflexhotel.zapto.org/game/rs4.php",
    };


    var params = {
    "base" : "{$baseurl}",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };

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

    var clientUrl = "{$habbo_swf}";
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "{$www}/images/web-gallery/flash/expressInstall.swf", flashvars, params);


    window.onbeforeunload = unloading;
    function unloading() {
    var clientObject;
    if (navigator.appName.indexOf("Microsoft") != -1) {
    clientObject = window["flash-container"];
    } else {
    clientObject = document["flash-container"];
    }
    try {
    clientObject.unloading();
    } catch (e) {}
    }
    </script>
    <meta name="description" content="Check into the world�s largest virtual hotel for FREE! Meet and make friends, play games, chat with others, create your avatar, design rooms and more�" />
    <meta name="keywords" content="habbo hotel, virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets, room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />






    <!--[if IE 8]>
    <link rel="stylesheet" href="{$www}/images/web-gallery/v2/styles/ie8.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 8]>
    <link rel="stylesheet" href="{$www}/images/web-gallery/v2/styles/ie.css" type="text/css" />
    <![endif]-->
    <!--[if lt IE 7]>
    <link rel="stylesheet" href="{$www}/images/web-gallery/v2/styles/ie6.css" type="text/css" />
    <script src="{$www}/images/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
    <script type="text/javascript">
    try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
    </script>


    <style type="text/css">
    body { behavior: url(/js/csshover.htc); }
    </style>
    <![endif]-->
    <meta name="build" content="63-BUILD36 - 16.11.2010 11:51 - com" />
    </head>


    <body id="client" class="flashclient">

    <div id="overlay"></div>
    <img src="{$www}/images/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />

    <div id="overlay"></div>
    <div id="client-ui" >
    <div id="flash-wrapper">
    <div id="flash-container">
    <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">


    <div class="cbb clearfix">
    <h2 class="title">Please update your Flash Player to the latest version.</h2>
    <div class="box-content">
    <p>You can install and download Adobe Flash Player here: <a href="https://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="https://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
    <p><a href="https://www.adobe.com/go/getflashplayer"><img src="{$www}/images/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
    </div>
    </div>


    </div>
    <script type="text/javascript">
    $('content').show();
    </script>
    <noscript>
    <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
    <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
    </div>
    </noscript>
    </div>
    </div>
    <div id="content" class="client-content"></div>
    </div>
    <div style="display: none">


    <script language="JavaScript" type="text/javascript">
    setTimeout(function() {
    HabboCounter.init(600);
    }, 20000);
    </script>
    </div>
    <script type="text/javascript">
    RightClick.init("flash-wrapper", "flash-container");
    if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
    window.opener.location.replace(window.opener.location.href);
    }
    $(document.body).addClassName("js");
    HabboClient.startPingListener();
    </script>
    <script type="text/javascript">
    HabboView.run();
    </script>
    <script language="javascript" type="text/javascript">
    $('#TheStats').fadeOut("slow").load('/refreshStats.php').fadeIn("slow");
    </script>
    </body>
    </html>

    - - - Updated - - -

    CMS CONFIG:


    <?php
    class LightCMS {
    // o-------------------------------------------------------o
    // | Welcome to LightCMS - a simple and effective way to |
    // | manage your hotel. Simply set the variables in this |
    // | file, and you're on your way to a successful start. |
    // | Good luck! -Jonty |
    // o-------------------------------------------------------o

    // Database Information (IMPORTANT)
    public $db_hostname = "localhost";
    public $db_username = "root";
    public $db_password = "yaya";
    public $db_dbname = "new";
    public $db_dbport = 3306;

    // Site Information (IMPORTANT)
    public $site_url = "http://reflexhotel.zapto.org";
    public $site_name = "Reflex Hotel";
    public $site_short = "Reflex";
    public $facebook_account = "RevoHotel";
    public $twitter_account = "zaphotelnet";
    public $maintenance = false;
    public $thehabbos_enabled = false;
    public $thehabbos_username = "jonteh";
    public $c_images = "http://reflexhotel.zapto.org/game/c_images";

    // Misc Settings
    public $FORCE_SSL = false;
    public $flash_client_dump = true;
    public $mus_ip = '1.121.186.45';
    public $mus_port = 30001;
    public $nginxproxy = true;

    // Registration Controls
    public $max_per_ip = 3;
    public $reg_enabled = true;
    public $default_credits = "15000";
    public $default_pixels = "15000";
    public $default_homeroom = "1";
    public $default_look = "hd-180-2.sh-290-92.lg-275-92.ch-3030-63.hr-831-61";
    public $default_rank = "1";
    public $default_motto = "I am new at Reflex, hey!";
    public $default_gender = "M";

    // Server Settings
    public $server_type = "Butterfly"; // Phoenix or Butterfly


    // Client Settings
    public $connection_info_host = "1.121.186.45";
    public $connection_info_port = "30000";
    public $loadingtext = "Reflex Hotel is initializing";
    public $variables = "http://reflexhotel.zapto.org/game/external_variables.txt";
    public $texts = "http://reflexhotel.zapto.org/game/external_flash_texts.txt";
    public $override_texts = "http://reflexhotel.zapto.org/game/external_flash_override_texts.txt";
    public $override_vars = "http://reflexhotel.zapto.org/game/external_override_variables.txt";
    public $productdata = "http://reflexhotel.zapto.org/game/productdata.txt";
    public $furnidata = "http://reflexhotel.zapto.org/game/furnidata_xml.xml";
    public $baseurl = "http://reflexhotel.zapto.org/game/";
    public $habbo_swf = "http://reflexhotel.zapto.org/game/RELEASE63-201401301855-255051757.swf";

    - - - Updated - - -

    Quote Originally Posted by FatalLulz View Post
    Images of the client loading and the emulator folder will not help. You need to paste the config of the emulator, your page-client.tpl contents and the part of your config that gets the vars and what not.


    There.
    Last edited by TriDev; 15-03-14 at 10:00 AM. Reason: Big font

  5. #5
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    Change where it says port 30000 in the CMS config and Emulator config to just 3000.

  6. #6
    Proficient Member TriDev is offline
    MemberRank
    Jan 2013 Join Date
    169Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    Quote Originally Posted by FatalLulz View Post
    Change where it says port 30000 in the CMS config and Emulator config to just 3000.
    Still doesn't work? what cms do you use? also ma yI have a copy of ur db, emu and swf?

  7. #7
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    I use Rev. No, no and no. My work is private and I'm using just standard releases. It's most likely your cars not being edited right

  8. #8
    Im Back! PythoneX12 is offline
    MemberRank
    Sep 2010 Join Date
    634Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    Im not going to be mean but I told you in my thread very clearly to use the habbo swf in the swfs i uploaded called habbo1.swf... NOT ANY OTHERS. Just to clarify.

  9. #9
    Proficient Member TriDev is offline
    MemberRank
    Jan 2013 Join Date
    169Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    Quote Originally Posted by PythoneX12 View Post
    Im not going to be mean but I told you in my thread very clearly to use the habbo swf in the swfs i uploaded called habbo1.swf... NOT ANY OTHERS. Just to clarify.
    Didn't use yours because it wasn't loading for me, my pc has been really laggy, anyway, I don't know the problem? could anyone make a quick tut for me? I may of missed something ;//

  10. #10
    Im Back! PythoneX12 is offline
    MemberRank
    Sep 2010 Join Date
    634Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    I made a quick tut bro. Ur problem is the habbo.swf. Add my skype ill send u the right habbo.swf


    Skype: hotrichman21

  11. #11
    Proficient Member TriDev is offline
    MemberRank
    Jan 2013 Join Date
    169Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    Quote Originally Posted by PythoneX12 View Post
    I made a quick tut bro. Ur problem is the habbo.swf. Add my skype ill send u the right habbo.swf


    Skype: hotrichman21

    Remaking from scratch, this time using revcms; the db is in the emu folder right?
    Last edited by TriDev; 15-03-14 at 12:24 PM.

  12. #12
    Im Back! PythoneX12 is offline
    MemberRank
    Sep 2010 Join Date
    634Posts

    Re: PlusEMU Revision II AKIIX Client Issue?

    ... U do not listen at all. If you want help then follow my instructions. Your talking to the one who already has this emu and swfs running on a public hotel without errors..



Advertisement