Search Results for 'spam'
-
AuthorSearch Results
-
October 7, 2010 at 5:24 pm #94508
In reply to: It looks like the user is not logged in
amuletts
ParticipantYes I am using the default theme. I’m also using the plugin ‘BP Disable Activation’ (everyone was getting marked as a spammer when they registered).
October 7, 2010 at 12:45 pm #94477In reply to: BuddyPress Spam
anindyaray
MemberI’m using this plugin : https://wordpress.org/extend/plugins/wordpress-mu-secure-invites/
I have restricted registration only by invitation , yet I got one registration ….
have to done all the spam blocking techniques mentioned here to my installation … but did some definitely
October 7, 2010 at 10:43 am #94467In reply to: BuddyPress Spam
Richardas
Participantthanks to this http://www.marcelboast.com/badboteliminator/
*Mod note: Disclaimer – this script is a paid script
October 7, 2010 at 10:21 am #94463In reply to: BuddyPress Spam
Marcel
ParticipantA great way to stop bad bots is the Bad Bot Eliminator script http://www.marcelboast.com/badboteliminator/
It stops bad bots dynamically by blocking IP addresses.*Mod note: Disclaimer – this script is a paid script
October 6, 2010 at 11:06 pm #94416In reply to: BuddyPress Spam
jwack
ParticipantThanks. That moderate-new-blogs plugin is exactly what I was thinking of but couldn’t find anything like it!
October 6, 2010 at 4:41 pm #94375In reply to: BuddyPress Spam
@mercime
ParticipantThere’s also https://wordpress.org/extend/plugins/moderate-new-blogs/ and https://wordpress.org/extend/plugins/limit-blogs-per-user/ which could help
October 6, 2010 at 4:15 pm #94372In reply to: Display email on profilepage
paulhastings0
ParticipantKeep in mind that spambots are very likely to harvest those emails if you don’t have some privacy filters set in place.
October 6, 2010 at 2:34 pm #94356In reply to: BuddyPress Spam
More Ivyou
ParticipantI escaped.
install and WPMU-Block-Spam-By-MathOctober 6, 2010 at 1:16 pm #94352In reply to: BuddyPress Spam
jwack
ParticipantI spent some time yesterday to try to stop the constant flow of spam users and blogs being created on my site. Here is what I did…
1- deleted extra registration.php in bbpress folder
2- changed reg. slug
3- installed humanity
4- installed Si Captcha
5- added code from above to htaccessI am still get about 20-30 per day.
Is there a way to tell if these are humans or bots creating these accounts and blogs?
I don’t know what else to do, any ideas? ( I really don’t want to disable blog creation during registration)October 6, 2010 at 2:03 am #94326In reply to: BuddyPress Spam
anindyaray
MemberThanks @Anton
October 5, 2010 at 8:28 pm #94308In reply to: BuddyPress Spam
pcwriter
ParticipantYou’re very welcome
October 5, 2010 at 7:37 pm #94307In reply to: BuddyPress Spam
More Ivyou
ParticipantI’m using:
– Buddypress Humanity
– WPMU-Block-Spam-By-Math
– SI CAPTCHA Anti-Spam
and
.htaccess
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .register*
RewriteCond %{HTTP_REFERER} !.*yourhomedomain.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATIONOctober 5, 2010 at 5:42 pm #94298In reply to: Please add Delete to activity stream
Hugo Ashmore
ParticipantI think that the complexities of working on this site hosted on Automattics servers is not as easy as would be one of our own sites. There are a plans to do a fair bit of work as to the hold up on that I can’t say, I suggest that we badger @Boone in the Ninja group
Have to admit I have said a few times that spamming a site like this especially when it showcases the very app we all work with is far far from satisfactory and something really does need to be done about it.
October 5, 2010 at 5:21 pm #94292In reply to: BuddyPress Spam
Anton
ParticipantAdd this to wp-config.php `define( “BP_REGISTER_SLUG”, “your-registration-slug” );` and change ‘your-registration-slug to your own registration slug.
Edit * the wp-config.php file is situated in the root of your wordpress installation
October 5, 2010 at 4:52 pm #94291In reply to: BuddyPress Spam
anindyaray
MemberI am very new to this , I got this topic’s link from a post by @pcwriter in a topic in buddydev.com
and reading so much about spam/splog and fighting it I’m am overwhelmed and worried and exhausted even thinking about the …….
I have read this topic , understood some and implemented some and also didn’t understood some too …..
I ask a very stupid question !!!
How to change the registration slug ?
who ever replys the above question please oblige this foolish novice (that is me) with a complete walkthrough …
.
I am also using Secure Invite plugin , will this slug change effect this invitation plugin ? if so how to battle it ?
.
Thanks to all and special thanks to @pcwriter for all usefull information …October 4, 2010 at 2:04 am #94164In reply to: BuddyPress Spam
Pisanojm
ParticipantI’m using:
Si Capthca
BuddyPress Humanity Plugin
BP Signup Xtra (with required birthdate and checkbox)
Extra Profile Fields that require text input.
Bad Behavior with HTTP:BL enabled…I’ve not noticed any spam logins yet…. knock on wood/cross fingers.
October 4, 2010 at 2:03 am #94163In reply to: BuddyPress Spam
Nahum
Participant@pcwriter, it took a while for me to think of that way, but after turning off blog creation for about the 3rd time and contemplating keeping it at all, I thought of just doing it this way and it ended up being a better process for the user while killing those instaspam blogs. which btw, with all the other available strategies for blocking spam, it ends up being a very effective barrier to spam blog creation.
October 4, 2010 at 1:13 am #94162In reply to: BuddyPress Spam
pcwriter
ParticipantNow that is a brilliantly simple and effective tactic that I’m adding to my arsenal!
October 3, 2010 at 11:06 pm #94155In reply to: BuddyPress Spam
jwack
ParticipantI wish new blogs worked like comments, meaning that the first post by a new member has to be approved before the blog is active. Once the first post has been approved the blog would then become active and viewable by the public.
October 3, 2010 at 7:29 pm #94142In reply to: BuddyPress Spam
Nahum
ParticipantI removed/commented out the create a blog option from the member registration form while still keeping blog creation on. I only left access to the bp create a blog form for users is_loggedin Only. By tucking it away within the member profile for the member to create a blog later during their profile detailing/editing process, I was able to get to the point where I only needed to delete crap members that get in, not crapmembers + crapblogs that get created at one time wasting all my low number blogIDs!
At the end of the day, if you’re running BPmu you don’t really need to have insta-blog. The option to create a blog is link within the member profile “dash” that they can get around to when they feel settled. I’ve found it’s easier for the user to get their profile up and running first and then breathe and think of a good blog name/url after they’ve logged in for the first time.
but if you really really want instablog, which really isn’t that instant due to the wp-admin of it all. Plus, it’s not really instant because there are too few frontend posting options in member themes for the user to start posting right away, so no need for instablog in registration process, so just indicate to your user that they can do that part later. if you still want blog creation at first registration, then you can keep up the good fight by zapping spammers and their blogs.
October 3, 2010 at 5:30 pm #94137In reply to: BuddyPress Spam
Paul Wong-Gibbs
KeymasterThere is not anything new in BP 1.2.6 that will address any spam issues. Spam blogs, however, is a problem with multisite WordPress in general (not specific to BuddyPress). It still sucks, of course.
October 3, 2010 at 5:20 pm #94135In reply to: BuddyPress Spam
jwack
ParticipantO MY GOD, I am so sick of deleting spam blogs! Does anyone know if the new version of BP coming out will have anything built in to prevent these spam blogs?
October 2, 2010 at 8:10 pm #94058jordashtalon
MemberOctober 1, 2010 at 6:41 pm #94000In reply to: Ban and Kick User is Broken
Yak Cast
ParticipantHuh? I am not a spammer! What does that mean?
October 1, 2010 at 4:19 pm #93990In reply to: Ban and Kick User is Broken
rich! @ etiviti
Participantsame for mark user as spammer
https://trac.buddypress.org/ticket/2575 -
AuthorSearch Results