-
[Holograph] LatinEMU r60 [C#][OpenSource]
Hey Ragezone.
This Holograph emulator based on updated and amended by Little J.
Features
- Login SSO [100%]
- Edition of SQL emulator [100%]
- Coordinates of the entire room [100%]
- Catalogue [100%]
- Support Tool [100%]
- Central [100%]
- Console [100%]
- Items soil [100%]
- CFH [100%] (The request comes to the Housekeeping)
- Rooms [100%] (Due to modeldata of some who are errors that are not doors)
- Pets [90%] (They are somewhat dull, does not collect, eat and rest.)
- Editing the room [100%
- Public Facilities [35%]
- MOD-Tools [85%]
- Furni on the wall [100%]
- Wallpaper and floor [100%]
- Updated a few fuses, new HabboClub, VIP, Bot guide [100%].
Preview
ImageShack(TM) slideshow
Compatible with PHPRetro (Recommended) and HoloCMS.
Download
LatinEMU.rar
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
This May be usefull for the LastRP Project Nice Release
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
The development came this far by MARK, you can continue. If you are going to change the name, which is a major change in the emulator and not a command shit.
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
Oh nice release. - Well done on this looks awesome.
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
its some B.S
As it doesnt even work,
and why did you rename everything to Latin?
and why didnt you release a English CMS..
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
Quote:
Originally Posted by
Shacobesaurus
its some B.S
As it doesnt even work,
and why did you rename everything to Latin?
and why didnt you release a English CMS..
r26 - r60
¿?
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
Could I get a beta client that works 100% with PHPRetro?
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
You should provide the download for the cms, since it's hard to find a working flash client for PHPretro..
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
Quote:
Originally Posted by
Ðavid
You should provide the download for the cms, since it's hard to find a working flash client for PHPretro..
Thanks for helping me
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
PixelPro, you have one flash_client working 100%?
Why are my crash on PHPRetro...
Please, if you have pass me.
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
@rafa the flash client(credits to kekomundo)
<?php
/*================================================================ \
|| # PHPRetro - An extendable virtual hotel site and management
| ==================================================================
|| # Copyright (C) 2009 PHPRetro. All rights reserved.
|| # http://www.PHPRetro.com
|| # Parts Copyright (C) 2009 Meth0d. All rights reserved.
|| # http://www.meth0d.org
|| # All images, scripts, and layouts
|| # Copyright (C) 2009 Sulake Ltd. All rights reserved.
| ==================================================================
|| # PHPRetro is provided "as is" and comes without
|| # warrenty of any kind. PHPRetro is free software!
|| # License: GNU Public License 3.0
|| # http://opensource.org/licenses/gpl-license.php
\ ================================================================*/
require_once('./includes/core.php');
require_once('./includes/session.php');
$lang->addLocale("client.hotel");
if(isset($_SESSION['reauthenticate']) && $_SESSION['reauthenticate'] == "true"){
$_SESSION['page'] = $_SERVER["REQUEST_URI"];
header("Location: ".PATH."/account/reauthenticate"); exit;
}else{
$user = new HoloUser($user->name,$user->password,true);
$_SESSION['user'] = $user;
}
if(isset($_GET['wide']) && $_GET['wide'] == "false"){
$wide = false;
$width = "720";
$height = "540";
}else{
$wide = true;
$width = "960";
$height = "540";
}
require_once('./templates/client_header.php');
$forwardid = $input->HoloText($_GET['forwardId']);
$roomid = $input->HoloText($_GET['roomId']);
$shortcut = $_GET['shortcut'];
switch($shortcut){
case "roomomatic": $shortcut = "1"; break;
default: unset($_GET['shortcut']); break;
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Habbo: </title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss xml" title="Habbo: RSS" href="http://www.habbo.it/articles/rss.xml" />
<script src="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/static/js/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/styles/style.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/styles/tooltips.css" type="text/css" />
<script type="text/javascript">
var ad_keywords = "da,noire090,imperiale,max090,poker,gender:m,age:15";
var ad_key_value = "kvage=15;kvgender=m;kvtags=da:max090:poker:noire090:imperiale";
</script>
<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "noire090";
var habboId = <?php echo $user->user("id"); ?>;
var facebookUser = false;
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery";
var habboImagerUrl = "/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "http://www.habbo.it/client";
window.name = "609eb1a44ca5685c0a9fe69f63e0a25333a0e2ef";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "609eb1a44ca5685c0a9fe69f63e0a25333a0e2ef"; }
</script>
<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/styles/habboflashclient.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;
FlashExternalInterface.logLoginStep("web.view.start");
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "<?php echo $settings->find("hotel_ip"); ?>",
"connection.info.port" : "21",
"site.url" : "<?php echo PATH; ?>",
"url.prefix" : "<?php echo PATH; ?>",
"client.reload.url" : "https://www.habbo.it/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "http://www.habbo.it/flash_client_error",
"client.connection.failed.url" : "http://www.habbo.it/client_connection_failed",
"external.hash" : "38214c4a5e81a9244936dc92a73b2d3450160845",
"external.variables.txt" : "http://hotel-it.habbo.com/gamedata/external?id=external_variables",
"external.texts.txt" : "http://hotel-it.habbo.com/gamedata/external?id=external_flash_texts",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $user->user("ticket_sso"); ?>",
"processlog.enabled" : "1",
"account_id" : "<?php echo $user->user("id"); ?>",
"client.starting" : "<?php echo SHORTNAME; ?> is starting up...",
"flash.client.url" : "http://images.habbo.com/dcr/r50_none_e3801d20ad745cc86660598ea0c4bdf4/",
"user.hash" : "37754911194146456eac335b8a404e045430189",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://images.habbo.com/gordon/RELEASE50-26273-26272-201004300318_e963ec498a8fe4fa08a3a75db39a267a/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
var clientUrl = "http://images.habbo.com/gordon/RELEASE50-26273-26272-201004300318_e963ec498a8fe4fa08a3a75db39a267a/Habbo10.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://images.habbo.com/gordon/RELEASE50-26273-26272-201004300318_e963ec498a8fe4fa08a3a75db39a267a/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/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="Habbo Hotel: amici, divertimento, celebrità!" />
<meta name="keywords" content="habbo hotel, virtuale, mondo, social network, gratis, community, avatar, personaggio, chat, online, giovane, ragazzi, gioco di ruolo, giochi di ruolo, iscriviti, social, gruppi, forum, sicurezza, giocare, giochi, online, amici, giovani, rari, furni rari, collezione, creare, collezionare, connettersi, furni, mobili, cuccioli, animali, creazione stanze, condivisione, espressione, distintivi, badge, uscire, musica, VIP, celebrità, visite VIP, famosi, mmo, mmorpg, multiplayer" />
<!--[if IE 8]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/web-gallery/v2/styles/ie6.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/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="50-BUILD59 - 30.04.2010 11:11 - it" />
</head>
<body id="client" class="flashclient">
<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 install Adobe Flash Player.</h2>
<div class="box-content">
<p>Puoi scaricare e istallare Adobe Flash Player <a href="http://get.adobe.com/flashplayer/">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">cliccando qui</a>.</p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/50_e3801d20ad745cc86660598ea0c4bdf4/10/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">
<div id="habboCountUpdateTarget">
3,384 Habbo in Hotel
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
</script>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>
</body>
</html>
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
@HFTB
Very Very thanks for the page_client take my thanks
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
Quote:
Originally Posted by
rafa95123
@HFTB
Very Very thanks for the page_client take my thanks
Seems he beat me too it , anyhow hope its working for you.
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
Nice release.. Ill test this out
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
Only change variables,texts and swfs offcourse,but it's working :-)
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
Look not work for me, it says I have to install Adobe yet, but I've installed, I tried several more SWF give all this, I set everything up accordingly, most of the same thing someone help me?
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
LatinCMS (PHPRetro) r60. No finished:
LatinCMS & DB.rar
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
We are using r59 SWF's and it still doesnt work
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
Plus I've used a lot of SWF, and I speak for all install Adobe.
Could someone pass me your Page-Client that works well
-
Re: [Holograph] LatinEMU r60 [C#][OpenSource]
From what I've heard, this is just a rip with a new name...