[Solved]: Allow Multiple Votes [Solved]: Allow Multiple Votes
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Allow Multiple Votes

Started by Davis, February 23, 2008, 05:05:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Davis

Is there a way to setup CPG voting system so that someone can vote for the same picture more than once? Like once each day?  I know now CPG only allows you to vote once (unless you dump cookies)  

Thanks

Nibbler

ratepic.php, find


$clean_before = $curr_time - $CONFIG['keep_votes_time'] * 86400;


change to the number of days, eg. for 1 day:

$clean_before = $curr_time - 1 * 86400;

Davis

Thanks for the reply Nibbler.

alig8r

Thank you so much for your very prompt response Nibbler  :)