PDA

View Full Version : Custom Vote Official Page [TuT]



Invent
16-03-2006, 05:54 PM
Do you own a Habbo Fansite and too many people asking how to vote it official? Then just add this simple page to your fansite!

Make a file called vote.htm. In this file put:


<form action="http://www.habbohotel.co.uk/habbo/en/community/competition/competition/" method="post">
<input type="hidden" name="id" value="208">
<input type="hidden" name="action" value="send">

<p>

<input type="hidden" name="field961" size="50" value="www.yoursite.tld" mexlength="150">

</p>

<p>





<p><b>Type Of Fansite:</b></p>

<p>

<p>

<input type="checkbox" name="field962" value="News/Fansite Site"> News/Fansite Site<br>

<input type="checkbox" name="field962" value="Radio"> Radio<br>


<input type="checkbox" name="field962" value="Forum"> Forum<br>

<input type="checkbox" name="field962" value="Help/Information Site"> Help/Information Site<br>

<input type="checkbox" name="field962" value="Room Related Site"> Room Related Site<br>

</p>

</p>




<p><b>Reason(s) For Nominating Us:</b></p>

<p>

<textarea name="field963" rows="8" cols="50"></textarea>

</p>


<p>
<b>Habbo UK Username:</b>

</p>

<p>
<input type="text" name="habboname" size="50" value="">
</p>

<p>
<b>Habbo UK Email address:</b>
</p>

<p>
<input type="text" name="email" size="50" value="">
</p>

<p>
<input type="submit" value="Submit">
</form>
</p>


<p>
<a href="http://www.habbohotel.co.uk/habbo/en/community/competition/competition?id=208&rules=1">Habbo UK Voting Rules</a>
</p>


If you site is just a radio site, remove the other checkboxes, and make the Radio checkbox hidden and auto-clicked. To do this change the code to:

<form action="http://www.habbohotel.co.uk/habbo/en/community/competition/competition/" method="post">
<input type="hidden" name="id" value="208">
<input type="hidden" name="action" value="send">

<p>

<input type="hidden" name="field961" size="50" value="www.yoursite.tld" mexlength="150">

</p>

<p>



<p><b>Type Of Fansite:</b></p>

<p>

<p>

<input type="hidden" name="field962" value="Radio" CHECKED>

</p>

</p>




<p><b>Reason(s) For Nominating Us:</b></p>

<p>

<textarea name="field963" rows="8" cols="50"></textarea>

</p>


<p>
<b>Habbo UK Username:</b>

</p>

<p>
<input type="text" name="habboname" size="50" value="">
</p>

<p>
<b>Habbo UK Email address:</b>
</p>

<p>
<input type="text" name="email" size="50" value="">
</p>

<p>
<input type="submit" value="Submit">
</form>
</p>


<p>
<a href="http://www.habbohotel.co.uk/habbo/en/community/competition/competition?id=208&rules=1">Habbo UK Voting Rules</a>
</p>

If your fansite is just a forum, follow the same steps just keep the forum checkbox, instead of the radio checkbox.

Remember to change 'www.yoursite.tld' in the opening <form> tag.

Make sure you change the forms style to fit your site's design ;)

Jamie.
16-03-2006, 05:57 PM
Very good, maybe a bit late....
But i like it +rep

Invent
16-03-2006, 05:58 PM
EDIT: Sorry, I cant edit my post and I made quite a few errors in my last post. So here is the fixed version.

Do you own a Habbo Fansite and too many people asking how to vote it official? Then just add this simple page to your fansite!

Make a file called vote.htm. In this file put:


<form action="http://www.habbohotel.co.uk/habbo/en/community/competition/competition/" method="post">
<input type="hidden" name="id" value="208">
<input type="hidden" name="action" value="send">

<p>

<input type="hidden" name="field961" size="50" value="www.yoursite.tld" mexlength="150">

</p>

<p>





<p><b>Type Of Fansite:</b></p>

<p>

<p>

<input type="checkbox" name="field962" value="News/Fansite Site"> News/Fansite Site<br>

<input type="checkbox" name="field962" value="Radio"> Radio<br>


<input type="checkbox" name="field962" value="Forum"> Forum<br>

<input type="checkbox" name="field962" value="Help/Information Site"> Help/Information Site<br>

<input type="checkbox" name="field962" value="Room Related Site"> Room Related Site<br>

</p>

</p>




<p><b>Reason(s) For Nominating Us:</b></p>

<p>

<textarea name="field963" rows="8" cols="50"></textarea>

</p>


<p>
<b>Habbo UK Username:</b>

</p>

<p>
<input type="text" name="habboname" size="50" value="">
</p>

<p>
<b>Habbo UK Email address:</b>
</p>

<p>
<input type="text" name="email" size="50" value="">
</p>

<p>
<input type="submit" value="Submit">
</form>
</p>


<p>
<a href="http://www.habbohotel.co.uk/habbo/en/community/competition/competition?id=208&rules=1">Habbo UK Voting Rules</a>
</p>


If you site is just a radio site, remove the other checkboxes, and make the Radio checkbox hidden and auto-clicked. To do this change the code to:

<form action="http://www.habbohotel.co.uk/habbo/en/community/competition/competition/" method="post">
<input type="hidden" name="id" value="208">
<input type="hidden" name="action" value="send">

<p>

<input type="hidden" name="field961" size="50" value="www.yoursite.tld" mexlength="150">

</p>

<p>



<p><b>Type Of Fansite:</b></p>

<p>

<p>

<input type="hidden" name="field962" value="Radio" CHECKED>

</p>

</p>




<p><b>Reason(s) For Nominating Us:</b></p>

<p>

<textarea name="field963" rows="8" cols="50"></textarea>

</p>


<p>
<b>Habbo UK Username:</b>

</p>

<p>
<input type="text" name="habboname" size="50" value="">
</p>

<p>
<b>Habbo UK Email address:</b>
</p>

<p>
<input type="text" name="email" size="50" value="">
</p>

<p>
<input type="submit" value="Submit">
</form>
</p>


<p>
<a href="http://www.habbohotel.co.uk/habbo/en/community/competition/competition?id=208&rules=1">Habbo UK Voting Rules</a>
</p>

If your fansite is just a forum, follow the same steps just keep the forum checkbox, instead of the radio checkbox.

Remember to change 'www.yoursite.tld' in the opening <form> tag.

Make sure you change the forms style to fit your site's design ;)

Mentor
16-03-2006, 07:45 PM
Lamo, Habbo dont actaly bother with any input filtering? and they wonder why they get constantly hacked....

Why not just create a vote us button which only requres there user name and email, and fill the rest in to save em time "/ if its for a persific site "/

James!
16-03-2006, 07:49 PM
Pretty good tutorial, well done.

Invent
17-03-2006, 03:50 PM
Pretty good tutorial, well done.

Thanks very much. It was my first xD


Why not just create a vote us button which only requres there user name and email, and fill the rest in to save em time "/ if its for a persific site "/

Because, it is better for all people that vote for you, to have unique reasons to vote for you.

Want to hide these adverts? Register an account for free!