Author |
Message |
30/04/2004 19:33:45
|
Anonymous
|
Hello all,
I manage a website on the warcry gaming network, and I recently discovered that the poll I have up on my site is working fine except for one thing: users are able to vote on a poll more than once.
I am assuming this has something to do with the db not storing voter's IP addresses, but I'm not sure where to look to get started in fixing this issue (I am a good manager, but when it comes to coding, I am a fledgling *smile*).
If someone could help point me in the right direction, that would be fantabulous.
Thanks in advance!
|
|
03/05/2004 03:07:35
|
Anonymous
|
Anyone willing to help me out here?
|
|
03/05/2004 13:34:29
|
def_md
Beginner
Joined: 28/04/2004 17:44:23
Messages: 6
Location: Netherlands
Offline
|
Don't know if this is much help for you but I know the txtfile version does not use ip logging to track if someone has voted. It probably uses cookies. Maybe it is the same for the DB version, make sure you have cookies enabled.
|
|
03/05/2004 13:42:31
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
you can use either on the txtfie version on db verison.
If your using the ip table (under gen. settings) you have to make sure
poll logging is on i think (logging is a per poll thing, select poll, change option in the top right - after poll question.)
If you using ip table don't include cookie poll unless the locking timeout (under gen. settings) is the same length of time as the cookie (can be changed in poll_cookie.php).
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
|