Results 1 to 6 of 6
  1. #1
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default Custom Vote Official Page [TuT]

    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:

    HTML Code:
    <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:
    HTML Code:
    <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
    Last edited by Invent; 16-03-2006 at 05:56 PM.

  2. #2
    Join Date
    Jul 2005
    Location
    -
    Posts
    2,995
    Tokens
    0

    Latest Awards:

    Default

    Very good, maybe a bit late....
    But i like it +rep

  3. #3
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    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:

    HTML Code:
    <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:
    HTML Code:
    <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

  4. #4
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    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 "/

  5. #5
    Join Date
    Jan 2006
    Posts
    2,593
    Tokens
    0

    Latest Awards:

    Default

    Pretty good tutorial, well done.

  6. #6
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default Ty

    Pretty good tutorial, well done.
    Thanks very much. It was my first

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •