Hello ragezone.
I am releasing this voting gateway page for the public to use.
I know this has been released before but this is coded XHTML valid and clean CSS.
I will right a tut here but for the full tut go here Habbo Hotel Retro's: BestRetros - Top Habbo Hotel Retro Websites - Habbo, Hotel, Credits, Free, Retros
Ok, here are the steps on adding this to your hotel.
1. Copy the code below:
Just edit the code above, where it says "Your Hotel Name" change that to your hotel name, and where it says "TOPSITES-USERNAME" change that to the username you registered with on TheRetros.ORG Habbo Hotel Retro's: BestRetros - Top Habbo Hotel Retro Websites - Habbo, Hotel, Credits, Free, Retros .PHP Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- start: Vote Page - TheRetros.ORG -->
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
body{
background:#F2F3E9;
}
</style>
<title>Your Hotel Name</title>
</head>
<body>
<div style="width:100%; height:50px; background:#eee; position:absolute; top:0px; left:0px;border-bottom:1px solid #bbb;text-align:center;color:#aaa;font-family:Verdana;font-size:11px;">
<div style="height:5px;">
</div>
<span style="font-size:20px;font-weight:bold;">Your Hotel Name</span>
<br />
Please vote below. After clicking 'Enter and Vote' button you will be redirected to the hotel!
</div>
<div style="height:50px;">
</div>
<!-- Change "TOPSITES-USERNAME" to your username that you registered with on TheRetros.ORG or any other topsites -->
<iframe name="topsite" id="topsite" src="http://theretros.org/index.php?a=in&u=TOPSITES-USERNAME" height="350px" width="100%" scrolling="no" frameborder="0" onload="hotelframe()"><a href="index.php">Click here to proceed to the Hotel!</a></iframe>
</div>
<script type="text/javascript">
var sign = 0;
function hotelframe()
{
sign = sign + 1;
if (sign > 1)
{
//Where to redirect to by default you redirect to index.php change it to whatever you want your users to redirect to after voting :).
var redirect = "index.php";
window.location = redirect;
}
}
</script>
</body>
</html>
2. After you have edited the code above copy it and paste it into notepad, up the top click on file than select Save as and save it as vote.html (you can also use .php or any other extention)
3. Upload to your hotel, and put this as the main page when users come to your hotel it will make them vote before they enter :)
Enjoy.




.
