Please see the attached screenshot, it only happens on Dolphin sites.
How can I stop BOTs from accessing my Dolphin 7.1.4 site?
Please see the attached screenshot, it only happens on Dolphin sites. How can I stop BOTs from accessing my Dolphin 7.1.4 site?
|
You will need to set up some controls to block the bots; forget trying to use robots.txt because that does not stop the bad bots. If you are running Apache webserver you can use .htaccess to set up a whitelist, not a blacklist as some keep yelling about because your blacklist will just grow and grow and grow and grow. A whitelist says, let these agents come in, everyone else block. A whitelist is much easier to maintain. The bad bots will continuously change their agent id so you are continuously adding to your blacklist. Read IncrediBILL's Rant: http://incredibill.blogspot.com/2006/09/whitelist-opt-in-htaccess-file.html It is like setting up iptables at the server root, you tell iptables to block everything and then you open up the ports you need for people to access your site. Geeks, making the world a better place |
If you can use .htaccess you can use that to block them in other ways too. (Bots are a P.I.T.A.) |
Enable the China DNS blocklist in Administration => Tools => Antispam Tools. Under Antispam Tools => Settings, make sure the DNS blocklists option is ticked and the join behavior option is set to "block".
I've found this blocks most spam activity. If you need something with more kick, Deano has a module in the market.
Edit: I should clarify this is for Dolphin. To block activity at the Web server level, look into a .htaccess-based block as mentioned above. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Read IncrediBILL's article on bad bots coming from datacentres: http://incredibill.com/blog/why-data-centers-must-be-blocked/ Geeks, making the world a better place |
so I follow Dr. Nathan Paton's advice and ENABLED the anti-spam, I think that's the reason but let's wait and see. Why in the world bots like Dolphin so much? |
It's not just Dolphin. I host over 30 Wordpress sites and I promise you....the bots hammer the hell out of them if I allow it. Particularly the ones from China. They don't seem to pay any attention to robots.txt either. |
Yea. Not just dolphin. I have seen many sites get hammered. Wordpress seems to be a good target as well as phpbb forums. https://www.deanbassett.com |
From the note, it says that the "not viewed" traffic 'includes' bots, worms, etc., - which leads me to believe that there is more that is included in "not viewed" traffic, but not listed. That is a high usage of bandwidth, and I am wondering what else could be using so much. Could it possibly be showing bandwidth from uploading/downloading videos/files or viewing video files? caredesign.net |
You're likely to drive yourself crazy if you try to block them all.
Which is called Blacklisting. You don't blacklist, you whitelist. Listen to IncrediBILL, you lock your site out and only allow the agents you want in; you set up a list of allowed agents, you block everything else. Geeks, making the world a better place |
Nope, no video or audio (mps). Only 1 Dolphin and 1 phpBB "integrated" together. And the stats in Cpanel clearly show it's bot traffic also.
From the note, it says that the "not viewed" traffic 'includes' bots, worms, etc., - which leads me to believe that there is more that is included in "not viewed" traffic, but not listed. That is a high usage of bandwidth, and I am wondering what else could be using so much. Could it possibly be showing bandwidth from uploading/downloading videos/files or viewing video files?
|
Bad bots ignore the robots.txt file. The best you can do is try to identify abusive access patterns, and block the corresponding IP. User-agent: * Disallow: / only helps with well-behaved robots. DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
I use Incapsula.com which has a free subscription. Rod | www.mystampworld.net | hosted with BoonexHosting.com |
I like guys named Bill... Here is the script he posted to place in my .htaccess.... I am aware of how to do it but want to make sure I'm not blocking my users. Can someone explain exactly how this works in laymans terms? If someone tells me I'm a dummy and tells me to read the instructions, I'm gonna run over em with my tow truck..... #allow just search engines we like, we're OPT-IN only http://towtalk.net ... Hosted by Zarconia.net! |
Laymens terms. I will try. https://www.deanbassett.com |
Bill has been through some horrible illness and that was posted a few years back but it gives you the ideal of how whitelisting works. I agree with Bill that whitelisting is the way to go, blacklisting just builds these horribly long lists that if they grow long enough can put a hit on the response time since it has to scan the list from the top to the bottom. Geeks, making the world a better place |
it seems to be the biggest problem at Dolphin (also some website as Deano said). You can use Deano module to handle this and set new members by invitation only, they are not a bot, but fake users (spamers) are common too. |
What about a join form that is dynamic and build on the fly. exaple: username => 1987654 and is set in Admin => profile fields Hmmm... maybe a new mod is born!!! |