Ticket #10958 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

WP.org download counter spam

Reported by: hallsofmontezuma Owned by: ryan
Priority: normal Milestone: WordPress.org
Component: WordPress.org site Version:
Severity: normal Keywords:
Cc:

Description

It looks like some plugin authors are spamming the download counts. Every now and then, a plugin mysteriously has thousands or tens of thousands of downloads in a day. It's generally blatant when it isn't legitimate. ie, a brand new plugin with no or few ratings, no forum threads, etc. This is obviously done to have the appearance of being "popular".

Is there something that can be done to limit the download count to IP per timeframe, or some such thing?

Change History

Plugins are manipulated to top 5 and are containing spam code.  http://wordpress.org/extend/plugins/google-adsense/

Some of the plugins with faux stats show affiliate ads in backend:

 http://img12.imageshack.us/img12/8575/spamqq.jpg

  • Status changed from new to closed
  • Resolution set to fixed

Download counts have always been limited by IP per day.

Sadly, the implementation was backed by a MyISAM table that filled up :)

The implementation is now backed by a InnoDB table that should be able to soak up a lot more data.

  • Milestone changed from Unassigned to WordPress.org site bugs
Note: See TracTickets for help on using tickets.