Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
6answers
909 views

Implementing a voting system without requiring registration

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. I know that I ...
8
votes
7answers
462 views

Best method to prevent gaming with anonymous voting

I am about to write a voting method for my site. I want a method to stop people voting for the same thing twice. So far my thoughts have been: Drop a cookie once the vote is complete (susceptible ...
6
votes
6answers
2k views

Voting algorithm: how to calculate rank?

I am trying to figure our a way to calculate rank. Right now it simply takes ratio of wins / losses of each individual entry, so e.g. one won 99 times out of a 100, it has 99% winning rank. BUT if an ...
5
votes
4answers
448 views

Java Voting System

I have to create a voting system for school with java, the system will be used to vote for movies. It will have all of the users and movies set up before hand by someone. It is a console application ...
4
votes
3answers
155 views

How to implement one vote per user per comment?

I currently have a comment controller that has the method vote_up and vote_down this is how my vote_up currently works. My Comment model has description and a count field. def vote_up ...
4
votes
4answers
517 views

Database structure for voting system with up- and down votes

I am going to create a voting system for a web application and wonder what the best way would be to store the votes in the (SQL) database. The voting system is similiar to the one of StackOverflow. I ...
4
votes
2answers
71 views

is it possible to check if someone is trying to vote from the same computer

From my knowledge the answer to this question is no, but i might be missing something. There are some polling sites which claim that voting from the same computer is forbidden and will result in a ...
4
votes
1answer
293 views

How do I implement a Voting system?

I am required to implement a functionality similar to SO voting. I tried to look up some existing questions around this topic and noticed that most people are stuck with how to vote up and down. i am ...
3
votes
7answers
120 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
2answers
109 views

Having logic problems with a voting system

i am looking for help on an up down voting system. at the moment i have a voting table that references the user that voted , the user who was voted for and the piece of information(a parking spot) ...
3
votes
3answers
92 views

Which one is better for a voting function

Which system would be the best to go ahead with for voting function and why? ; Putting the votes separately inside a database table and calculating the average when it is needed Having only one row ...
3
votes
3answers
422 views

Restrict User Activity Based on IP or on Cookie?

I am working on a PHP script that allows users to vote on certain items. Any user whether logged in or not can vote. Consider the following cases: If the user is logged in, I can log user's id, and ...
3
votes
3answers
733 views

jQuery voting system

So I am making a voting system, basically a Thumbs Up & Thumbs Down voting system. I am using CakePHP and jQuery with MySQL but want to make sure the front end is correct and this is the best way ...
3
votes
1answer
241 views

Voting update on Ruby on Rails

Right now, I'm in the middle of building a social media app on Ruby on Rails, i have implemented a 5 point voting system. Where you can vote the news posted on the site from 1-5, what I'd like to know ...
3
votes
4answers
1k views

PHP voting system with sessions?

I've been reading up on stackoverflow about creating voting systems in PHP that minimize abuse/multiple voting from the same user, but I haven't come across the answer to my question. I've got an ...
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
45 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 ...
2
votes
1answer
75 views

How to make a voting poll with AppleScript

Traditionally, each person gets only one vote. I'd like to do the same thing with a voting poll. I have a bunch of accounts on my Mac OS X at work. We are voting to elect someone as our new ...
2
votes
2answers
93 views

Strategies for preventing spam, unfair multiple votes in community-collaboration based forums

I am working on implementing a tool for fresher job searchers in a city, which will mainly help them to be aware of cheat/fraudulent companies* (see explanation in the end). The basic idea is a ...
2
votes
1answer
510 views

How do I execute a vote using the Rails 3 gem 'thumbs_up'?

So I want votes to be triggered using jQuery/AJAX and an image. i.e. I have a thumbs up icon and thumbs down. I have setup the gem, and ran the rake db:migrate and have everything sorted out. But I ...
2
votes
2answers
78 views

How can i set a time that a person can vote again?

i have a voting system that you dont have to login to and i want to know how i can set it to where they can vote once per day, either by blocking IP or something of the sort. i prefer not to have a ...
2
votes
2answers
476 views

PHP CMS file sharing with rating

I need to set up a community web site to allow people to share binary files in some specific binary format. Files will be visible to everyone. I want users to be able to vote and leave comments about ...
2
votes
1answer
136 views

Does anyone know of any good open source voting software?

I'm looking for a voting system that we can implement at work amongst our developers. We need something that allows developers to submit ideas about what we can do to improve our development ...
2
votes
2answers
286 views

Voting UI for showing like/dislike community comments side-by-side

We want to add a comments/reviews feature to our website's plugin gallery, so users can vote up/down a particular plugin and leave an optional short comment about what they liked or didn't like about ...
2
votes
8answers
3k 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 ...
1
vote
3answers
87 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
74 views

Prevent double voting

I'm creating a web application where users will vote for some candidates by clicking thumbs up or thumbs down, and these users won't have any account on the site. What is the best technique to use? ...
1
vote
3answers
66 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
98 views

which rails voting system gem has the following features?

Which rails voting system plugin or gem that has the following features vote up &down Ability to show net number of votes vote for all objects in the model (But only once per object per user) ...
1
vote
3answers
54 views

How can I check if a site has not been directly reached?

I have a voting script. It works well. But I have a little problem. I don't want people to reach the vote submission page (the page where the vote is submitted to the db) directly. I want them to ...
1
vote
1answer
38 views

Ratingsystem that considers time and activity

I'm looking for a rating system that does not only weight the rating on number of votes, but also time and "activity" To clarify a bit: Consider a site where users produce something, like a picture. ...
1
vote
2answers
39 views

Prevent additonal “Likes” on a post with AJAX/jQuery/PHP

I have a site, built using CakePHP. This site relies on submissions by users who do not authenticate to post. I'd like to have a "Like" system in place for each post (not Facebook "Like", a custom ...
1
vote
1answer
96 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
108 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
208 views

How to prevent gaming a voting system where people can vote once per day?

I've implemented a voting system for videos online, wherein visitors can only cast a vote once in any given day. I use combination of their email address and timestamp to ensure that each vote is ...
1
vote
1answer
159 views

Concept needed for up/down voting using AJAX and MVC

I'm working on an app that has up and down voting similar to StackExchange. I want to be able to have the following user clicks up vote, and a record in the vote table gets populated with 1 user ...
1
vote
1answer
118 views

How to add the new Yotube's Vote up & Vote down counts feature in my application?

Hi I am creating an app in which I am integrating Youtube. I want to show the vote up & vote down counts for the selected you tube video instead of the ratings as it is shown in the You Tube App ...
1
vote
2answers
141 views

Calculating voting power indexes in R

I have a project in which i need to be able to calculate different voting power indexes in R. As a first attempt at this I wrote a small function to calculate the banzhaf index. It takes two ...
1
vote
3answers
314 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
30 views

How would you add weight to a voting system like “thumbs-up” based on time?

There's a cool library I found for voting on things -> https://github.com/brady8/thumbs_up I'd like to be able to modify it myself or with someone's help to add weight based on time. Business logic ...
0
votes
1answer
44 views

How to create a simple vote by ajax in CakePHP 2.0

I am just trying to create a simple vote with CakePHP 2.0 and Ajax. I am a newbie in this framework so i find it really difficult... I just want to create a link with a vote action which will call an ...
0
votes
2answers
67 views

Scalable voting system with MongoDB

This article explains very clearly how to implement a voting system with MongoDB, and to limit one vote per user and per object. I have one extra requirement. I need the votes of a given user to be ...
0
votes
0answers
30 views

Storing User Voting Locally

I have a site where people can vote on items. For the time being, because of storage concerns, I would like not to store the votes people make in the database. Instead, I was considering some other ...
0
votes
1answer
61 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
0answers
58 views

No method error -undefined method votes_for for #<ActiveRecord::Relation

I am trying to use vote_fu with my app,But when i try to show votes in the browser i keep getting NoMethodError in Item#show undefined method votes_for for #<ActiveRecord::Relation:0xb411044 ...
0
votes
1answer
55 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 ...
0
votes
0answers
58 views

rating formula between two items

What will be the best rating formula to decide about the winner where the voting is done in terms of "5 star" rating? For e.g. there is a video site in which users can give between 1 to 5 star rating ...
0
votes
3answers
57 views

Voting timing - Start at the “next noon” and last for 24 hours - ruby on rails

I am having a hard time wrapping my head around this problem... I am running an app with voting, and rather than having a new idea last for just 24 hours from the created_at date, I want the voting ...
0
votes
0answers
213 views

Best voting system for codeigniter [closed]

I am putting together a little web app where I will need typical 'like-style' voting. Any suggestions for existing plugins and/or system that are fairly robust? Well aware that there is no sure-shot ...
0
votes
2answers
254 views

Developing a simple voting system in php need help

I need to set up a simple voting system for my application., My application consists of articles posted as well as comments. I would like to add voting abilities to both articles and comments and at ...

1 2