Earlier I posted about pingback spam and a little tool I created to remove the spamvertised links, today I upgraded the tool from version 1.0.0.0 to version 1.0.0.1. So what's changed;
Source and executable files have been changed.
--- So how does the tool work? ---
First create a config file
Look in your dayfeedback-files for the spamvertised PermaLinks (or you may already know about them if you have Notification Settings enabled for pingback and trackback). It's the PermaLink pattern that matters:
<Tracking> <TargetTitle>Today's bad start</TargetTitle> <TargetEntryId>70e036a5-ce3f-4fa0-9463-816983848a48</TargetEntryId> <RefererTitle>http://9uams-le-informazioni.info/52600366/adempimenti-trasformazione-ditta-individuale.html</RefererTitle> <RefererExcerpt /> <PermaLink>http://9uams-le-informazioni.info/52600366/adempimenti-trasformazione-ditta-individuale.html</PermaLink> <RefererBlogName>http://9uams-le-informazioni.info/52600366/adempimenti-trasformazione-ditta-individuale.html</RefererBlogName> <TrackingType>Pingback</TrackingType></Tracking><Tracking> <TargetTitle>Today's bad start</TargetTitle> <TargetEntryId>70e036a5-ce3f-4fa0-9463-816983848a48</TargetEntryId> <RefererTitle>http://9uane-free-porn.info/91478222/weight-and-height-for-celebrities.html</RefererTitle> <RefererExcerpt /> <PermaLink>http://9uane-free-porn.info/91478222/weight-and-height-for-celebrities.html</PermaLink> <RefererBlogName>http://9uane-free-porn.info/91478222/weight-and-height-for-celebrities.html</RefererBlogName> <TrackingType>Pingback</TrackingType></Tracking>
The pattern for the second Tracking entry is already included in the default config file, so you would only have to add the pattern for the first Tracking entry. To do so, you only need to add the following XML-element in the Configs section:
<Config Pattern="*-le-informazioni.info/*" />
With the updated config file, you can now run the tool to clean all XML-files in your content folder.
Next is figuring out why Akismet isn't working for me.