Author |
Message |
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 05/02/2002 19:22:59
|
Anonymous
|
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.
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 05/02/2002 20:52:17
|
Anonymous
|
Do I need to obligatory select the color of the bar?
Can the bars be all in the same color?
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 06/02/2002 13:16:46
|
Anonymous
|
1) please post the URL where it is located
2) and the version you are using (textfile/db)
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 06/02/2002 20:16:24
|
Anonymous
|
http://sarannofamosi.cjb.net
I use mysql version.
It's not working
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 06/02/2002 20:43:04
|
Anonymous
|
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";
?>
What is this code for? Do I really need it?
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 07/02/2002 02:56:57
|
whitty
Newbie
![[Avatar]](/forum/images/avatar/924164892403984a7c64a0.gif)
Joined: 12/01/2002 07:42:51
Messages: 2
Location: ontario
Offline
|
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
|
Nomsane?
That is all |
|
|