|
We have website with articles users can vote for. What is the recommended method of limiting votes?
There are so many sites that have voting implemented that I know some possible solutions but I guess that is some basic bulletproof recommended method ...
Started by Jiri on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to allow for users to vote a proxy, so it ....
That way you can store their vote in some data storage (DB).
Times-on-a-website
The best way of preventing duplicate posts is having only signed in users vote.
|
|
I am trying to build a site with news links that can be voted, I have the following code:
case 'vote': require_once('auth/auth.php'); if(Auth::isUserLoggedIn()) { require_once('data/article.php'); require_once('includes/helpers.php'); $id = isset($_GET...
Started by Slzr on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Then you can....
This way you pair username and password against the votes and can ensureHave a table that keeps track of a user's vote for an article (something like UserID,ArticleID,VoteTimeStamp).
Users to register to vote.
|
|
Is a vote for Mitt, a vote for Mitt or is it a vote against Barack?
Out of one, many.
Started by hydragoat on
, 13 posts
by 9 people.
Answer Snippets (Read the full thread at cigaraficionado):
Mike T.
In the ass on your way out.
|
Ask your Facebook Friends
|
Hollie is, as she seems to be a lot, at risk of elimination tonight. You have to vote as much as possible and recruit other voters. Friends, Facebook friends, family, co workers, everyone. If we slack, Hollie has an even bigger chance of being eliminated...
Started by holliefan11 May 9th 2012, on
, 12 posts
by 1 people.
Answer Snippets (Read the full thread at idolforums):
Everyone!!!!!!!!!!! Haha I usually just vote the full two hours + the 50 online votes but I think I might just go all the way tonight
I've got an international flight leaving tomorrow afternoon and although I might need the sleep....
|
|
I'm working on a web-based contest which is supposed to allow anonymous users to vote, but we want to prevent them from voting more than once. IP based limits can be bypassed with anonymous proxies, users can clear cookies, etc. It's possible to use a...
Started by Jon Galloway on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
That no, there is no reliable way to avoid cheating if you let anonymous users vote (or do anything that lets them is similar enough to one already in the database (you'll have to tweak that) you can throw out that vote one vote....
|
|
Vote vote vote vote!!!! I am setting up this poll so that people who have not voted can do so in a simple quick way.
IF YOU HAVE VOTED PREVIOUSLY PLEASE DO NOT VOTE AGAIN YOUR VOTES HAVE BEEN COUNTED!!!
"Love and Light" "This does not Define me, I am ...
Started by SpookyJulz on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at band2gether):
Re: Vote vote vote vote!!!! Voting will close tonight at MIDNIGHT!!!
So if you have NOT voted
COUNTING OF THE VOTES!!!
DO NOT REVOTE IF YOU HAVE PM'D ME WITH
YOUR VOTE OR VOTED BEFORE THOSE....
|
|
I'm curious about what be the best way to model this for optimized performance... not as concerned about real time data integrity
I'll continue with the stackoverflow example
Question id title Votes id user question
A question has many votes
For many ...
Started by nategood on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For example you're not that worried about....
If it is REALLY too slow, you can cache the vote count in the Question table:
id - title - votecount
You can update the votecount whenever you record a vote.
On (question) in the Votes table.
|
|
Hi all,
I'm trying to create a Stackoverflow like voting system, and I've run into a slight problem.
I have the following HTML that has jQuery onClick events wired to it:
<div id="c_<%=Html.Encode(Model.C.cID) %>" class="votes"> <img src...
Started by Jeremy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
$.post("/Vote/CUp", { id: id[1] }, function(data) { $("#vc_"+data.id).html(data.voteCount); }, "json" ); } else { //R Vote $.post....
= $(this).parent().attr("id").split("_"); if (id[0] == "c") { //C Vote //id[1] contains the id number.
|
|
We need to vote our butts offf because the way the judges treated her tonight I don't see them saving her.
This post has been edited by rein<34life : Apr 8th 2012, 8:13 AM
Started by rein<34life Apr 4th on
, 20 posts
by 2 people.
Answer Snippets (Read the full thread at idolforums):
This post has been edited by Carrie&BlakeFan : Apr 4th 2012, 11:33 PM i've been having more luck online .
But let's hope she won't be the lowest vote-getter.
|
|
By way of super secret ballot, Cheese Whisperer has been voted "Team Leader"...? ....and we will now take direction from him.
I have no idea if you are on the team or not, because everything is very, very, super and incredibly secret.
Please standby for...
Started by Dave on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at yahoo):
Can I still play?
me= blink blink blink....
I never have a clue what is going on in this place...it is hard to adjust my eyes when I pull my head out of the sand .
S -- It's all very 'hush-hush'.
I think we're gonna hafta trim some of the fat around here.. .
|