Need votes! Please help

The #1 community for Gun Owners in Indiana

Member Benefits:

  • Fewer Ads!
  • Discuss all aspects of firearm ownership
  • Discuss anti-gun legislation
  • Buy, sell, and trade in the classified section
  • Chat with Local gun shops, ranges, trainers & other businesses
  • Discover free outdoor shooting areas
  • View up to date on firearm-related events
  • Share photos & video with other members
  • ...and so much more!
  • schmart

    Sharpshooter
    Site Supporter
    Rating - 100%
    5   0   0
    Nov 10, 2014
    584
    47
    Lafayette
    OK, so a number of responses back, someone mentioned they could click multiple times really fast, and get multiple votes. Since they said the quantity varies it makes me think it may be due to the processing speed of the web server and how busy it is. That got me wondering if we could really game this.

    I've extracted the form code from the original page. I don't know enough about HTML to script this, but would it be possible to script this to submit say 100 entries all at the same time. Wondering if some of the other IT experts have suggestions. I've tried just pasting this form into a local html file and loading it, but it doesn't let me submit it.

    <form accept-charset="UTF-8" action="https://survivors.kentuckyderby.com/survivors/4176/votes" class="formtastic vote" id="new_vote" method="post" novalidate="novalidate"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="FhMzaj0dJCedOCWQHnGA3lAcUSO0SzU45tXZGRtIh98=" /></div><div class='voting-hint label--small'>
    Please provide your email below to select this survivor.
    </div>
    <li class="email input required stringish" id="vote_email_input"><input id="vote_email" maxlength="255" name="vote" placeholder="Enter your email address" type="email" />[/TD]
    [/TR]
    [TR]
    [TD="class: line-number"][/TD]
    [TD="class: line-content"][/TD]
    [/TR]
    [TR]
    [TD="class: line-number"][/TD]
    [TD="class: line-content"]</li>[/TD]
    [/TR]
    [TR]
    [TD="class: line-number"][/TD]
    [TD="class: line-content"]<li class="label--small fancy-checkbox boolean input optional" id="vote_marketing_agreement_input"><input name="vote[marketing_agreement]" type="hidden" value="0" /><label class="" for="vote_marketing_agreement"><input checked="checked" id="vote_marketing_agreement" name="vote[marketing_agreement]" type="checkbox" value="1" />I agree to receive communications from Churchill Downs Racetrack and The Kentucky Derby.</label>[/TD]
    [/TR]
    [TR]
    [TD="class: line-number"][/TD]
    [TD="class: line-content"][/TD]
    [/TR]
    [TR]
    [TD="class: line-number"][/TD]
    [TD="class: line-content"]</li>[/TD]
    [/TR]
    [TR]
    [TD="class: line-number"][/TD]
    [TD="class: line-content"]<input class="button pink-btn" name="commit" type="submit" value="Select Laura" />[/TD]
    [/TR]
    [TR]
    [TD="class: line-number"][/TD]
    [TD="class: line-content"]</form>[/TD]
    [/TR]
    [TR]
    [TD="class: line-number"][/TD]
    [TD="class: line-content"][/TD]
    [/TR]
    [/TABLE]
     
    Top Bottom