• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Orion Swf 3.0 [PLUS FIXED] New Release!

Newbie Spellweaver
Joined
Aug 28, 2013
Messages
26
Reaction score
1
Plus Utils V2.0

Olá Ragezone!
this is my utilities for plus emu and/or based emulators.
now work on plus and mercury!

----------------------------------------------------------

included here:

db
client
cms

**

emulator, swf(plus) : http://forum.ragezone.com/f353/plus-emulator-revision-rb3-0-a-1006328/

emulator, swf, db (mercury) http://forum.ragezone.com/f353/mercury-emulator-v2-3-plus-1026946/?COLLCC=169254340


obs: tested only on xampp 1.7.3 (works) and apple web server (not work)
not tested on others versions
not working on apache 2.0 and php 3.0
teste for me and post here the results

----------------------------------------------------------

prints ( old, the visual is the same ) (plus)


http://prntscr.com/2ylbqw
http://prntscr.com/2ylbs8
http://prntscr.com/2ylbu0

----------------------------------------------------------

db plus(4shared)

http://www.4shared.com/document/SNnZtROWba/bruno.html?

no configuration needed

db mercury(google drive) the same of mercury topic

https://drive.google.com/file/d/0B5ubF9MBS1TsdkJTMjdfbWdfOTg/view?usp=sharing

----------------------------------------------------------

cms (both)

http://www.mediafire.com/download/lj70az8drat1p6i/Habzin+CMS+-+Aprimoramento.rar

ps:eek:nly on mediafire, if you cannot download, search for other lavvos.
ps.2: new version, now on portuguese, more stable and secure.

----------------------------------------------------------

client(plus)

Code:
       <?php







function SacarIP22() {
  if($_SERVER) {
    if($_SERVER["HTTP_X_FORWARDED_FOR"]) {
      $realip2 = $_SERVER["HTTP_X_FORWARDED_FOR"];
    } elseif ($_SERVER["HTTP_CLIENT_IP"]) {
      $realip2 = $_SERVER["HTTP_CLIENT_IP"];
    } else {
      $realip2 = $_SERVER["REMOTE_ADDR"];
    }
  } else {
    if(getenv("HTTP_X_FORWARDED_FOR")) {
      $realip2 = getenv("HTTP_X_FORWARDED_FOR");
    } elseif(getenv("HTTP_CLIENT_IP")) {
      $realip2 = getenv("HTTP_CLIENT_IP");
    } else {
      $realip2 = getenv("REMOTE_ADDR");
    }
  }
  return $realip2;
}
















$myrealip = SacarIP22();








require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.php');
















mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());
 
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);
















