Greetings,
I have a survey setup which I'm using as a continuous poll. Using a direct SQL call, I'm getting the average of a question's answers (numerical values) and using that to change a graphic on the main site. The average is of answers provided in the last 24 hours.
I want people to be able to vote multiple times, so they can vote each day, but I don't want them to stuff the box, and so would like to limit it to 3 votes per day per IP (based on how multiple people in a house or business may want to vote). I am not using tokens, as that would limit how many times someone could vote. I'm not concerned with fraud, as it is a gag site, so the restrictions don't need to be foolproof.
Quotas don't seem like the right method, since those are restrictions based on answers, and IP and Time aren't answers, but perhaps quotas can be extended that way?
My PHP is rusty, but I'm not opposed to writing a plugin if required, and if directed on perhaps where to start. But overall, where is the best place to start?
Thank you for any assistance.
The topic has been locked.