-
Voting Gateway Page (Get more users to your hotel)
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:
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>
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 .
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.
-
Re: Voting Gateway Page (Get more users to your hotel)
-
Re: Voting Gateway Page (Get more users to your hotel)
Wow very nice always been looking for something like this lol.
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
No0b
Wow very nice always been looking for something like this lol.
Glad I can help out the community :)
-
Re: Voting Gateway Page (Get more users to your hotel)
Thanks for the copy + paste :)<3
-
Re: Voting Gateway Page (Get more users to your hotel)
the problem is that people who know how to view source can just get the redirecting page and go to it without voting.
but good release 9/10 (will be good for people who have no idea)
-
Re: Voting Gateway Page (Get more users to your hotel)
It doesnt matter if they bypass it it's not like you NEED 100% of them to vote.
---------- Post added at 06:46 AM ---------- Previous post was at 06:45 AM ----------
Quote:
Originally Posted by
SyntaxErr0r
Thanks for the copy + paste :)<3
Nah it's not a copy and paste, look at all the others any XHTML standards? nope.
-
Re: Voting Gateway Page (Get more users to your hotel)
Nice release Hayden. Thanks!
-
Re: Voting Gateway Page (Get more users to your hotel)
Not bad, Rasta already did pretty much exactly this on theHabbos.ORG
;)
-
Re: Voting Gateway Page (Get more users to your hotel)
Yeah but on the page just reload it and it says you have voted for today without voting ...
-
Re: Voting Gateway Page (Get more users to your hotel)
This will make the users wait a couple of minutes before reloading the page to the client, since it has to download all the images from the hotel listing first.
-
Re: Voting Gateway Page (Get more users to your hotel)
Heres a sexier style of the iframe:
http://retro-source.info/iframe.rar
-
Re: Voting Gateway Page (Get more users to your hotel)
The great thing about it, is you can click "Vote" without typing anything...then bam your in the hotel...and bypassing the voting..Much easier to do.
;)
-
Re: Voting Gateway Page (Get more users to your hotel)
This guy up here is probably the best subliminal advertiser I've seen so far. Add my MSN buddy (thejacobpollack@gmail.com). I like you already :lol:.
EDIT: Thanks for the copy/paste. I suppose it was useful.
-
Re: Voting Gateway Page (Get more users to your hotel)
I swore I have seen this release by someone already?
Did not Jacob make one?
-
Re: Voting Gateway Page (Get more users to your hotel)
Nice release i needed a Gateway
-
Re: Voting Gateway Page (Get more users to your hotel)
Voting is by choice. I hate people and hotels that force-vote. Some even go as far as force voting before entering the client. Thanks for ruining the point of top-sites, now all the noob hotels are going to be at the top of all the popular topsites. Infact, It's like that already on TheHabbos.
So, because you can't attract users manually using good content on your retro and actually making an effort, you have to force vote.
Also, nice copy-paste you did there.
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Zak
Nice release i needed a Gateway
Glad I could help :)
-
Re: Voting Gateway Page (Get more users to your hotel)
This is my version:
PHP Code:
<?php
*//### Vote script edited by PEjump ###//*
*//######################################//*
*//### Please edit the $vote_username ###//*
*//### To get the script working :D ###//*
$vote_username = "edhotel";
?>
<script type="text/javascript">
<!--
var sign = 0;
function yabbaframe()
{
sign = sign + 1;
if (sign > 1)
{
var redirect = "index.php";
window.location = redirect;
}
}
-->
</script>
<style type="text/css">
<!--
body{ background-color: #D8E6DC; }
#topsite{ border:1px solid #00A0B8; }
#text{ font-size: 28pt; font-family:Verdana; }
-->
</style>
<center><div name="text" id="text">Vote to enter the hotel!</div><center>
<iframe name="topsite" id="topsite" src="http://www.retro-source.info/index.php?a=in&u=<?php echo $vote_username; ?>" height="90%" width="100%" scrolling="no" onload="yabbaframe()"><a href="/">Click here to continue to the hotel.</a></iframe>
Screenie:
http://iaza.com/work/100906C/dinges98080.png
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
PEjump2
This is my version:
PHP Code:
<?php
*//### Vote script edited by PEjump ###//*
*//######################################//*
*//### Please edit the $vote_username ###//*
*//### To get the script working :D ###//*
$vote_username = "edhotel";
?>
<script type="text/javascript">
<!--
var sign = 0;
function yabbaframe()
{
sign = sign + 1;
if (sign > 1)
{
var redirect = "index.php";
window.location = redirect;
}
}
-->
</script>
<style type="text/css">
<!--
body{ background-color: #D8E6DC; }
#topsite{ border:1px solid #00A0B8; }
#text{ font-size: 28pt; font-family:Verdana; }
-->
</style>
<center><div name="text" id="text">Vote to enter the hotel!</div><center>
<iframe name="topsite" id="topsite" src="http://www.retro-source.info/index.php?a=in&u=<?php echo $vote_username; ?>" height="90%" width="100%" scrolling="no" onload="yabbaframe()"><a href="/">Click here to continue to the hotel.</a></iframe>
Screenie:
http://iaza.com/work/100906C/dinges98080.png
Erm.. No it's not, That is the one I released on retro-source :l
fucking noob
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Nah it's not a copy and paste, look at all the others any XHTML standards? nope.
Lol kk .. TheHabbos.ORG - Habbo Releaes - Habbo, uberEMU, uberCMS, PHPRetro, RP, V26, Furniture
kthxloserbai,
:lol::lol:
Oh wait you totally added
"<!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">"
so that doesn't make it copy + paste + ADVERTISEMENT at all - gtfo lawl.
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Crawl
Erm.. No it's not, That is the one I released on retro-source :l
fucking noob
LOL read the bottom of the image "Retro-Source" hahaha
-
Re: Voting Gateway Page (Get more users to your hotel)
WOW LOL, oh btw damn sean your almost at 2k posts :D
-
Re: Voting Gateway Page (Get more users to your hotel)
the problem i had that it does not redirecte to my home page.
-
Re: Voting Gateway Page (Get more users to your hotel)
Did you code it in right?
-
Re: Voting Gateway Page (Get more users to your hotel)
yes.I only changed what i had to.It just stays on the same page and loads.Very slowly.
-
Re: Voting Gateway Page (Get more users to your hotel)
-
Re: Voting Gateway Page (Get more users to your hotel)
-
Re: Voting Gateway Page (Get more users to your hotel)
Wow I release it than you all post your versions here D:
Create your own thread please.
---------- Post added at 07:47 AM ---------- Previous post was at 07:46 AM ----------
Quote:
Originally Posted by
tycob
Can anyone help?
What do you need help with?
---------- Post added at 07:51 AM ---------- Previous post was at 07:47 AM ----------
Quote:
Originally Posted by
SyntaxErr0r
Lol kk ..
TheHabbos.ORG - Habbo Releaes - Habbo, uberEMU, uberCMS, PHPRetro, RP, V26, Furniture
kthxloserbai,
:lol::lol:
Oh wait you totally added
"<!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">"
so that doesn't make it copy + paste + ADVERTISEMENT at all - gtfo lawl.
No1 asked you to be the bitch inspector this was originally ripped from flex hotel witch was the first hotel to have it so stop crying that its a rip when it was originally ripped ages ago from flex.
-
Re: Voting Gateway Page (Get more users to your hotel)
Nice, its simple and clear! nice coding :)), yeah that noob didn't make that other scrip tho, thats called a #RIP# and we hate #Rippers# so GTFO.
-
Re: Voting Gateway Page (Get more users to your hotel)
The reason of the slow loading is that the script(s) must fetch the images from the servers, and if the server has a slow connection, you will get slow loading. So maybe add a timer? When you press the enter and vote, it will start a timer, and the when the timer reaches 5 for example, it redirects.
edit: Also, the refresh tag can be used, like set it to 10, and set an alert with that you have 10 seconds to vote until it redirects.
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
The reason of the slow loading is that the script(s) must fetch the images from the servers, and if the server has a slow connection, you will get slow loading. So maybe add a timer? When you press the enter and vote, it will start a timer, and the when the timer reaches 5 for example, it redirects.
edit: Also, the refresh tag can be used, like set it to 10, and set an alert with that you have 10 seconds to vote until it redirects.
Thats a good idea :)
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Hydros1
Wow I release it than you all post your versions here D:
Create your own thread please.
---------- Post added at 07:47 AM ---------- Previous post was at 07:46 AM ----------
What do you need help with?
---------- Post added at 07:51 AM ---------- Previous post was at 07:47 AM ----------
No1 asked you to be the bitch inspector this was originally ripped from flex hotel witch was the first hotel to have it so stop crying that its a rip when it was originally ripped ages ago from flex.
You didn't have to post 3 times :huh:
-
Re: Voting Gateway Page (Get more users to your hotel)
yea, its a good idea, im using my ideas at my hotel, not that it works tho
edit;
my script:
Code:
<style>
body{
background:#F2F3E9;
}
</style>
<title>Vote for us :)</title>
<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;">BigBox</span><br/>Please vote below. After filling in the security code and then clicking 'Enter and Vote' button you will be redirected to the hotel in 5 seconds.</div>
<div style="height:50px;"></div>
<iframe name="topsite" id="topsite" src="http://topsite/index.php?a=in&u=BigBox" height="350px" width="100%" scrolling="no" frameborder="0" onload="hotelframe()"><a href="/">Click here to proceed to the Hotel!</a></iframe>
</div>
<script type="text/javascript">
var sign = 0;
function timedMsg()
{
var t=setTimeout("alert('Lol!')",1000);
window.location = 'http://www.yourdomain.com'
}
function hotelframe()
{
sign = sign + 1;
if (sign > 1)
{
timedMsg()
}
}
</script>
do as you like with it, it doesnt work. since the hotelframe() is set to onload, so it calls the function WHEN the topsite loads after voting, and that includes the images..
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
xcv
You didn't have to post 3 times :huh:
You didn't have to post at all?
---------- Post added at 03:30 AM ---------- Previous post was at 03:29 AM ----------
Quote:
Originally Posted by
Milw0rm
yea, its a good idea, im using my ideas at my hotel, not that it works tho
edit;
my script:
Code:
<style>
body{
background:#F2F3E9;
}
</style>
<title>Vote for us :)</title>
<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;">BigBox</span><br/>Please vote below. After filling in the security code and then clicking 'Enter and Vote' button you will be redirected to the hotel in 5 seconds.</div>
<div style="height:50px;"></div>
<iframe name="topsite" id="topsite" src="http://topsite/index.php?a=in&u=BigBox" height="350px" width="100%" scrolling="no" frameborder="0" onload="hotelframe()"><a href="/">Click here to proceed to the Hotel!</a></iframe>
</div>
<script type="text/javascript">
var sign = 0;
function timedMsg()
{
var t=setTimeout("alert('Lol!')",1000);
window.location = 'http://www.yourdomain.com'
}
function hotelframe()
{
sign = sign + 1;
if (sign > 1)
{
timedMsg()
}
}
</script>
do as you like with it, it doesnt work. since the hotelframe() is set to onload, so it calls the function WHEN the topsite loads after voting, and that includes the images..
If they have visited the topsites before it should load quick as the images should still be in there cache :)
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
pixelpro321
Nice, its simple and clear! nice coding :)), yeah that noob didn't make that other scrip tho, thats called a #RIP# and we hate #Rippers# so GTFO.
Cant agree more :)
-
Re: Voting Gateway Page (Get more users to your hotel)
Meh, all the scripts are good, we just need to add a timer to them, so people doesn't have to wait for the site to load. I got 10 online when i have the script, and 20 online with no vote script, so people doesn't like to wait it seems.
-
Re: Voting Gateway Page (Get more users to your hotel)
I will change my topsites, to when you click 'Enter and vote' or 'Enter without voting' it will take you to a 'Thanks for voting page' (No images) this should solve your problems, watch other topsites copy but IDK really :P
Edit: Done this already ;)
-
Re: Voting Gateway Page (Get more users to your hotel)
-
Re: Voting Gateway Page (Get more users to your hotel)
Nice release mate, The all famous voting gateway page ;)
Also, While I am here...
Does anyone know the code that you add into .htaccess to change the default index...
Example, When you load... yoursite.com
instead of it showing: yoursite.com/index
make it show: yoursite.com/vote
I know it can be done, because I've done it before... But lost the code ^_^
-
Re: Voting Gateway Page (Get more users to your hotel)
Look in httpd.conf, something about directory index
-
Re: Voting Gateway Page (Get more users to your hotel)
bahha pEjump copys ppls releases, finally he fails.:laugh:
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
When will you change it?
This afternoon.
---------- Post added at 08:00 PM ---------- Previous post was at 07:59 PM ----------
Quote:
Originally Posted by
iJay
Nice release mate, The all famous voting gateway page ;)
Also, While I am here...
Does anyone know the code that you add into .htaccess to change the default index...
Example, When you load... yoursite.com
instead of it showing: yoursite.com/index
make it show: yoursite.com/vote
I know it can be done, because I've done it before... But lost the code ^_^
If you use linux (centos) edit the httpd.conf located at /etc/httpd/conf ;)
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Crawl
Erm.. No it's not, That is the one I released on retro-source :l
fucking noob
It says edited? not 'maked' :/
Quote:
Originally Posted by
Flurrie
bahha pEjump copys ppls releases, finally he fails.:laugh:
It says edited, and i NEVER fail :P
( I only fail with some grammar cuz im dutch, and cuz of that people don't understand me always so they think i fail, but in real, they fail :P )
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
PEjump2
It says edited? not 'maked' :/
It says edited, and i NEVER fail :P
( I only fail with some grammar cuz im dutch, and cuz of that people don't understand me always so they think i fail, but in real, they fail :P )
If you look, the one that other man had (the noob before crawl) posted the same script but he just edited the header with his name...) Don't think Crawl meant the 'Thread starter'
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
pixelpro321
If you look, the one that other man had (the noob before crawl) posted the same script but he just edited the header with his name...) Don't think Crawl meant the 'Thread starter'
Read before you post newb.
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
When will you change it?
I have changed it now :)
Give it a try! :P
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
PEjump2
I looked at that you idiot, the man before changed it... THE THREAD STARTER has a diffrent code to that, Crawl said "Thats my code..." which it was, not the stupid Thread Starters code.. -.- Newb, btw thats you, i've been in this forum for 3years.
-
Re: Voting Gateway Page (Get more users to your hotel)
So what? That still doenst say youve got brains :P
-
Re: Voting Gateway Page (Get more users to your hotel)
Can you stop arguing in this thread :P
Thanks.
Anyone have any feedback on the new system I added when you click 'Enter and vote' it takes u to a page that says 'Thankyou for voting' instead of the topsites page so it doesnt haveto load all them images.
Thanks.
-
Re: Voting Gateway Page (Get more users to your hotel)
Ill test it now, looks good tho
Update:
Works perfect, delay of about 3 seconds until it redirects.
Its awesome :)
Update2:
Didnt work as planned tho, the delay of 3 seconds was that i had the images in the cache folder.
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
Ill test it now, looks good tho
Update:
Works perfect, delay of about 3 seconds until it redirects.
Its awesome :)
Update2:
Didnt work as planned tho, the delay of 3 seconds was that i had the images in the cache folder.
I can make it wait 5 seconds before redirecting, gives your users more time for the 1 or 2 images to load.
If that helps?
-
Re: Voting Gateway Page (Get more users to your hotel)
wow this helped alot ofr meh Dx
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Hydros1
I can make it wait 5 seconds before redirecting, gives your users more time for the 1 or 2 images to load.
If that helps?
Yeah do that :D
-
Re: Voting Gateway Page (Get more users to your hotel)
Yea do that, since it didnt redirect me at all :S
Like does it work for you? the redirect bit?
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
Yea do that, since it didnt redirect me at all :S
Like does it work for you? the redirect bit?
Yeah it does... It redirects.
-
Re: Voting Gateway Page (Get more users to your hotel)
How fast does it redirect then? Since for me it doesn't redirect at all
edit: oh, you are using The retros right? im using thehabbos :S
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
How fast does it redirect then? Since for me it doesn't redirect at all
edit: oh, you are using The retros right? im using thehabbos :S
Yeah it's theretros.. :P
-
Re: Voting Gateway Page (Get more users to your hotel)
Okay, i switched from TheHabbos to TheRetros now :D
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
Okay, i switched from TheHabbos to TheRetros now :D
Awesome, you should get more users now considering it redirects faster anyways. (No more loading images)
Tell me how it works out for you.
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Hydros1
Awesome, you should get more users now considering it redirects faster anyways. (No more loading images)
Tell me how it works out for you.
Hey,
Worked out pretty good.
But can you change the "enter without voting" button to redirect to a page where it just says redirecting or something? since the images must load when i click it :S
Other than that, nice
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
Hey,
Worked out pretty good.
But can you change the "enter without voting" button to redirect to a page where it just says redirecting or something? since the images must load when i click it :S
Other than that, nice
You don't have to click it, it will redirect automatic it's just there in-case it doesn't redirect.
-
Re: Voting Gateway Page (Get more users to your hotel)
Huh? Like if you dont want to vote, it redirects anyways without clicking it?
-
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
Huh? Like if you dont want to vote, it redirects anyways without clicking it?
No, I mean if they click on "Enter and vote" and after they get taken to the "Thanks for voting" page, if it doesnt redirect from there...
-
Re: Voting Gateway Page (Get more users to your hotel)
Ah, okay then :)
Btw, 1st place on TheRetros :D