I 've install advanced poll 2,0. I'd buy it if you make, that this IP locking is only for each poll once. So the user can vote to more polls and once every hour each.
I have also a problem . I make a new poll. Then I want to vote it. I add my vote, but results are still empty!
After some time It starts working.
Thanks.
05/02/2002 20:52:17
Subject:
Anonymous
Do I need to obligatory select the color of the bar?
maybe I found the problem. I did't insertt this code:
<?php
// Important! You have to include it before your html code
include_once "/usr/home/s/a/saranno/public_html/poll/poll_cookie.php";
?>
It's used to store a cookie on the person's machine which can be set so they cannot vote more then a certain amount of time. This is a better way of doing the ip vote because not all ip's are static and change everytime a user logs onto there connection.
You don't have to use it though it's probably a good idea.
To change how long the person is locked out of voting open up poll_cookie.php and you'll see a number 1 and then some comments that say //time in hours (or something similar) change that number to whatever you want.
hope this helps