just picked up this plug-in today and here is my review of the results so far...
1 - works as advertised, wordpress 2.7 compatible
2 - length of the article has a lot to do with the uniqueness of the results
3 - not a fan of the encryption in the php file. i understand the need to protect your work, however, i like to dig in and rewrite things to work according to my needs
4 - i would really like to have access to the words/synonyms so i can modify and create a database that suites my needs.
5 - results often read like foreign english, worse than tech support from inda. I get the impression that the words/synonyms list was created by a non-native english speaker or thrown together without enough thought.
6 - my solution to the forced uppercase titles...
function upper_title($title)
{
$title= //strtoupper <-- added the // to remove the auto uppercase of title
($title);
return $title;
}
everyone has their own opinions of what works and/or looks best, i'm not a fan of plug-ins forcing styling on my pages.
7 - having multiple copies of the same post on a page gives different results for each... main post and recent posts with excerpts in sidebar.
in the end, worth the $30 and makes mass splogging much easier without the fear of too much duplicate content.
With that said, if you expect the text on the pages to be read and taken seriously then it might not be the best solution... i deal with adult content so i'm not expecting my readers to be doing much reading, the text is only for SEO purposes.
Having access to the words/synonyms would (for me) make a huge difference. I know my audience and i know what words work... replacing 'black hair' with 'dim hair' = bad seo, replacing 'black c*ck' with 'dim c*ck' = fail.
anyway, i'm off to mess around some more with my new plug-in toy.