Rate-It Progam 

You can add this FORM to your site and let users vote on your site.  Have it rated on a scale of 1 to 10.  It's great activity for your site, as well as a way to see where your site stands.  This form will go on any website, the action is called from our server.  It will score your ranking in the Bunghole database. 

See if your site has what it takes if to be ranked at the top. 

To see the current Rating standings...  Click here

This NEW Rate It system is better that the old TOP50 ranking system.

BENEFITS:

  1. NON obtrusive to your page.
  2. It allows a rating scale from 1 to 10.
  3. Blocks double voting.  Keeps it fair.
  4. After a person votes, IT automatically redirects them BACK to YOUR site.
  5. You can see real time stats on your rating by visiting the TOP Rated link in the search engine, as well as keep track of hits from our site to yours by just looking up YOUR link in the database.

All you need to do to get your site started on the RATE IT program is the following:

  • First must have your site in the Links Search Engine.  GO here.
  • Get YOUR ID number from the Bunghole database.  This is the ID assigned to you when you registerd your site.  To find your ID, go the the Bunghole Links page and find your site listed in the Search Engine.  Look at the URL for the Link to your site.  Within that links is your site ID.  Looks like this...

    http://www.ravencrypt.com/bunghole/jump.php3?id=544

    Noted in RED will be YOUR ID.  Take note of it.
  • Next, all you have to do is INSERT <cut and paste> the HTML code into your page, placing it where you want it.  Then change YOURSITEIDHERE
CODE BELOW TO PLACE IN YOUR HTML

<FORM METHOD="POST" action="http://www.ravencrypt.com/bunghole/ratehome.php3">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD HEIGHT="50" ALIGN="CENTER" VALIGN="BOTTOM">
<INPUT TYPE="HIDDEN" NAME="id" SIZE="-1" VALUE="YOURSITEIDHERE">
<SELECT NAME="rate">
<OPTION VALUE="0">--- </OPTION>
<OPTION VALUE="1">1 </OPTION>
<OPTION VALUE="2">2 </OPTION>
<OPTION VALUE="3">3 </OPTION>
<OPTION VALUE="4">4 </OPTION>
<OPTION VALUE="5">5 </OPTION>
<OPTION VALUE="6">6 </OPTION>
<OPTION VALUE="7">7 </OPTION>
<OPTION VALUE="8">8 </OPTION>
<OPTION VALUE="9">9 </OPTION>
<OPTION VALUE="10">10 </OPTION>
</SELECT>
<INPUT TYPE="SUBMIT" NAME="Submit" VALUE="Rate this site at the Bunghole">
</TD>
</TR>
</TABLE>