The vote system

Djack

Member
Hi Mark,

In visiolist, we can vote several time for a unique site. I think it can cause some abuse.
Is it possibly to prevent that?

Djack
 
Unique votes are only counted once. The "hits in" value will increment with each click, but the "unique hit in" will only count once per IP address.
 
its setup now for once every 24 hours, changing that value might happen in the future via a plugin.
 
Sorry for digging old thread. But can you please tell where is the setting to change 24 hours to 12 hours for unique IN votes.

Regards,
Prashant
 
there is no easy place to make that change, we run a pseudo cron at the start of each new day that handles that part. You could create your own cron job to truncate the ip_log table every 12 hours
 
Back
Top