• 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.

DeltaCMS 1.0 - First Version of Delta!

Status
Not open for further replies.
Junior Spellweaver
Joined
Apr 18, 2011
Messages
130
Reaction score
23
@Noddy use this client:

<?php
if(!isset($_SESSION['username'])){ header("Location: ../index"); }

$rand1 = rand(100000, 999999);
$rand2 = rand(10000, 99999);
$rand3 = rand(10000, 99999);
$rand4 = rand(10000, 99999);
$rand5 = rand(10000, 99999);
$rand6 = rand(1, 9);
$ticket = "DeltaCMS-".$rand1."-".$rand2.$rand3."-".$rand4.$rand5."-".$sitename."-".$rand6;
$username = X($_SESSION['username']);
$query = mysql_query("UPDATE users SET auth_ticket = '".$ticket."' WHERE username = '".$username."'");
$query = mysql_query("UPDATE users SET ip_last = '".$remoteip."' WHERE username = '".$username."'");
?>

<!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" xmlns:eek:g="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title><?php echo $sitename." Hotel: Client"; ?></title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/styles/common.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/js/libs2.js" type="text/javascript"></script>

<script src="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/js/common.js" type="text/javascript"></script>

<link rel="stylesheet" href="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/styles/news.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/js/news.js" type="text/javascript"></script>

<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "<?php echo $_SESSION['username']; ?>";
var habboReqPath = "<?php echo $site; ?>";
var habboStaticFilePath = "http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo $site; ?>/client";
window.name = "ClientWndw";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
</script>

<link rel="stylesheet" href="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/styles/habboflashclient.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/js/identity.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" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "<?php echo X($_SERVER['SERVER_NAME']); ?>",
"connection.info.port" : "30000",
"site.url" : "<?php echo $site; ?>",
"url.prefix" : "<?php echo $site; ?>",
"client.reload.url" : "<?php echo $site; ?>/client",
"client.fatal.error.url" : "<?php echo $site; ?>/client",
"client.connection.failed.url" : "<?php echo $site; ?>/client",
"external.variables.txt" : "<?php echo $site; ?><?php echo X($variable['value']); ?>",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticket ?>",
"account_id" : "1",
"processlog.enabled" : "1",
"client.starting" : "Hotel Loads...",
"flash.client.url" : "<?php echo $site; ?><?php echo X($swf['value']); ?>/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup",
"token" : "<?php echo $ticket ?>",
"logout.disconnect.url" : "<?php echo $site; ?>/client",
"logout.url" : "<?php echo $site; ?>/client",
};
var params = {
"base" : "<?php echo $site; ?><?php echo X($swf['value']); ?>/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "<?php echo $site; ?>/logout";

var clientUrl = "<?php echo $site; ?><?php echo X($habboswf['value']); ?>";

swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/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://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->

<!--[if lt IE 8]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/<?php echo $WebBuild; ?>/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]-->

</head>

<body id="client" class="flashclient" style="background-color: #000;">
<div id="overlay"></div>
<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>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/<?php echo $WebBuild; ?>/web-gallery/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>

</body>
</html>
 
I don't even know
Loyal Member
Joined
Apr 7, 2010
Messages
1,699
Reaction score
420
@Noddy: What doesn't work? Does it gives an error on the emulator and does the client even load? Give more info than I can help you.

@Habbso: I can make BadgeShop I think but it will not be as good as the one from like HabboRE and you can't add badges in housekeeping. But I don't have time for it now because I'm working on a bel-credits system for Force Hotel.

+ YAY I HAVE MY ACCOUNT BACK :D
 
Skilled Illusionist
Joined
Dec 25, 2009
Messages
370
Reaction score
234
@Noddy: What doesn't work? Does it gives an error on the emulator and does the client even load? Give more info than I can help you.

@Habbso: I can make BadgeShop I think but it will not be as good as the one from like HabboRE and you can't add badges in housekeeping. But I don't have time for it now because I'm working on a bel-credits system for Force Hotel.

+ YAY I HAVE MY ACCOUNT BACK :D

You can't make an administratorsystem for that?

Well, it's simple to make a plugin to edit that; It's just working with mysql querys. COME ON! If you are a good php programmer you know that
 
Newbie Spellweaver
Joined
Jan 23, 2012
Messages
19
Reaction score
1
Erm, it has a room bug.
Maybe a fix for it?
 
I don't even know
Loyal Member
Joined
Apr 7, 2010
Messages
1,699
Reaction score
420
Room bug: Use working swfs (if you use mine put the c_images in /r63/)

MerijnZ I can make it but IDK when I have time for it. + I want to make it every db compatible, so not much mysql queries. Only the queries really needed. Thats why I put a lot of settings in the config and not w/database

+ Update 1.0.7.2:
//New: New me.php :p (not much)//
 
Junior Spellweaver
Joined
Apr 18, 2011
Messages
130
Reaction score
23
@Azaidi i like the new little edit, but is saw today the new news thing on your site! Do you can release it?
 
Last edited:
Junior Spellweaver
Joined
Apr 18, 2011
Messages
130
Reaction score
23


Here you go ;)

And it's "Can you release it?" not "Do you can release it?" xD

Only the news edit?

I can't edit the images?
 
I don't even know
Loyal Member
Joined
Apr 7, 2010
Messages
1,699
Reaction score
420
@Habbso: Edit images in "style/Habbo/CSS/Images/new/"
@TheRook: I thought someone was going to make my Habbo style English. My Test style is already English so if you want the Test style go to core/config.php and change ($style = "Habbo") to ($style = "Test") ;)
 
Newbie Spellweaver
Joined
Dec 12, 2009
Messages
90
Reaction score
5
@Habbso: Edit images in "style/Habbo/CSS/Images/new/"
@TheRook: I thought someone was going to make my Habbo style English. My Test style is already English so if you want the Test style go to core/config.php and change ($style = "Habbo") to ($style = "Test") ;)

Where's the language file?
 
Newbie Spellweaver
Joined
Dec 12, 2009
Messages
90
Reaction score
5
Can't update swfs and habbo.swf in the test style.
 
Junior Spellweaver
Joined
Apr 18, 2011
Messages
130
Reaction score
23
1.0.9:
With new phoenixCF theme + some swfs updates

I just was on you're hotel! Please release the BETA version of it! It has groups! Please I want to edit it for my own hotel :D, please give it :#

Oh, just give me the BETA link of it :) Because I love it! :# Sorry if i am to exited :)
 
Last edited:
Status
Not open for further replies.
Back
Top