Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

do you care about semalt?

Status
Not open for further replies.
This works

Code:
# BLOCK Spammers
<Files 403.shtml>
order allow,deny
allow from all
</Files>

SetEnvIfNoCase Referer semalt.com spammer=yes

Order allow,deny
Allow from all
Deny from env=spammer
 
Look up their facebook page (if its still active). Everyone hates them. Its spam traffic.
They say to contact them and have your site removed so they don't crawl you...... Yeah right....

I Use this in my .htaccess:

Code:
# block visitors referred from semalt.com
RewriteCond %{HTTP_REFERER} semalt\.com [NC]
RewriteRule (.*) http://www.semalt.com [R=403,L]
 
Look up their facebook page (if its still active). Everyone hates them. Its spam traffic.
They say to contact them and have your site removed so they don't crawl you...... Yeah right....

I Use this in my .htaccess:

Code:
# block visitors referred from semalt.com
RewriteCond %{HTTP_REFERER} semalt\.com [NC]
RewriteRule (.*) http://www.semalt.com [R=403,L]

Sending it back at then? Very clever :)
 
Sending it back at then? Very clever :)

Yup :)

I got the idea from a comment on their Facebook page. Someone put the code up, and basically said if we all do it, they will get the idea.

They were hitting one of my sites with 100+ visits a day. Normally wouldn't mind, but I wanted to sell the site, and they were screwing up the stats. So bounced it all back at them.

Now have it on all my sites, so have no idea if they are still trading, botting or not, and had totally forgot about them until this post.
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom