Posted by Iain Roome
2014-11-06

Hi Tom
Firstly the script is excellent!
Can you tell me how do I restrict IP addresses and cookies to prevent voters from voting more than once.

Thanks again

Iain
Posted by Tom
2014-11-12

Hi,

>Can you tell me how do I restrict IP addresses and cookies to prevent voters from voting more than once.

Open config/config.block.inc.php and set ENABLE_IP_BLOCK and ENABLE_COOKIE_BLOCK to true. For example,
define( 'ENABLE_IP_BLOCK', true );
define( 'ENABLE_COOKIE_BLOCK', true );