Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

ankkaEmulator v2.1 (BCStorm edit)

Status
Not open for further replies.
ส็็็็็็็
Loyal Member
Joined
Sep 21, 2009
Messages
2,005
Reaction score
594
Exactly, imo, the only one of those that can truly be justified was Phoenix since Aaron purchased the source for Uber in order to do that. The rest of them aren't really worthy other than Butterfly, but my opinion does not matter.




Let me explain it to you this way. For example, someone creates a cure for Cancer, but there are issues with it like crazy side effects and what not. Then, someone else improves it and enhances it, and gets rid of all the side effects. Is it right for the second person to take complete credit and call it their own? Even if they still give credit to the first person, is it right for them to rename it and distribute it on their own? No.
Uber was an Ion/Deltar rename, Roy had no right to sell it.
 
Newbie Spellweaver
Joined
Sep 19, 2013
Messages
22
Reaction score
0
5Jm2L6F - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


I will release my big bcstorm edit - ankkaEmulator v2.1. It contains a lot of functions and it almost bug free.

SWF BUILD: RELEASE63-201403141222-973151600

Features:
- Background Toner
- Video TVs
- Floor plan editor
-. wf_act_give_reward action wired
- Web Management Interface
- Groups
- Badge spaces
- Pets
- Recycler
- Marketplace
- Bots
- Group forums (70%)
- Club buying and counting also work!
and many more features

Known bugs
- Moderator tool CFH-tool not work yet (Because Sulake was updated packet structure so much)
- Moderator tool Chatlog tool not work (Because Sulake was updated packet structure so much)
(But all chatlogs (room, messenger) saving to chatlogs-table)
- Jukebox not work

Additional information
- ankkaEmulator database doesn't fully compatible with original bcstorm family emulator databases, because I've coded a lot of features at my way.
Users-table: Contains vip_rank column who define user vip rank (1-3)

Live hotel
(Finnish hotel, but it's my hotel and contains original copy of ankkaEmulator v2.1)

Download

Emulator in English without source: (22.4.2014 PART 2)

Emulator in English with source: (22.4.2014 PART 2)

Database:

Emulator in Finnish without source: Coming soon
Emulator in Finnish with source: Coming soon

SWFS:
C_IMAGES:
HOF_FURNI:
MORE STUFF:

Maybe I've forgotten something, if you see that something missing please reply.

Screenshots:

=dj.matias= - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


=dj.matias= - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


=dj.matias= - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


EDIT: Chatlog-table missing on SQL file:

run this to database:

Code:
CREATE TABLE `chatlogs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `room_id` int(10) unsigned NOT NULL,
  `hour` int(11) NOT NULL,
  `minute` int(11) NOT NULL,
  `full_date` varchar(120) NOT NULL,
  `timestamp` double NOT NULL,
  `message` text NOT NULL,
  `user_name` varchar(100) NOT NULL DEFAULT 'Unknown User',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`,`room_id`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;

Could you please post the client, banner and Gorden folder!
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 16, 2014
Messages
26
Reaction score
2
Please upload swf complete

these not are complete swfSWFS:

C_IMAGES:
HOF_FURNI:
MORE STUFF:
and the client.php :/
 
Custom Title Activated
Loyal Member
Joined
Jun 5, 2010
Messages
1,582
Reaction score
160
SWFs download: BE SURE TO USE REL-CRACK.swf BECAUSE THAT FILE IS RC4 CRACKED!

Client folder download (in the client.php code it uses an client folder):

Client.php code:
Code:
	<script type="text/javascript"> 
		var habboName = "{username}";
		var habboReqPath = "{url}";
		var habboStaticFilePath = "http://images.habbo.com/habboweb/{web_build}/web-gallery";
		var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
		var habboPartner = "";
		var habboDefaultClientPopupUrl = "{url}/client";
		window.name = "ClientWndw";
		if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
	</script> 

<link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" /> 
<script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script> 
 
<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/common.css" type="text/css" /> 
 
<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/habboflashclient.css" type="text/css" /> 
 
 
<noscript> 
    <meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript> 
 
<link rel="stylesheet" href="app/tpl/skins/{skin}/client/client.css" type="text/css" /> 
<script src="app/tpl/skins/{skin}/client/habboflashclient.js" type="text/javascript"></script>

<script type="text/javascript"> 
    FlashExternalInterface.loginLogEnabled = false;
    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" : "{server_ip}", 
            "connection.info.port" : "30000", 
            "site.url" : "{url}/", 
            "url.prefix" : "{url}/", 
            "client.reload.url" : "{url}/client", 
            "client.fatal.error.url" : "{url}/disconnected", 
            "client.connection.failed.url" : "{url}/disconnected", 
            "external.variables.txt" : "{external_vars}", 
            "external.texts.txt" : "{external_texts}", 
            "productdata.load.url" : "{product_data}", 
            "furnidata.load.url" : "{furni_data}",
            "use.sso.ticket" : "1",
			"hotelview.banner.url" : "http://127.0.0.1/game/rs4.php",
            "sso.ticket" : "{sso}", 
            "processlog.enabled" : "0", 
            "account_id" : "1", 
            "client.starting" : "Please wait! {hotelName} is starting up", 
            "flash.client.url" : "{swf_folder}/", 
            "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02", 
            "has.identity" : "0", 
            "flash.client.origin" : "popup",
            "token" : "{sso}"
    };
    var params = {
        "base" : "{swf_folder}/",
        "allowScriptAccess" : "always",
        "menu" : "false"                
    };
    
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    	params["wmode"] = "opaque";
    }
    
    var clientUrl = "{swf_folder}/REL-CRACK.swf";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/{web_build}/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>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://images.habbo.com/habboweb/{web_build}/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="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/{web_build}/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>
    <div style="display: none">

