![]() |
|
Attack problem - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Attack problem (/thread-11268.html) |
Attack problem - johnnny83 - 2013-08-14 Hello together, till recently we had an older version of zenphoto installed on the webserver of our scout group. Then in may a spam attack was starting, which lead to 500.000 comments in our photo galery (and 90 GB of traffic). Attack problem - acrylian - 2013-08-14 If you know the IPs you could try to block them server side wise. Attack problem - Papyrus - 2013-08-14 Many services accumulate a database of "threats" that can automate blocking of these attacks, try Cloudflare. Attack problem - sbillard - 2013-08-14 Zenphoto also has a plugin that will block execution of requests from specific IP addresses. Of course that does take at least a little processing before the block happens. Best is to use server side tools to block the access. Attack problem - johnnny83 - 2013-08-15 Unfortunately my provider doesn't offer an option to block certain IPs. Attack problem - sbillard - 2013-08-15 Yes, index.php has to be accessed and the plugin run. If the ip accessing is on the blocked list the visitor gets a "Forbidden" response back. Attack problem - johnnny83 - 2013-08-15 Do you mean the "ipBlocker" or the "filterIPAccess" plugin? Attack problem - sbillard - 2013-08-16 ipBlocker is the supported version. |