I have such a thing done in php already, but now I want it to be a desktop aplication. What should it do is simple: I add links to it and when I press "check" button it checks if all links are in place. For example I have a website abcd.com and I buy links to my site from sites 111.com and 222.com. So I add to that checker that these sites 111.com and 222.com should link to abcd.com. And later on I press "check" to see if all links are still in place. Should catch nofollow atribute. And should have categories. For this little thing in php I paid 10$, not sure what should I pay for desktop app like that, but it should be in XX$ zone.
Thanks, did you use it? From what I read there is one minus of that - you load your site or sites and then you load sites that should link to your site and check. But assume you have 50 different sites and have only 3 different backlinks for each of your 50 sites. That means you should load that checker 50 times? Like you load 1st site of yours and load 3 backlinks, then load 2nd your site and 3 other backlinks and so on? Thats a lot of work.. I would like setup that I could enter those 50 sites at once, like: a.com < 1.com a.com <2.com a.com <3.com b.com <4.com b.com <5.com b.com <6.com c.com <7.com ........... where a, b, c.. are my sites and 1,2,3... are sites that should link to me. So in this case I load all like that and press check just once, rather loading that checker 50 times...