-
[PhpRetro] New Index Page.
Okay this is my index page from my site:
Demo: Habbos.in: index
Url goes to a vote page, just vote and you will see the index.php page.
PHP Code:
<?php
/*================================================================+\
|| # PHPRetro - An extendable virtual hotel site and management
|+==================================================================
|| # Copyright (C) 2009 Yifan Lu. All rights reserved.
|| # http://www.yifanlu.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
|| # Index.php made by VistaDosentWork
\+================================================================*/
require_once('./includes/core.php');
$data = new index_sql;
$page['name'] = $lang->loc['pagename.home'];
$page['bodyid'] = "landing";
if($user->id > 0){ header("Location:".PATH."/me"); }
if(!empty($_GET['error'])){
$error = $input->HoloText($_GET['error']);
if(!is_numeric($error)){ $error = 2; }
$error = $lang->loc['error.'.$error];
}elseif(!empty($_SESSION['error'])){
$error = $_SESSION['error'];
unset($_SESSION['error']);
}
$username = $input->HoloText($_GET['username']);
$rememberme = $input->HoloText($_GET['rememberme']);
$pageto = $input->HoloText($_GET['page']);
if(!isset($_SESSION['login'])){
$_SESSION['login']['enabled'] = true;
$_SESSION['login']['tries'] = 0;
}
?>
<body style="color: rgb(255, 255, 255); background-color: rgb(255, 255, 255); background-image: url(./images/mini_bg.png);" alink="#ffffff" link="#ffffff" vlink="#ffffff">
<div style="position: absolute; left: 8px; top: 8px;"><img style="width: 502px; height: 329px; position: absolute; top: 112px; left: 514px;" alt="" src="./images/free_534165.png"><br>
</div>
<div style="position: absolute; top: 181px; left: 619px;">
<form action="<?php echo PATH; ?>/account/submit" method="post" class="login-habblet">
<?php if(isset($_GET['page'])){ ?><input type="hidden" name="page" value="<?php echo $pageto; ?>" /><?php } ?>
<table style="text-align: left; width: 253px; height: 14px;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td><small><span style="font-family: Verdana;"><b>Name:</b></span></small></td>
<td><label for="login-username" class="login-text"><?php echo $lang->loc['username']; ?></label>
<input tabindex="1" type="text" class="login-field" name="username" id="login-username" value="<?php echo $username; ?>"/>
</td>
</tr>
<tr>
<td><small><span style="font-family: Verdana; colour:#000000; "><b>Pass:</b></span></small></td>
<td><label for="login-password" class="login-text"><?php echo $lang->loc['password']; ?></label>
<input tabindex="2" type="password" class="login-field" name="password" id="login-password" />
</td>
</tr>
<tr>
<td>
<td>
<div class="settings-buttons">
<input type="submit" value="Login" class="submit" id="login-submit-button"/>
<a href="#" id="login-submit-new-button" class="new-button" style="float: left; margin-left: 0;display:none"><b style="padding-left: 10px; padding-right: 7px; width: 55px">Login</b><i></i></a>
</div></p>
</form>
<script type="text/javascript">
$("profileForm-submit").observe("click", function(e) { e.stop(); $("profileForm").submit(); });
$("profileForm-submit").show();
</script>
</td>
</tr>
</tbody>
</table>
</form>
</div>
<div style="position: absolute; top: 138px; left: 670px;">
<div style="text-align: center;"><small style="font-weight: bold; color: rgb(255, 102, 102);"><span style="font-family: Verdana;">Login</small></small></div>
</div>
<br>
<div style="position: absolute; top: 130px; left: 50px;">
<a href="register"><img src="./images/button_r1.png" srcover="%www%/images/button_r1.png"></a>
</div>
<div style="position: absolute; top: 10px; left: 50px;">
<img src="./images/habbo.gif" border="0">
</div>
</div>
You will need some images So below is a link to download some images......
images.zip
Remember to rate out of /10 .. and Don't trust me? don't download the images...:thumbup:
-
Re: [PhpRetro] New Index Page.
NIIIIIICE! like this :D have you all the credits or did someone coded a layout?
-
Re: [PhpRetro] New Index Page.
images was not done by me but the layout was
-
Re: [PhpRetro] New Index Page.
Damn nice mate! great rel, 10/10. Keep 'em up?
-
Re: [PhpRetro] New Index Page.
Quote:
Originally Posted by
RedSeaD1
Damn nice mate! great rel, 10/10. Keep 'em up?
Thank's more coming soon, e.g CCT upload like flex, im like 40% there.. just need to make the CCT page where they buy it and CCT points...
-
Re: [PhpRetro] New Index Page.
Quote:
Originally Posted by
vistadosentwork
Thank's more coming soon, e.g CCT upload like flex, im like 40% there.. just need to make the CCT page where they buy it and CCT points...
Can't wait :o
-
Re: [PhpRetro] New Index Page.
Quote:
Originally Posted by
PEjump2
Can't wait :o
its quite hard, don't think newbs will be able to put it in, also i will be encoding it and have a licence as people will rip.
-
Re: [PhpRetro] New Index Page.
Quote:
Originally Posted by
vistadosentwork
its quite hard, don't think newbs will be able to put it in, also i will be encoding it and have a licence as people will rip.
Why licence?
-
Re: [PhpRetro] New Index Page.
so if they try to decode it the licence wont be active so it wont have the php tag's only html. its hard to explain, the licence is a separate file not in the page, i wont do that..
-
Re: [PhpRetro] New Index Page.
-
Re: [PhpRetro] New Index Page.
50% on CCT upload, now try to find exploits.
-
Re: [PhpRetro] New Index Page.
Aww Your Beats Dude.. You pawn!
-
Re: [PhpRetro] New Index Page.
-
Re: [PhpRetro] New Index Page.
-
Re: [PhpRetro] New Index Page.
baby i likt it.
- Resti *
-
Re: [PhpRetro] New Index Page.
-
Re: [PhpRetro] New Index Page.
Great work mate.
I give it a 8/10
-
Re: [PhpRetro] New Index Page.
This isn't half bad. Good job. But you should code it so it shows when an invalid username/password or a ban has been placed.
-
Re: [PhpRetro] New Index Page.
I love deh sound....
#restination did you just register to post on this
-
Re: [PhpRetro] New Index Page.
I Love this index page. 10/10
-
Re: [PhpRetro] New Index Page.
Very nice Vista, thanks for the release. I always wanted it :P
-
Re: [PhpRetro] New Index Page.
Dead link, new one please :)
-
Re: [PhpRetro] New Index Page.
-
Re: [PhpRetro] New Index Page.
Dude this is FUCKING EPIC
-
Re: [PhpRetro] New Index Page.