Vote Points Problem

12/18/2013 05:03 h4rvswagg#1
Anyone can help me how to fix my voting system. My players voted 3 times but when they reload the page, points back to 0.
12/18/2013 13:40 jeklordzxc#2
aw sayon rana.,., tulog sila basig nana na silay v points

ahahah rene laluna
12/18/2013 23:00 Serenity-.#3
Just do this :

Quote:
USE [ACCOUNT_DBF]
ALTER TABLE [dbo].[ACCOUNT_TBL] ADD votepoints int NOT NULL CONSTRAINT [DF_ACCOUNT_TBL_votepoints] DEFAULT (0),
lastvote1 DATETIME,
lastvote2 DATETIME,
lastvote3 DATETIME

GO
Paste this in a new query in your sql server.