Free Script Saturday: Content Transformer Script

May 3, 2008 – 11:15 pm

Like I promised in my earlier post announcing the new, Free Script Saturdays here is a free php script, on a saturday.

Today, I give you: The Content Transformer Script.

Here is a rundown of what it does:

  1. You insert a bunch of content/html code/whatever and hit submit
  2. The Content Transformer will go through the content, any words that are greater than 4 letters, will be run through Thesaurus.com, and the closest synonym will be grabbed, and your word will be replaced with its synonym.
  3. If it doesn’t find a synonym, it probably means you misspelled the word or are using some sort of slang, so it leaves it alone
  4. Finally, it outputs the content onto either the screen, or a .txt file with your new and transformed content.

Of course, I wouldn’t recommend using this script for any actual final content, because things can be changed into ineligible meanings. Be sure to look over your post. Once again this script is only so that you can see the process of scraping websites and editing your own information. Hack away at this script.

Here is an idea: Try to edit around the script so that for each word it finds, you get a little selection pop up or something and you choose which synonym out of the many possibilities would best fit the meaning.

Download the ContentTransformer.Rar here.

If you decide to update this script or create a smoother version with more features, be sure to post a link in the comments, that way I can mention it and we can all have fun.

Have fun,
WebDevKing

Popularize These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Google
  • StumbleUpon
  • Technorati

Don't Miss Out! Subscribe

  1. 11 Responses to “Free Script Saturday: Content Transformer Script”

  2. gonna give it a try, sounds like it could definitely be worked with. thanks

    By Bizz on May 4, 2008

  3. Link is dead ;/

    By raicah on May 5, 2008

  4. Want to try again? its working for me :P

    By WebDevKing on May 6, 2008

  5. Hi WebDevKing,

    Sounds really interesting but I tried to download as well but the link was dead. Any chance of a re-upload please?

    By Tommy on May 10, 2008

  6. if you want to download the script, try to delete “WWW” at the first part of URL.
    the right link will be http://webdevking.com/lab/pagecreator/ContentTransformer.RAR

    By seotouareg on May 18, 2008

  7. Thanks, that worked.

    ::emp::

    By emp on May 27, 2008

  8. downloaded ok, but does not run, cannot find any text file and it also will not print to screen either.

    Can you please confirm its the complete script, if you any tips on getting it running

    By Smart on May 31, 2008

  9. sorry my last message got an incorrect website address, it’s actual an IDN domain and php does not display it properly,

    By Smart on May 31, 2008

  10. Are you still having a problem? If so, im not completly understanding what it is.

    By WebDevKing on Jun 1, 2008

  11. I put text into the form and submit it, then nothing happens, no text file get made or no content get shown on the screen.

    By Smart on Jun 1, 2008

  12. Do you have some sort of server with php set up? Either on you computer or on your website.

    Because it needs to be run inside a php enabled area.

    Check out some of my earlier posts about xampp and stuff if your wondering how you can install php on your computer

    By WebDevKing on Jun 1, 2008

Post a Comment