How to Auto Spintax URL lists?

ichiban

Junior Member
Joined
Jan 31, 2011
Messages
180
Reaction score
10
ok so I'm trying to set up my AMR blasts.

In the resource box I use the URL tool to randomize my anchors but I would also like to auto spintax the full URL link as well.

The problem with the url tool is that it randomizes everything by defualt. I would like to lock url HTML links in spintax form.

Example:

{<a href="http://abc.com">abc.com</a>|<a href="http://123.com">123.com</a>|<a href="http://xyz.com">xyz.com</a>}


right now I'm manually doing this.

is there a program that will allow me to dump my URL list in there and will auto spit it out in full spintax form?
 
Last edited:
I think you have to do this manually, if you looking to add only 2-3 variations then I don't think you need software for that, do it manually and add it to the text in AMR.

Thanks
 
Take a look at Ubertoolz, I'm sure that can help. The developer is on here and you'll find the service in the BST section.

HTML:
http://www.ubertoolz.com/

Scroll down to section #5 and #7
 
I'd use a formula in excel or openoffice calc and then concatenate the whole works together. Should be no problem.
 
If your familiar with linux just try something like the following 3 commands :

sed -i '1s/^/{/' data.txt

sed -i '{:q;N;s/\n/|/g;t q}' data.txt

echo "}" >> data.txt
 
If you have xrumer it also has the tool to do that.
 
Back
Top