Tagged Questions

6
votes
5answers
286 views

Implementing a voting system without requiring registration

Hey everyone, I'd like to implement a voting system on my site, without having to force them to create an account. They would ultimately be voting up/down a piece of content which has a unique ID. …
3
votes
5answers
239 views

PHP/MYSQL only allowing one vote per member??

Hi, ive been giving the task at work of setting up an awards voting system, I dont know too much about php and mysql. But i know more about this than anyone else here, and my boss in on holiday. But …
1
vote
3answers
132 views

Implementing A Ranking System

I've seen several question on how to secure and prevent abuse of ranking systems (like staring movies, products, etc) but nothing on actually implementing it. To simplify this question, security is …
0
votes
3answers
96 views

Products Ranking

I need to sort some products base on user ratings. Suppose we have 3 products {a,b,c} and we have user's feed backs about this products. It's not important which user give us feed back (this question …
0
votes
2answers
56 views

What features could be implemented in an e-democracy to avoid mob rule? [closed]

If an electronic direct democracy system had been in effect in the United States on September 12th, 2001, it is likely that mob rule would have demanded that we nuke someone. What features could be …
-1
votes
8answers
510 views

Limit 1 vote per IP Address?

What I really want is to limit 1 vote per person but the next best thing i can think of is limit 1 vote per IP address to prevent malicious users/hackers from severely tempering with my company's …