<div id="habboCountUpdateTarget">
{status}
</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");
        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 type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15697942-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

Likes are welcome :thumbup:
 
Last edited:
Newbie Spellweaver
Joined
Apr 20, 2014
Messages
21
Reaction score
0
Is it just me or anything besides rank 1 will cause a disconnect?



SWFs download: BE SURE TO USE REL-CRACK.swf BECAUSE THAT FILE IS RC4 CRACKED!

Client folder download (in the client.php code it uses an client folder):

Client.php code:
Code:
    <script type="text/javascript"> 
        var habboName = "{username}";
        var habboReqPath = "{url}";
        var habboStaticFilePath = "http://images.habbo.com/habboweb/{web_build}/web-gallery";
        var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
        var habboPartner = "";
        var habboDefaultClientPopupUrl = "{url}/client";
        window.name = "ClientWndw";
        if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
    </script> 

<link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" /> 
<script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script> 
 
<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/common.css" type="text/css" /> 
 
<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/habboflashclient.css" type="text/css" /> 
 
 
<noscript> 
    <meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript> 
 
<link rel="stylesheet" href="http://forum.ragezone.com/app/tpl/skins/{skin}/client/client.css" type="text/css" /> 
<script src="app/tpl/skins/{skin}/client/habboflashclient.js" type="text/javascript"></script>

<script type="text/javascript"> 
    FlashExternalInterface.loginLogEnabled = false;
    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" : "{server_ip}", 
            "connection.info.port" : "30000", 
            "site.url" : "{url}/", 
            "url.prefix" : "{url}/", 
            "client.reload.url" : "{url}/client", 
            "client.fatal.error.url" : "{url}/disconnected", 
            "client.connection.failed.url" : "{url}/disconnected", 
            "external.variables.txt" : "{external_vars}", 
            "external.texts.txt" : "{external_texts}", 
            "productdata.load.url" : "{product_data}", 
            "furnidata.load.url" : "{furni_data}",
            "use.sso.ticket" : "1",
            "hotelview.banner.url" : "http://127.0.0.1/game/rs4.php",
            "sso.ticket" : "{sso}", 
            "processlog.enabled" : "0", 
            "account_id" : "1", 
            "client.starting" : "Please wait! {hotelName} is starting up", 
            "flash.client.url" : "{swf_folder}/", 
            "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02", 
            "has.identity" : "0", 
            "flash.client.origin" : "popup",
            "token" : "{sso}"
    };
    var params = {
        "base" : "{swf_folder}/",
        "allowScriptAccess" : "always",
        "menu" : "false"                
    };
    
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
        params["wmode"] = "opaque";
    }
    
    var clientUrl = "{swf_folder}/REL-CRACK.swf";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/{web_build}/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>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://images.habbo.com/habboweb/{web_build}/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 onclick="ga('send', 'event', 'Outgoing', 'get.adobe.com', '/flashplayer/');" rel="nofollow" href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a onclick="ga('send', 'event', 'Outgoing', 'www.adobe.com', '/products/flashplayer/productinfo/instructions/');" rel="nofollow" href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
            <p><a onclick="ga('send', 'event', 'Outgoing', 'www.adobe.com', '/go/getflashplayer');" rel="nofollow" href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/{web_build}/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>
    <div style="display: none">

<div id="habboCountUpdateTarget">
{status}
</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");
        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 type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15697942-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

Likes are welcome :thumbup:
Tested and works! Which swf build is this though, I don't see floor plan editor.
 
Newbie Spellweaver
Joined
Jun 8, 2012
Messages
38
Reaction score
0
The swf´s didn´t work :(, And these files missing furni.xml file and figuredata.xml
 

PR0

Legendary Battlemage
Joined
Mar 3, 2007
Messages
690
Reaction score
85
All you need for any ubercms database to work with BCStorm is add the site tables and switch the setting in config. I'd recommend ZapHotel's old cms released by Johno if you can find it.
 
Experienced Elementalist
Joined
Jan 17, 2012
Messages
229
Reaction score
132
Uber was an Ion/Deltar rename, Roy had no right to sell it.

Ion/Deltar wasn't an emulator. It was a framework for programmers developed by Nillus back in 2009. It's like when you use the bootstrap framework for a wordpress theme. You have the right to name your project like you want and sell it but you have to say it's based on it ^^
 
ส็็็็็็็
Loyal Member
Joined
Sep 21, 2009
Messages
2,005
Reaction score
594
Ion/Deltar wasn't an emulator. It was a framework for programmers developed by Nillus back in 2009. It's like when you use the bootstrap framework for a wordpress theme. You have the right to name your project like you want and sell it but you have to say it's based on it ^^
I believe the license in Which Ion/Deltar was released under prohibits commercial use, not that it would mean poop at all anymore.
 
Status
Not open for further replies.
Back
Top