what in the name of...
how the heck did this much spam end up here ?, Which version of phpbb is this ?
They all seem to originate from the same location so a little .htaccess magic should stop them

... as for blocking their Ip's they are probably behind a proxy so add these lines to stop that
- Code: Select all
RewriteEngine on
RewriteCond %{HTTP:VIA} !^$ [OR]
RewriteCond %{HTTP:FORWARDED} !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR]
RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$
RewriteRule ^(.*)$ - [F]
I don't envy whoever has to delete these, it's going to take forever even if you prune them
I hope they don't start overloading the Mysql database for this forum... that would be annoying

P.s - don't waste your time by adding them to your foes list they are not organic they are bot's. theres no way to hurt their feelings
[edit] this is almost as bad as ddos, the bots are all still connected, and I think whoever is doing this is using XRumer because to be honest Phpbb doesnt stand a chance against it, nor does VB or IPB