Changeset 35838
- Timestamp:
- 03/22/08 12:19:30 (4 months ago)
- Files:
-
- worst-offenders/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
worst-offenders/trunk/readme.txt
r35837 r35838 1 1 === Worst Offenders === 2 Version: 3.0.alpha2 3 Stable tag: 3.0.alpha2 2 4 Contributors: ear1grey 3 Donate link: http://boakes.org/4 5 Tags: comments, spam 5 6 Requires at least: 2.5 6 7 Tested up to: 2.5 7 Stable tag: 3.0.alpha28 Version tag: 3.0.alpha29 8 10 9 Worst Offenders works cooperatively with other anti-spam plugins: its primary purpose is identifying and deleting the comments that are 100% definitely spam so that any false-positives can be easily found. … … 20 19 1. Upload the wo3 Folder to to the `/wp-content/plugins/` directory 21 20 1. Activate the plugin through the 'Plugins' menu in WordPress 22 1. Check out the WorstOffenders tab under the main Comments tab. 21 1. Visit the "WorstOffenders Config" page under the Plugins tab and click "Update Options" to generate indexes for faster analysis. 22 1. Check out the WorstOffenders page under the main Comments tab. 23 23 24 24 == Frequently Asked Questions == … … 38 38 39 39 = Can more litmus tests be devised? = 40 Yes, the test system is plugabble, and one day it will automatically discover new tests. 40 41 41 Yes, the test system is plugabble. 42 = My PHP and SQL foo is strong, how do I write a new litmus test? = 43 1. Copy an existing test and call it whatever you like (e.g. ExampleLitmus.php) 44 1. In ExampleLitmus.php change any references to the original class name to ExampleLitmus). 45 1. Invent your magic spam-spotting SQL and insert it the getMatches method, in order to return the comment id you must return either the field comment_id containing a single comment id, or the field comment_id_list which must contain a comma separated list of comments. 46 1. Modify the content method (this is what gets displayed in the tab) 47 1. If necessary, include an addIndexes method. 48 1. Include your litmus test from plugin.php. 49 1. Re-check these instructions, 'cause they're bound to change (and hopefully get easier) as WorstOffenders matures. 42 50 43 51 == Screenshots == … … 54 62 1. Create a widget, so spammers know not to bother. 55 63 1. Provide better feedback about things that got deleted. 64 1. Include a warning if indexes are missing (with a create link) 56 65 57 66 == Done ==
