1
biglove
1 vote only in polls module
  • 2004/10/22 17:15

  • biglove

  • Not too shy to talk

  • Posts: 157

  • Since: 2004/8/18


I have been wanting to have a polls module on my site and I am concerned about making the poll results as accurate as possible.

As I understand it, the current polls module allow people to vote as many times as they would like. Poll Fraud would really mess up the results.

I began thinking of ways that this could be fixed.

At first I was thinking along the lines of requiring all voters to be registered. That still did not seem to fix the 1 vote per member issue. Plus, that would only work if you just allowed other registered members to vote.

*********
What if the polls module place a cookie that would live for a week or so on the voters computer?
*********

When some clicked submit,
Check to see if the cookie exists on the users computer here. This code won't work but...

/xoopspoll/index.php

isset($vote_cookie) {
echo ("You can only vote once per poll.");
};



Theoretically, that would only allow 1 vote per computer. While it would not stop poll fraud, it would greatly deter it.

Any ideas on this?

Anyone want to work on this with me if it's feasible?

2
biglove
Only 1 vote per visitor
  • 2004/10/23 5:48

  • biglove

  • Not too shy to talk

  • Posts: 157

  • Since: 2004/8/18


That is what I meant to say above.

3
biglove
Hmmm... seems xoops already does this :)
  • 2004/10/27 22:28

  • biglove

  • Not too shy to talk

  • Posts: 157

  • Since: 2004/8/18


I thought that I had noticed the count incrementing up when I was working on it.

Login

Who's Online

419 user(s) are online (54 user(s) are browsing Support Forums)


Members: 0


Guests: 419


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits