Ok.

So the Black Edition of the Multi-Poster series of software got cracked, and now every noob and his cat are posting crap all over the place.

Since then a new release has come out, and a newer release is on its way. So, here cometh the time to be rid of the black edition:


This simple tutorial will show you how to block the Multi-Poster Black by taking advantage of its static user-agent.

EDIT: .htaccess

Directly below "RewriteEngine On", on a new line, add:

Code: 
RewriteCond %{HTTP_USER_AGENT} ^.*(6a1pre).* [NC]
RewriteRule ^(.*)$ - [F,L]
This simply denies access to the bot.
jayfella Reviewed by jayfella on . [HowTo] Block the Multi-Poster Black Ok. So the Black Edition of the Multi-Poster series of software got cracked, and now every noob and his cat are posting crap all over the place. Since then a new release has come out, and a newer release is on its way. So, here cometh the time to be rid of the black edition: This simple tutorial will show you how to block the Multi-Poster Black by taking advantage of its static user-agent. EDIT: .htaccess Rating: 5