Member
Member
johnnny83   2013-08-14, 15:00
#1

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).
After our provider contacted us, I installed the latest zenphoto version and deactivated the comment function. Anyway different servers/IPs still keep on accessing our photo galery (even when I password protect the whole galery). For this month we already have 170.000 accesses for the index.php and because of that 2 GB of traffic.
Does anyone know any solution apart from changing the URL path to the galery?

Administrator
Administrator
acrylian   2013-08-14, 16:02
#2

If you know the IPs you could try to block them server side wise.

Member
Member
Papyrus   2013-08-14, 16:10
#3

Many services accumulate a database of "threats" that can automate blocking of these attacks, try Cloudflare.

Member
Member
sbillard   2013-08-14, 17:54
#4

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.

Member
Member
johnnny83   2013-08-15, 22:15
#5

Unfortunately my provider doesn't offer an option to block certain IPs.
How does this plugin work? I suppose the index.php still has to be accessed and loaded before the plugin can do its work?

Member
Member
sbillard   2013-08-15, 23:01
#6

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.

Member
Member
johnnny83   2013-08-15, 23:11
#7

Do you mean the "ipBlocker" or the "filterIPAccess" plugin?

Member
Member
sbillard   2013-08-16, 01:20
#8

ipBlocker is the supported version.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.