What the script does :
Take in an article, Search the article words for synonyms in the synonym DB, and then return a page where you can enable/disable synonym words. You then specify the number of articles you would like to spin out, and it takes all the words you enabled and randomly substitutes words within the article, to make each article you spin out (theoretically) unique. It then produces a zip file full of text files with the unique articles, all spun of one article. You also have the option of adding several different titles, which is also assigned to spun out articles, randomly.
Why this script :
I've seen allot of alternatives that sucks, also i've seen one or two that are better but not necessarily free. The script will help people trying to sell off article packs, or have unique content on their different niche websites. Or if you like submitting articles to different article directories, you can submit unique ones. Or if your bored. I dont care, DONT USE IT!
How it works :
Extract the archive and then open the readme file in the "etc" folder.
Additionaly :
This script can be used allongside other scripts, it uses $_SESSION['mid'] as the unique identifier per user. If $_SESSION['mid'] isn't set, ie your site doesnt set session variables/doesnt use the session variable $_SESSION['mid'] , it will automatically be set to "1". If your site uses another variable to store the "User ID" you can just set it when the session is created, by adding the following code :
$_SESSION['mid'] = $_SESSION['whatever_your_member_id_is'];
Got it? Good.
The script also stores the articles you spin so you can go back at a later stage and spin out articles again. just visit the recent.php page to select and spin out an article pack.
This script was written mainly to be implemented onto/into other sites, therefore its displays are pretty basic.
For copyright and licensing information, please visit this page : The GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF)
Demo Link : Will be awarded to whomever replies with a link to it on their site first ( free advertising. whoo! )
Download attached to this post, enjoy and feel free to ask for support in this thread.
Think I covered everything? Oh also, would like feedback on my work from a programmers perspective on my saucecode, gimee some c&c!


Sign In
Create Account



Back to top











