Tagged Questions
3
votes
7answers
135 views
Unique IPs in a voting system
I'm creating a voting system for my PHP/MySQL website and I would like to make sure one user can only vote once. What would be a good way of doing this? So far I have thought of and semi-implemented ...
3
votes
4answers
1k views
PHP/MYSQL only allowing one vote per member?
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 I've ...
2
votes
2answers
51 views
The most efficient method storing voting data in a MySQL database (like StackOverflow)
I'm trying to replicate SE's voting system. User's on my website should only be able to vote on posts one time, then they are locked in. I currently have two tables, users and posts.
How should I ...
1
vote
3answers
93 views
How does Youtube remember Likes?
So I'm wondering how sites like YouTube remember when a user has "Liked" a video and prevents them from liking it again. Similarly, how a site like Reddit remembers upvotes and downvotes and prevents ...
1
vote
3answers
70 views
Echo SQL query from voting table
I have an image gallery with a vote function, and I'm trying to display the number of votes for each image from the database.
I have a Votes table with the following...
vote_id │ user_id │ ...
1
vote
1answer
101 views
Performance of voting system (with account) implemented by using Mysql + PHP
I'm currently creating a voting system with good and bad option for a comment. Basically, the idea is like facebook's one, but have a bad option(or more) for the comment. Here is the table structure
...
1
vote
4answers
112 views
How to improve perfomance of my voting system?
I've a website with a voting system (like/dislike).
The application has been developed by another developer, and now the website is getting bigger and bigger and performance is serious consideration.
...
1
vote
3answers
321 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
1answer
76 views
How to make sure users can only vote once per post
I'm building a website which has a feature which ressembles SE's voting system. I'm trying to restrict users from voting more than once per post.
Currently, I was thinking of having a field in my ...
0
votes
1answer
63 views
Integrating a 1-10 voting system effectively without common pitfalls
I'm planning on integrating a reasonable ranking/voting system into an existing application.
I'm familiar with how the traditional 5 star rating systems work and know the common pitfalls/problems ...
-1
votes
1answer
141 views
Voting Method - Mysql
I want to use two buttons to increment two fields in a database table according to selection.
Field 1: blue
Field 2: yellow
For example:
Blue: (3) - Select (+1) - Button 1 (increment the #3)
...