What’s spamming? II
Here is how I collect your domains and links, spammers
All you need is a web service and a plugin. The more blogs are "plugged", the more domains and links will be saved.
Domain Collector Web Service
The purpose is obvious – save domains to database. You can code smth like that:
<?php if (isset($_POST['domain'])) { $mysql_connect = mysql_connect('localhost', 'login', 'password'); if ($mysql_connect) { mysql_select_db('database', $mysql_connect); $domain = strtolower(mysql_real_escape_string($_POST['domain'])); $res = mysql_query("select id from domains where title = '$domain'", $mysql_connect); if (!mysql_num_rows($res)) { mysql_query("insert into domains (title) values ('$domain')", $mysql_connect); mail('your.email@yourdomain.com', "Domain Collector Notification", 'New domain: ' . $domain); } mysql_close($mysql_connect); } } ?>
Linkpot Plugin
The plugin hits Domain Collector Web Service (POST) when someone posts a comment and the comment's approval status is not 'spam'.
Find the plugin here. It should work with the latest WordPress version. Upload, install and specify params.
I didn’t add the WP Mu support. If you need that, just do it.
All Together
Trolls don't know domains and links are being collected. One day you'll spam their blogs and blogs they spam.
PS: Of course, this is not the only way to populate domains & links database. You can find/buy/scrape similar databases and import data. *tip spam tool tip*
PPS: fromzerotoseo.com is powered by Linkpot


March 17th, 2010 - 13:23
Wow thanks, this will definitely come in handy as I face a lot of spammers daily.
Till then,
Jean
March 9th, 2011 - 01:10
Yea I unfortunately have to deal with spammers everyday if I don’t want to miss real comments on my blogs. I do notice some of their comments can trick me with things such as “your rss feed isn’t working” of course I have figured that one out a long time ago, but they change the writing now and then and it can be hard to tell.
- Robert
December 1st, 2011 - 12:41
Yea, those type of comments are quite sneaky and don’t really grab our attention immediately.
-Jean
March 19th, 2010 - 22:41
I’d love to harness the power of some techniques like this, but my programming skills are fading. These days I can’t be bothered to program anything. So instead I find other ways to find spam worthy sites.
April 7th, 2010 - 00:10
One of these days I will have to hire someone to do some work like this for me. A lot of the spammy marketing techniques may not be as effective in a few years. So it’s best to jump on board while you can.
June 2nd, 2010 - 16:09
I totally Agree with you on that one. It is getting harder and harder. I have had a conversation with a few people aboutt his and unless Google wants to hire actual people to go out and search for these sites it si next to impossible, because the way it was set up. Google is all about the algorithm.
April 23rd, 2010 - 08:31
Nice one! Spammers are everywhere and it seems their getting worse and worse. My blog is stuffed with all spams and I can’t seem to handle them. I think they post nonsense comments daily.
May 2nd, 2010 - 09:52
Good point, Laptop. No matter how good the anti-spam measures have gotten, there’s nothing like someone actually put in charge of dealing with it.
Till then,
Jean
September 6th, 2010 - 19:20
your right about that one. You can’t automate this.
July 3rd, 2011 - 03:50
You’re right. Sadly, it’s going to be a continuous battle and hopefully, we come out on top more often than the spammers do.
May 9th, 2010 - 14:37
Lol, “good point, laptop”… Why do guys use optimised anchors although this blog uses nofollow ?
May 14th, 2010 - 22:03
They want to be Top Spammers
July 29th, 2010 - 13:33
are you a spammer as well?
August 19th, 2010 - 10:45
it doesn’t matter who doing spamming but at least having such knowledge is important, i never go through such spamming technique.
August 23rd, 2010 - 13:50
Yea I have made a point to have my sites checked by a real person at least once a week just to make sure and filter out everything i wouldn’t want.
September 7th, 2010 - 10:16
Meaningful comment can create usual links, so ultimate feedback in the manner of comment is important.
September 9th, 2010 - 17:18
Thanks, it seems to be a tough problem to deal with for us. I spend a lot of time deleting spambots that post random gibberish all day.
January 4th, 2012 - 17:15
This is tough and they are getting more and more creative as well. It does take way more time than it used to, to filter out all the weird comments
September 16th, 2010 - 11:45
I researched on it. Its really very good technique. Thanks
October 4th, 2010 - 19:40
Great stuff. This is a great way to build a list of place you can go to link from as well. Great idea I never thought of that.