This might be a better solution:How do I recount my comments/trackbacks
If you have received comment spam or just need to recount your comments/trackbacks for any reason, you can use the 'Reset Comments/Trackback/Pingback Counts' button on the Options > Popularity page. If comment spam is an ongoing problem for you, you may want to set up a CRON job to run this script every night. This example will run the recount every night at 3am:
Code:
0 3 * * * wget -q http://www.example.com/wordpress/wp-content/plugins/popularity-contest.php?ak_action=recount_feedback
Source:
Popularity Contest README
Bookmarks