PHP Code:
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelname} - The new generation of Habbo</title>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/frontpage.css" type="text/css">
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/libs2.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/landing.js"></script>
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = null;
var habboId = null;
var habboReqPath = "";
var habboStaticFilePath = "{url}/app/tpl/skins/Habbo";
var habboImagerUrl = "http://www.Habbo.com/Habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "{url}/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "client";
HabboClient.maximizeWindow = true;
}
</script>
<style type="text/css">
body {
background-image: url({url}/app/tpl/skins/Habbo/bg.png);
}
#footer .footer-links { color: #666666; }
#footer .footer-links a { color: #ffffff; }
#footer .copyright { color: #666666; }
#footer #compact-tags-container span, #footer #compact-tags-container a { color: #333333; }
input[type="submit"] {
border: 1px solid #999;
padding: 5px;
font-family: verdana;
font-size: 10px;
}
input[type="submit"]:hover {
background-position: bottom;
cursor: pointer;
}
</style>
<!--[if IE 8]>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/ie8.css" type="text/css">
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/ie6.css" type="text/css" />
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/pngfix.js"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>
<style type="text/css">
body { behavior: url({url}/app/tpl/skins/Habbo/csshover.htc); }
</style>
<![endif]-->
</head>
<body id="frontpage">
<div id="overlay"></div>
<div id="site-header">
<form id="loginformitem" name="loginformitem" method="post">
<div id="login">
<div id="xmas_banner"><div style="margin-top: -55px;"><img src="http://www.sulake.com/files/4213/3249/4764/Boy_and_girl.gif" align="right"></div></div>
<div class="hotel_bg_innerbox">
<div class
<div class="logo_login"></div>
<div class="login_box">
<center>New to {hotelName}<b><a href="/register">REGISTER HERE!</a></b></center>
<br /><br />
<label for="login-username" class="login-text">Username:</label>
<input tabindex="3" type="text" class="login-field" name="log_username" id="login-username" value="" maxlength="48">
<label for="login-password" class="login-text">Password:</label>
<input tabindex="4" type="password" class="login-field" name="log_password" id="login-password" maxlength="48">
<br /><br />
<center><input type="submit" value="Login" name="login"></center>
</div>
<div class="status_box">
<b>{online}</b>{hotelName}'s Online<br />
</b><b><?php
$query = mysql_query("SELECT COUNT(*) AS aantalleden FROM users") or die(mysql_error());
$data = mysql_fetch_assoc($query);
echo $data['aantalleden'];
?>
</b>
Registered users
</div>
</div>
</div>
<center><p class="copyright">©{hotelName} 2013 - 2014 All rights reserved.</p></center>
</div>
<script type="text/javascript">
if (typeof HabboView != "undefined") {
HabboView.run();
}
</script>
</body>
</html>