Hello all.
Dont know how many people will find it usefull, but heres a small app i wrote in .net to convert a standard fastposter urls list Eg:
to trackback format:
http://www.commentcannon.com/tools/SBTrackbackFormatConverter.rar
I wrote this because i often have to deal with huge urls/keywords lists, and converting them by hand is just not practical (it would reduce my profit margin to about the same as flipping burgers)
Its written in .net 4.0 so you will need the latest .net runtime files if you dont have them installed:
http://www.microsoft.com/download/en/details.aspx?id=17851
Its pretty basic software, without much in the way of error checking, so if you load i file in the wrong format, eg no keywords etc, it will probably throw an exception and close.
Think its great/totally crap? Have a bug to report? Then post in this thread, dont fill up my PM box please.
Dont know how many people will find it usefull, but heres a small app i wrote in .net to convert a standard fastposter urls list Eg:
Code:
http:www.domain1.com {anchor1|anchor2|anchor3)
http:www.domain2.com {anchor1|anchor2|anchor3)
http:www.domain3.com {anchor1|anchor2|anchor3)
to trackback format:
Code:
anchor1
http:www.domain1.com
anchor2
http:www.domain1.com
anchor3
http:www.domain1.com
anchor1
http:www.domain2.com
anchor2
http:www.domain2.com
anchor3
http:www.domain2.com
anchor1
http:www.domain3.com
anchor2
http:www.domain3.com
anchor3
http:www.domain3.com
http://www.commentcannon.com/tools/SBTrackbackFormatConverter.rar
I wrote this because i often have to deal with huge urls/keywords lists, and converting them by hand is just not practical (it would reduce my profit margin to about the same as flipping burgers)
Its written in .net 4.0 so you will need the latest .net runtime files if you dont have them installed:
http://www.microsoft.com/download/en/details.aspx?id=17851
Its pretty basic software, without much in the way of error checking, so if you load i file in the wrong format, eg no keywords etc, it will probably throw an exception and close.
Think its great/totally crap? Have a bug to report? Then post in this thread, dont fill up my PM box please.