$client_port = mysql_fetch_assoc($client_port = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_port'"));
$client_mus = mysql_fetch_assoc($client_mus = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_mus'"));
$client_ip = mysql_fetch_assoc($client_ip = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_ip'"));
$client_variables = mysql_fetch_assoc($client_variables = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables'"));
$client_variables_night = mysql_fetch_assoc($client_variables_night = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables_night'"));
$client_texts = mysql_fetch_assoc($client_texts = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_texts'"));
$client_swf_path = mysql_fetch_assoc($client_swf_path = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_swf_path'"));
$client_habbo_swf = mysql_fetch_assoc($client_habbo_swf = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_habbo_swf'"));
$client_limit = mysql_fetch_assoc($client_limit = mysql_query("SELECT * FROM cms_settings WHERE variable = 'cms_clientlimit'"));
if($user_rank < 1 && $online_count >= $client_limit['value']){ 








require_once('./templates/login_subheader.php');
require_once('./templates/login_header.php'); 








?>








<br>










<?php require_once('./templates/login_footer.php'); }else{ require_once('./templates/client_subheader.php'); ?>








<script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = true;
    
    FlashExternalInterface.logLoginStep("web.view.start");
    
    if (top == self) {
        FlashHabboClient.cacheCheck();
    }








<?php
$pathd="http://YOU_IP";
?>
   var flashvars = {
     "client.allow.cross.domain" : "1", 
"client.notify.cross.domain" : "0", 
"connection.info.host" : "YOU_IP", 
"connection.info.port" : "300", 
"site.url" : "<?php echo $path; ?>", 
"url.prefix" : "<?php echo $path; ?>", 
"client.reload.url" : "<?php echo $path; ?>/client", 
"client.fatal.error.url" : "<?php echo $path; ?>/me", 
"client.connection.failed.url" : "<?php echo $path; ?>/me", 
"external.variables.txt" : "http://YOU_IP/game/external_variables.txt", 
"external.texts.txt" : "http://YOU_IP/game/external_flash_texts.txt", 
"productdata.load.url" : "http://YOU_IP/game/productdata.txt", 
"furnidata.load.url" : "http://YOU_IP/game/furnidata_xml.xml", 
"use.sso.ticket" : "1", 
"sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>", 
"processlog.enabled" : "1", 
"account_id" : "1", 
"hotelview.banner.url" : "http://YOU_IP/game/rs4.php",
"client.starting" : "CLIENT BY NIKOST!", 
"flash.client.url" : "http://YOU_IP/game/", 
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02", 
"has.identity" : "1", 
"flash.client.origin" : "popup" 










    };
    var params = {
        "base" : "http://YOU_IP/game/",
        "allowScriptAccess" : "always",
        "menu" : "false"           
    };
    
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }








    FlashExternalInterface.signoutUrl = "http://YOU_IP/account/logout?token=<?php echo sha1($myrow['password']); ?>";
    
    var clientUrl = "http://YOU_IP/game/RELEASE63-201405071257-197450526.swf";








    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>/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>










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








<sttyle type="text/css">
body { behavior: url(/js/csshover.htc); }
</sttyle>
<![endif]-->




















<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
<script src="./main.js" type="text/javascript"></script>
<script type="text/javascript">
var urlofswf = "http://YOU_IP/";
</script>












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






        </div>
        <script type="text/javascript">
            $('content').show();
        </script>








        <noscript>
            <div sttyle="width: 400px; margin: 20px auto 0 auto; text-align: center">
                <p>If you are not automatically redirected, please <a href="/client">click here</a></p>
            </div>
        </noscript>
    </div>








</div>
<div id="fb-root"></div>
<script type="text/javascript">
    (function() {
        var e = document.createElement('script');
        e.async = true;
        e.src = 'https://connect.facebook.net/pt_BR/all.js';
        document.getElementById('fb-root').appendChild(e);
    }());
</script>




</body>
</html>




<?php } ?>

YOU_IP: you ip ;)

client(mercury):

Code:
       <?php














function SacarIP22() {
  if($_SERVER) {
    if($_SERVER["HTTP_X_FORWARDED_FOR"]) {
      $realip2 = $_SERVER["HTTP_X_FORWARDED_FOR"];
    } elseif ($_SERVER["HTTP_CLIENT_IP"]) {
      $realip2 = $_SERVER["HTTP_CLIENT_IP"];
    } else {
      $realip2 = $_SERVER["REMOTE_ADDR"];
    }
  } else {
    if(getenv("HTTP_X_FORWARDED_FOR")) {
      $realip2 = getenv("HTTP_X_FORWARDED_FOR");
    } elseif(getenv("HTTP_CLIENT_IP")) {
      $realip2 = getenv("HTTP_CLIENT_IP");
    } else {
      $realip2 = getenv("REMOTE_ADDR");
    }
  }
  return $realip2;
}
































$myrealip = SacarIP22();
















require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.php');
































mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());
 
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);
































$client_port = mysql_fetch_assoc($client_port = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_port'"));
$client_mus = mysql_fetch_assoc($client_mus = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_mus'"));
$client_ip = mysql_fetch_assoc($client_ip = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_ip'"));
$client_variables = mysql_fetch_assoc($client_variables = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables'"));
$client_variables_night = mysql_fetch_assoc($client_variables_night = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables_night'"));
$client_texts = mysql_fetch_assoc($client_texts = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_texts'"));
$client_swf_path = mysql_fetch_assoc($client_swf_path = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_swf_path'"));
$client_habbo_swf = mysql_fetch_assoc($client_habbo_swf = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_habbo_swf'"));
$client_limit = mysql_fetch_assoc($client_limit = mysql_query("SELECT * FROM cms_settings WHERE variable = 'cms_clientlimit'"));
if($user_rank < 1 && $online_count >= $client_limit['value']){ 
















require_once('./templates/login_subheader.php');
require_once('./templates/login_header.php'); 
















?>
















<br>




















<?php require_once('./templates/login_footer.php'); }else{ require_once('./templates/client_subheader.php'); ?>
















<script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = true;
    
    FlashExternalInterface.logLoginStep("web.view.start");
    
    if (top == self) {
        FlashHabboClient.cacheCheck();
    }
















<?php
$pathd="http://25.6.22.158";
?>
   var flashvars = {
     "client.allow.cross.domain" : "1", 
"client.notify.cross.domain" : "0", 
"connection.info.host" : "25.6.22.158", 
"connection.info.port" : "400", 
"site.url" : "<?php echo $path; ?>", 
"url.prefix" : "<?php echo $path; ?>", 
"client.reload.url" : "<?php echo $path; ?>/client", 
"client.fatal.error.url" : "<?php echo $path; ?>/me", 
"client.connection.failed.url" : "<?php echo $path; ?>/me", 
"external.variables.txt" : "http://25.6.22.158/game/gamedata/external_variables.txt", 
"external.texts.txt" : "http://25.6.22.158/game/gamedata/external_flash_texts.txt", 
"productdata.load.url" : "http://25.6.22.158/game/gamedata/productdata.txt", 
"furnidata.load.url" : "http://25.6.22.158/game/gamedata/furnidata_xml.xml", 
"use.sso.ticket" : "1", 
"sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>", 
"processlog.enabled" : "1", 
"account_id" : "1", 


"client.starting" : "CLIENT BY NIKOST!", 
"flash.client.url" : "http://25.6.22.158/game/", 
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02", 
"has.identity" : "1", 
"flash.client.origin" : "popup" 




















    };
    var params = {
        "base" : "http://25.6.22.158/game/",
        "allowScriptAccess" : "always",
        "menu" : "false"           
    };
    
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }
















    FlashExternalInterface.signoutUrl = "http://25.6.22.158/account/logout?token=<?php echo sha1($myrow['password']); ?>";
    
    var clientUrl = "http://25.6.22.158/game/gordon/RELEASE63-201408141029-609065162/Habbo.swf";
















    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>/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>




















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
















<sttyle type="text/css">
body { behavior: url(/js/csshover.htc); }
</sttyle>
<![endif]-->








































<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
<script src="./main.js" type="text/javascript"></script>
<script type="text/javascript">
var urlofswf = "http://25.6.22.158/";
</script>
























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












        </div>
        <script type="text/javascript">
            $('content').show();
        </script>
















        <noscript>
            <div sttyle="width: 400px; margin: 20px auto 0 auto; text-align: center">
                <p>If you are not automatically redirected, please <a href="/client">click here</a></p>
            </div>
        </noscript>
    </div>
















</div>
<div id="fb-root"></div>
<script type="text/javascript">
    (function() {
        var e = document.createElement('script');
        e.async = true;
        e.src = 'https://connect.facebook.net/pt_BR/all.js';
        document.getElementById('fb-root').appendChild(e);
    }());
</script>








</body>
</html>








<?php } ?>

25.6.22.158: you ip ;)


----------------------------------------------------------

catalogue(plus):

coming soon

catalogue(mercury)
the included is good

----------------------------------------------------------

scan:

cms:
https://www.virustotal.com/pt/file/...e042ff337cee10562b1b76c0/analysis/1380357729/

db: coming soon

----------------------------------------------------------

credits:

Nikost: client,db,plus uploaded, utilities and cms edited

for emulators, swf, mercury db credits check on the emulator and swf topic, are not here.

For others this is not the emulator topic, for others credits go to Plus 3.0 topic

----------------------------------------------------------

give me suggestions.

**This is only for plus and/or based, not tested on others emulators

----------------------------------------------------------

updates:

better english.
now this is not a aggressive topic.
removed emulator and swf, go to plus 3.0 to download
new client.
now for plus and mercury


**********end of topic**********
 
Last edited:
Junior Spellweaver
Joined
Jan 7, 2014
Messages
191
Reaction score
2
Why giving credits to someone that only have taken screenshot and nothing else?
 
Newbie Spellweaver
Joined
Aug 28, 2013
Messages
26
Reaction score
1
hello akIIx credits is the emulator the credits of killer is of swf :)
 
Junior Spellweaver
Joined
Jan 7, 2014
Messages
191
Reaction score
2
Ah ok, but I don't really see a difference it's the same like AKllX's.
 
Newbie Spellweaver
Joined
Aug 28, 2013
Messages
26
Reaction score
1
is exact RELEASE63-201401301855-255051757 ,the special about in the release is the new design and new functions added in the hotel and fast food working.
 
Newbie Spellweaver
Joined
Aug 28, 2013
Messages
26
Reaction score
1
work in lavvos and rev(no tested in rev,more other persons have tested),have no cms in English at the time, sorry. the swf in portuguese please use the variables in english :/.
 
Newbie Spellweaver
Joined
Aug 28, 2013
Messages
26
Reaction score
1
KEEP IN MIND THAT FASFOOD HAS A EXPLOIDE THAT WHIPES YOUR C: DRIVE !!!!

So watch out !!!
so far nothing fast food is also optional use it deem it necessary, I'm not responsible for damages if you find that using the pc support, fast food was not made ​​by me, many hotels use it with no damage so far, this is the akIIx fixed version.
 
Newbie Spellweaver
Joined
Sep 20, 2011
Messages
52
Reaction score
0
Fastfood doens not working

maybe this:

KEEP IN MIND THAT FASFOOD HAS A EXPLOIDE THAT WHIPES YOUR C: DRIVE !!!!
 
Newbie Spellweaver
Joined
Sep 20, 2011
Messages
52
Reaction score
0
have working 100% in 32 bits versions the old version do not work 100% in 32 bit ,reason cpu problems,fix's in client have error in old that the client no open,and more fixes,was not that I did not know everything yet.


WhritenZ

then delete the folder recommend fast food,
could specify me what you are saying?
I do not want problems :)

I have the fast food directory deleted, but it still works

What I meant by me last response that my hard drive suddenly very hard started running because I think I read the response of duck item I thought that, but no idea if it's true, your my might tell how fast food is work?

sorry for my bad english, I dutchman: p
 
Newbie Spellweaver
Joined
Mar 21, 2014
Messages
7
Reaction score
0
Good release! :)

But it would be better if it will be released in English..
 
Last edited:
Newbie Spellweaver
Joined
Aug 28, 2013
Messages
26
Reaction score
1
#updated

posts before me are old or is no longer worth more because the content has changed.
 
Last edited:
Back
Top