Question:

I need something that will vote for me automatically on a website.?

by  |  earlier

0 LIKES UnLike

I need something that will vote for me automatically on a website. I am participating in a contest. I need to get the most votes. These votes are being conducted on a website. I need something that will automatically vote for me. PLEASE HELP!!! Best answers gets 10 POINTS!!!!

 Tags:

   Report

4 ANSWERS


  1. First off I would have to recommend against this. If you get caught you could easily be disqualified from the contest.

    But to answer your question...

    If you know a programming language like VB or C++ I could give you some source code to do this. You didn't mention what languages you have/know though so I'll start out with the manual method.

    When you vote, the site stores a cookie on your computer indicating you have voted and who you have voted for. If you vote again, the cookie gets sent to the site which will see you have already voted and not count your new vote. To get around this, you simply have to delete the cookie after voting or block cookies for the site.

    METHOD 1: Delete cookie after voting

    Download Mozilla Firefox if you haven't already, since IE has to be restarted after deleting cookies. After that is installed, also install the AnEC cookie editor from here: http://www.linuxuser.at/tools/anec_ff2.h... . Now go to the site and vote. Click Tools - Cookie Editor to start up AnEC. You will see a row containing "www.greenacresmallstars.com" and "voted_1". Select this and click Delete. Now refresh the page and you can vote again. Click "Filter/Refresh" on AnEC and delete the cookie again. Keep on doing that each time you want to vote.

    METHOD 2: Disable cookies for the site altogether

    In Firefox 3 you can do this under Tools - Options, Privacy, Exceptions, and add "www.greenacresmallstars.com" and click Block.

    In IE7, select Tools - Internet Options, Privacy, Sites, and add "www.greenacresmallstars.com" and click Block.

    Then you won't have to worry about AnEC, just refresh and vote as many times as you want.

    If you want to do this using a programming language, post what languages you use and I can add some sample code. I was going to post some JavaScript but there is a security issue that it cannot delete cookies from other domains.

    KEEP IN MIND if you vote more than once from the same computer, they will be able to look at their logs to see that the same IP has voted multiple times for you, and that could be grounds for disqualifying you. It is also cheating, so I would highly recommend against doing this. Use this information at your own risk.


  2. Suggestion...  Give up the idea and don't cheat.

    People hate cheaters.

    If you have to, bribe friends to do it manually.

  3. Most web sites that do this only allow one vote per IP address so I am not sure how you would get around that.

    Give us the web site and we will all go vote for you.

  4. I don't know anything that does it automatically, but www.polldaddy.com/ lets you make polls, there an optionwhere you can vote more than once, which means you can vote for yourself alot

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions