Need script that can randomly add html formatting to spun text

Master-x

Junior Member
Joined
Jan 9, 2012
Messages
153
Reaction score
37
I'm looking for somebody who can create a script that can add random html formatting to my spun text. Each paragraph of the spun text will consist of 3 sentences, like {Sentence 1|Sentence 2|Sentence 3}. I want script to randomly pick 1 word in each sentence that has at least 3 spun variation and are 4 or more letters long and add html formatting to them. First variation of the word should be bold, second italic and third underlined.
Ex.:
Code:
{<strong>blackhatworld</strong>|<em>blackhatworld</em>|<span style="text-decoration: underline;">blackhatworld</span>}



Example of the text: first paragraph of the spun text will be like this:

Code:
[SIZE=4]{Blackhatworld is a {great|awesome|helpful} {website|web-site}|Blackhatworld will teach you about {blackhat|whitehat|greahat|redhat|white} seo|Blackhatworld is number 1 {source|website|webpage|web-site} to {learn|read|find out} about {internet marketing|IM|SEO}[/SIZE]

So script should randomly pick 1 word in each sentence that has at least 3 spun variation and are 4 or more letters long and add html formatting to them like I mentioned above. At the end it should look like this:

Code:
[SIZE=3]
[SIZE=4]{Blackhatworld is a {<strong>great</strong>|<em>awesome</em>|<span style="text-decoration: underline;">helpful</span>} {website|web-site}|Blackhatworld will teach you about {<strong>blackhat</strong>|<em>whitehat</em>|<span style="text-decoration: underline;">greahat</span>|redhat|white} seo|Blackhatworld is number 1 {<strong>source</strong>|<em>website</em>|<span style="text-decoration: underline;">webpage</span>|web-site} to {learn|read|find out} about {internet marketing|IM|SEO}[/SIZE]
[/SIZE]


If you can create something similar, PM me or write here. Thanks
 
Last edited:
Thread moved to the proper section :)
 
Back
Top