Changes between Version 15 and Version 16 of ProtectionFromSpam
- Timestamp:
- Nov 14, 2016, 1:03:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtectionFromSpam
v15 v16 6 6 * Creating spam profiles. 7 7 * Posting spam on the message boards. 8 * Creating accounts with spam URLs. 8 9 * Create teams whose descriptions are spam. 9 10 10 11 The spam typically contains links to commercial web sites 11 ( for advertising, or to increaseGoogle page rank).12 (to increase their Google page rank). 12 13 13 Spammers will use automated scripts to do these if they can, 14 but they will also do them manually. 14 Spammers will typically use automated scripts. 15 15 16 16 == Cleaning up spam == … … 20 20 The usage is 21 21 {{{ 22 delete_spammers.php [-- days N] [--test] command22 delete_spammers.php [--min_days N] [--max_days N] [--test] command 23 23 }}} 24 '''-- days N''': if present, only items created in the last N days are deleted.24 '''--min_days N''': Only delete items created at least N days ago. 25 25 26 '''--test''': if present, print the items that would be deleted, but don't delete them. 26 '''--max_days N''': Only delete items created at most N days ago. 27 28 '''--test''': Print the items that would be deleted, but don't delete them. 27 29 28 30 '''command''' is one of: … … 32 34 * have no forum posts 33 35 * have no hosts 36 Use this for spammers who create profiles with commercial links. 37 38 '''--user_url''': delete accounts that 39 * have no hosts 40 * have no forum posts 41 * have a nonempty URL 42 Use for spammers who create accounts with commercial URLs. 43 44 '''--user_null''': delete accounts that 45 * have no hosts 46 * have no forum posts 47 * don't belong to a team 48 Spammers may create accounts and attempt to create a profile but fail. 49 This cleans up those accounts. 34 50 35 51 '''--forums''': delete accounts that … … 37 53 * have forum posts 38 54 * don't belong to a team (don't delete BOINC-wide team founders) 39 40 '''--user_url''': delete accounts that41 * have no hosts42 * have no forum posts43 * have a nonempty URL44 55 45 56 '''--list filename''': … … 56 67 * are not BOINC-Wide teams 57 68 * have descriptions containing a link 69 * the owner has no hosts and no posts 58 70 59 71 == Preventing automated profile creation == … … 121 133 These fields are at the forum level so that, for example, you 122 134 can protect some forums while leaving a "Help" forum open. 135