Anyone know of a text to spintax script?

Gyuman82

Elite Member
Joined
Nov 15, 2011
Messages
1,865
Reaction score
1,146
Hey all,

Just curious if anyone knows of a simple way to take say a notepad text file and automate it to turn it into spintax script?

For example:

Keyword 1
Keyword 2
Keyword 3

to

{Keyword 1|Keyword 2|Keyword 3}


Any help would be appreciated. Thanks in advance.
 
You sir are the man! Thank you I really appreciate it :)
 
great post randolph,
i use notepad++ which can record/play macros.
 
No Problem, it's very easy with PHP.

When i find the time (maybe next year) I'll try to write an "About me" Generator (for AMR for example).

If you have any suggestions to improve the scripts, let me know.


Randolph
 
You could also do a ton of these in excel very easily.

Just enter the three keywords in a1,b1 and c1. Then enter the following formula in d1. Expand the formula as required for more keywords.

=CONCATENATE("{",A1,"|",B1,"|",C1,"}")
 
Also a good idea.

Write a VBA Plugin and then it's real Blackhat :D
 
I don't think that you are doing it correctly. Try to do it in some other ways. This will give you some more benefits.
 
Back
Top