Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress Spam


jwack
Participant

@jwack

Well things were all good for a month, now I am getting slammed every night from 2-6am.

Can someone confirm this is correct (if my site were ebay.com and my registration page was myslug)…

# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .myslug*
RewriteCond %{HTTP_REFERER} !.*ebay.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATION

Reading back a page or two this is supposed to redirect attackers, I tried entering myURL?something=something but it doesn’t do anything. How can I test this to make sure it working?

Thansk.

Skip to toolbar