Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Preventing multiple votes by same user effeciently

by George_Sherston (Vicar)
on Oct 26, 2002 at 17:23 UTC ( [id://208253]=note: print w/replies, xml ) Need Help??


in reply to Preventing multiple votes by same user effeciently

If you just want a system that will stop most ballot-stuffers most of the time, you could put a hidden field in the form that has some encrypted goop in it which your script checks to see whether to accept the vote or not. Then when users call the script the first time, send encrypted goop that means "yes", but when the form is submitted, send it back with encrypted goop = "no". It won't stop anyone who just reloads the form by re-entering the URL, but if you don't make it obvious that their second and subsequent votes are being ignored, then most of them will never realise that they have to do this to rig the vote. Not secure, but for a non-critical situation it's simple and fixes most of the problem.

§ George Sherston
  • Comment on Re: Preventing multiple votes by same user effeciently

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://208253]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-25 10:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found