the votes are store in the ip_log table and are cleared each time the new_day function is called. (first hit after midnight, or via cron job). So users are limited to voting once per day, if you want to allow more frequent voting you can set a new cron job to call a script that truncates the...