Typical 76% Issue / Black Screen [PlusEMU]

Status
Not open for further replies.

percocet

Member
Oct 21, 2016
72
16
Using PlusEMU Haboon Edit and SWFs Haboon edit from *****.com
Using RevCMS found online.

getting 76% on firefox and black screen on chrome

What I Tried to Do
  • External_variables are correct
  • external_override_variables are correct
  • config.php link to swfs are correct
  • client.php is what I presume is correct
  • No console error in Chrome
  • I created an imbound rule for TCP 30000 and TCP 30001

Using Blateh's Habbo Edit for revcms posted here.
Connecting it via localhost.

If someone could help or link me to a nice working revCMS Skin I'd greatly appreciate it.

Cheers,
 

percocet

Member
Oct 21, 2016
72
16
Code:
<?php include('includes/checktheban.php'); ?>
<?php include_once ("forcevote.php"); ?>
<?php
if(mysql_num_rows(mysql_query("SELECT NULL FROM bans WHERE value = '".$_SESSION['user']['username']."' LIMIT 1")) > 0){
header('Location: banned');
exit();
}
?>
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
        
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
        
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://localhost/swf/gordon/PRODUCTION-201701242205-837386173/";
            var flashvars =
            {
                "client.starting" : "Please wait, the hotel is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "localhost",
                "connection.info.port" : "30000",
                "site.url" : "http://localhost",
                "url.prefix" : "http://localhost",
                "client.reload.url" : "http://localhost/client",
                "client.fatal.error.url" : "http://localhost/me",
                "client.connection.failed.url" : "http://localhost/me",
                "external.variables.txt" : "http://localhost/swf/gamedata/external_variables.txt",
                "external.texts.txt" : "http://localhost/swf/gamedata/external_flash_texts.txt",
                "external.figurepartlist.txt" : "http://localhost/swf/gamedata/figuredata.xml",
                "external.override.texts.txt" : "http://localhost/swf/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://localhost/swf/gamedata/override/external_override_variables.txt",
                "productdata.load.url" : "http://localhost/swf/gamedata/productdata.txt",
                "furnidata.load.url" : "http://localhost/swf/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"               
            };
            swfobject.embedSWF(BaseUrl + "Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/swf/gordon/PRODUCTION-201701242205-837386173/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
    
    <body>
    
        <div id="client"></div>
    
    </body>
</html>

I'm using the Habbo.SWF that was in the *****.com SWF download pack found here...


I downloaded both the Database as shown there and the SWFS as shown there, downloaded a revCMS from another source and hooked it up (or at least am trying to) that way.

I might have the wrong habbo.swf revision but I don't know.
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Eh try replacing your SWF's with the ones over at if you've opened your ports then it's your SWF's, the client looks fine.

Edited: if you're getting a black screen and not the 76% then it could be flash, try enabling it in your browser.
 

percocet

Member
Oct 21, 2016
72
16
Eh try replacing your SWF's with the ones over at if you've opened your ports then it's your SWF's, the client looks fine.

Edited: if you're getting a black screen and not the 76% then it could be flash, try enabling it in your browser.
Funny thing was it worked. I then switched from localhost > Dedi IP then it failed > switched back to localhost same settings >doesn't work now.

Anyway thanks for the link to projectplus, I'll figure this out one way other another - the frustration is half the fun ;)

Take care,
 
Eh try replacing your SWF's with the ones over at if you've opened your ports then it's your SWF's, the client looks fine.

Edited: if you're getting a black screen and not the 76% then it could be flash, try enabling it in your browser.
Can I use those SWFS with Emulator Release 2? or Should it be 1?
 

percocet

Member
Oct 21, 2016
72
16
Fuck thank you so much.


Solution: Found a new laptop that didnt have the vps cached, went to chrome > enable flash to run without permission > It Worked !
 
  • Like
Reactions: Joe
Status
Not open for further replies.

Users who are viewing this thread

Top