2 Attachment(s)
Custom UberCMS Housekeeping Login [l33t]
Hello guys, lol...
I coded a new log in design for UberCMS, much better than the old, plain white one.
Im using this log in for my hotel, I also added:
PHP Code:
$password = filter($core->uberHash($_POST['password']));
Witch apparently upps the security in the login :P
Image:
http://forum.ragezone.com/attachment...3t-hklogin.png
I hope you like it :) !! :thumbup1:
Also, I am not going to provide help, this works 100%, and to all n00bs, don't bother asking where to put this, i'm not helping anyone :s Anyways, enjoy!
Re: Custom UberCMS Housekeeping Login [l33t]
Re: Custom UberCMS Housekeeping Login [l33t]
Re: Custom UberCMS Housekeeping Login [l33t]
Quote:
Originally Posted by
wy479
No viruses?
Someone a bit paranoid..?
Re: Custom UberCMS Housekeeping Login [l33t]
I'm pretty sure no one cares about the style.
Who ever looks at the housekeeping apart from staff anyway..
Re: Custom UberCMS Housekeeping Login [l33t]
Quote:
Originally Posted by
Tr0ll.™
Someone a bit paranoid..?
I wouldn't say paranoid since the last release from Multi was full of viruses. Just sayin'
Anyway looks nice but I don't bother styling anything that staff will only see.
Re: Custom UberCMS Housekeeping Login [l33t]
Quote:
Originally Posted by
Quackster
I'm pretty sure no one cares about the style.
Who ever looks at the housekeeping apart from staff anyway..
Agree! Btw, almost every peopels use Phoenix
5/10
Re: Custom UberCMS Housekeeping Login [l33t]
I love it!, If i ever need i'll use, Thanks for this nice release!
9/10
Dylan
Re: Custom UberCMS Housekeeping Login [l33t]
For those of you that use Phoenix Emulator with uberCMS...
Replace:
PHP Code:
$password = filter($core->uberHash($_POST['password']));
With:
PHP Code:
$password = filter(md5($_POST['password']));
Re: Custom UberCMS Housekeeping Login [l33t]
@MichaelMadman,
Just because I can PWN your hotel, found so many fking expl0its, got cha scared then bastard. I don't release anything with viruses =_=
Re: Custom UberCMS Housekeeping Login [l33t]
The designer who is the panel is more or less
Re: Custom UberCMS Housekeeping Login [l33t]
@Multi
No its clearly because your uber was released full of exploits.
Also your attitude isn't helping with any trust either.
Re: Custom UberCMS Housekeeping Login [l33t]
Source:
PHP Code:
<?php
if (!defined('IN_HK') || !IN_HK)
{
exit;
}
if (HK_LOGGED_IN)
{
exit;
}
if (isset($_POST['username']) && isset($_POST['password']))
{
$username = filter($_POST['username']);
$password = filter($core->uberHash($_POST['password']));
if ($users->validateUser($username, $password))
{
$hkId = $users->name2id($username);
if ($users->hasFuse($hkId, 'fuse_housekeeping_login'))
{
session_destroy();
session_start();
$_SESSION['UBER_USER_N'] = $users->getUserVar($hkId, 'username');
$_SESSION['UBER_USER_H'] = $password;
$_SESSION['UBER_HK_USER_N'] = $_SESSION['UBER_USER_N'];
$_SESSION['UBER_HK_USER_H'] = $_SESSION['UBER_USER_H'];
header("Location: " . HK_WWW . "/index.php?_cmd=main");
exit;
}
else
{
$_SESSION['HK_LOGIN_ERROR'] = "You do not have permission to access this service!";
}
}
else
{
$_SESSION['HK_LOGIN_ERROR'] = 'Invalid login details!';
}
}
?>
<html>
<head>
<title>Habbo Hotel | Staff Login Centre</title>
<style type="text/css">
body
{
background: #343434;
color:#9b9b9b;
font-family:"Verdana", Geneva, sans-serif;
font-size:11px
}
a
{
text-decoration: none;
color:#797979;
border:0;
}
li
{
list-style-position: inside;
list-style: none;
padding:5px 5px 5px;
}
li:before
{
content: "\00BB \0020";
}
li:hover
{
padding:5px 5px 5px;
background: #e6e6e6;
}
.block
{
display:block;
}
.small
{
font-size: 10px;
}
h2
{
margin:0 0 -15px;
padding:0
}
label
{
font-weight:700
}
input[type=text],input[type=password]
{
-moz-border-radius:5px;
border:2px solid #fff;
margin:5px 0;
padding:5px;
text-align:center;
width:175px
}
input[type=text]:hover,input[type=password]:hover
{
border:2px solid #000
}
.login-button
{
-moz-border-radius:5px;
background:#4f8b09;
border:2px solid #5aff00;
color:#fff;
font-weight:700;
height:60px;
width:190px
}
.play-button
{
cursor: pointer;
margin: 0 0 10px;
-moz-border-radius:8px;
background: #58e900;
border:2px solid #4ac400;
font-weight: 700;
color:#2b7100;
height:40px;
width:200px
}
.play-button:hover
{
background: #4bc800;
color: #2b7100;
border:2px solid #307f00;
}
.play-button:active
{
padding:0;
}
.login-button:active,.register-button:active
{
background:#396f00
}
.register-button
{
-moz-border-radius:5px;
background:#4f8b09;
border:2px solid #5aff00;
color:#fff;
font-weight:700;
margin:5px 0 0;
padding:5px;
width:190px
}
#page-wrap
{
-moz-border-radius:10px;
background:#f0f0f0;
margin:30px auto;
padding:5px;
width:700px
}
#bg
{
-moz-border-radius:10px;
background:url(../../images/bg.png) no-repeat;
height:483px;
margin:5px auto 15px;
width:696px
}
#content
{
background:#e6e6e6;
height:483px;
margin:5px auto 15px;
padding:10px
}
#lottery-content
{
background:#e6e6e6;
margin:5px auto 15px;
padding:10px
}
#left-a
{
float:left;
width:190px;
color:#797979;
}
.left-box
{
-moz-border-radius:5px;
background:#fff;
float:left;
margin:0 0 10px;
padding:5px;
width:190px;
text-align: justify;
}
#right-a
{
float:left;
margin:0 0 0 24px;
width:465px;
color:#797979;
}
.right-box
{
-moz-border-radius:5px;
background:#fff;
margin:0 0 10px;
padding:5px;
text-align: justify;
}
#text
{
padding:5px
}
#logo
{
background:url(../../images/logo-main.png) no-repeat;
height:45px;
margin:5px 0 0 5px;
width:106px
}
#login-area
{
background:#2a2a2a;
border:4px solid #383838;
color:#939393;
float:right;
margin:130px 30px 0 0;
padding:5px;
width:400px
}
.copyright
{
font-size:9px;
font-weight:700;
margin:-5px auto 5px;
padding:5px;
text-align:center;
width:500px
}
#t-green
{
-moz-border-radius:4px;
background:#78e503;
color:#fff;
font-weight:700;
padding:5px
}
#t-red
{
-moz-border-radius:4px;
background:#e50303;
color:#fff;
font-weight:700;
padding:5px
}
#t-blue
{
-moz-border-radius:4px;
background:#039de5;
color:#fff;
font-weight:700;
padding:5px
}
#t-orange
{
-moz-border-radius:4px;
background:#e56303;
color:#fff;
font-weight:700;
padding:5px
}
#t-gray
{
-moz-border-radius:4px;
background:#484848;
color:#fff;
font-weight:700;
padding:5px
}
</style>
</head>
<body>
<center>
<div id="text">
<img src="<?php echo HK_WWW; ?>/images/lock.png" style="vertical-align: middle;">
<b>Habbo Administration</b>
</div>
<div id="login-area">
<div class="info">
<p> <?php $ipaddy = $_SERVER['REMOTE_ADDR']; ?>
<b>PLEASE NOTE:</b> The housekeeping/manage directory is closely moderated, and you MUST be a member of staff to login. If you are not a member of staff, we suggest that you leave this direcroty now! Your account may be banned!
</p>
<p>
<b>Welcome to the Habbo Hotel Administrators Login</b>
</p>
<p>
Please provide proper authentication in order to access this service!
</p>
</div>
<form method="post">
<input type="text" name="username" class="biginput" value="<?php if (LOGGED_IN) { echo USER_NAME; } ?>"><br />
<br />
<input type="password" name="password" class="biginput" value=""><br />
<br />
<input type="submit" class="register-button" value="Log in">
<input type="button" onclick="document.location = '/';" class="register-button" value="Get me out of here">
</form>
<?php
if (isset($_SESSION['HK_LOGIN_ERROR']))
{
echo '<b style="color: darkred;">' . $_SESSION['HK_LOGIN_ERROR'] . '</b>';
unset($_SESSION['HK_LOGIN_ERROR']);
}
?>
<?php if (LOGGED_IN) { ?>
<p>
You are currently logged in to the main site as <b><?php echo USER_NAME; ?></b>.
</p>
<?php } ?>
</div>
</center>
</body>
</html>
Enough proof?
Re: Custom UberCMS Housekeeping Login [l33t]
Look it wasn't me saying it was a virus. I don't really care :P
Should change the style of the actual site I don't bother changing the housekeeping style. Good release someone will use it.
Re: Custom UberCMS Housekeeping Login [l33t]
Re: Custom UberCMS Housekeeping Login [l33t]
I wasnt saying it was a virus either i was saying that because...: a dude released a freaken virus in the habbo releases section and im careful with my releases now... I mean he had proof that it wasnt a virus and people got the virus
Re: Custom UberCMS Housekeeping Login [l33t]
[/COLOR]
Quote:
Originally Posted by
wy479
I wasnt saying it was a virus either i was saying that because...: a dude released a freaken virus in the habbo releases section and im careful with my releases now... I mean he had proof that it wasnt a virus and people got the virus
wtf, that made no sense at all...
Re: Custom UberCMS Housekeeping Login [l33t]
whats the point? so it can take an extra 500ms to load a page that should be instant when under high load? ITS A STAFF EXCLUSIVE PAGE, FUCK.
Re: Custom UberCMS Housekeeping Login [l33t]
Quote:
Originally Posted by
Jontycat
whats the point? so it can take an extra 500ms to load a page that should be instant when under high load? ITS A STAFF EXCLUSIVE PAGE, FUCK.
Just because you go to w3schools.com find some PHP scripts, and put a CMS together, and releasing renamed UberCMS, rCMS, pfft, doesn't make you a big man, nor does it give you the right to flame, and not be grateful. :closedeyes:
Re: Custom UberCMS Housekeeping Login [l33t]
Quote:
Originally Posted by
Multi
Just because you go to w3schools.com find some PHP scripts, and put a CMS together, and releasing renamed UberCMS, rCMS, pfft, doesn't make you a big man, nor does it give you the right to flame, and not be grateful. :closedeyes:
Actually he didn't. He's made his own CMS - which was pretty okay for some one doing their first even though I personally wouldn't use it (no offence). Also, who the fuck are you? You joined this month and you think you can mouth off to everyone. Also, why is w3schools such an insult? It's a good place to learn to code. I use it for reference when I program sometimes.
You know nothing, trust me. So please shut the fuck up and stop pretending you're of any value to this community. I've seen your posts, you're an idiot.
Good day :blushing:
Re: Custom UberCMS Housekeeping Login [l33t]
Nice login for the housekeeping i might be using that for my hotel.
7/10