Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: What do your spam signups look like?


Andrea Rennick
Participant

@andrea_r

We modded D’Arcy Norman’s solution above so it would work on BuddyPress. At least it did a while back. Someone wanna give this a whirl again?

Spam blogs and Buddypress

# BEGIN ANTISPAMBLOG REGISTRATION

RewriteCond %{REQUEST_METHOD} POST

RewriteCond %{REQUEST_URI} .yourbpsignupslug*

RewriteCond %{HTTP_REFERER} !.*yourhomedomain.* [OR]

RewriteCond %{HTTP_USER_AGENT} ^$

RewriteRule (.*) http://die-spammers.com/ [R=301,L]

# END ANTISPAMBLOG REGISTRATION

Skip to toolbar