Hi,
I want to implement a voting system in my web page. What I want to do is give a user 1 point per day so they can give that point to other users but after they give their point they have to wait until the next day to have their new point in order to vote for other user.
This way the user has to take care of this point and is not going to generate a lot of traffic.
The thing is with this approach I need to have a column and I need to "refill" the point each day, how do I accomplish this if I probably won't have access to the sql server agent.
Now if you have other suggestions they are welcomed, I just need to implement a voting system where users cannot vote all they want because it will make the results unreal and unfair.
Thanks in advance