Search Results for 'spam'
-
AuthorSearch Results
-
October 6, 2010 at 1:16 pm #94352
In 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/2575September 30, 2010 at 9:24 am #93833In reply to: Get non-activated users
Roger Coathup
Participant@paulhastings0 – are you suggesting we should copy good code snippets from these forums across to a 3rd party site that will sell themes? That’s sounds like a lot of freely acquired content and SEO for what’s ostensibly a commercial business.
I’m generally happy to submit and publish code to help people on these forums (and for them to use how they see fit, commercial or otherwise). It will occasionally be abused, and there are spam sites that will trawl and re-publish as their own work, and we can’t prevent that.
However, if I thought it was being republished blatantly with little added value, as you suggest, as an offering from another business, I would be much more reluctant to publish it in the first place.
Hugo Ashmore
Participant@janismo Spam post noted containing 200,000,000 links no wonder IE couldn’t cope, it will be flagged up.
September 28, 2010 at 10:51 am #93637In reply to: new user’s profile field messed up, help!
imjscn
Participanthello, anybody can tell what these 2 spammers want to do on my blog? I’m curious, coz they have done nothing since registered.
September 28, 2010 at 6:15 am #93618In reply to: New users not showing up in BuddyPress
Paul Wong-Gibbs
KeymasterAssuming the missing user(s)’ accounts aren’t marked as spam, they probably need to log in before they appear in the BuddyPress lists.
September 28, 2010 at 3:26 am #93603In reply to: BuddyPress Spam
September 27, 2010 at 3:06 pm #93541In reply to: BuddyPress Spam
Ipstenu (Mika Epstein)
Participant@TedMann – No, manually going to your signup page will not trip the spam alarm. Putting in the URL with all the submit stuff (like attempting to pass registration info via the URL instead of entering it like a human) will trip the alarm. What it’s checking for is the POST command, and was THAT passed through by your site. Otherwise no one would ever be able to sign up
September 27, 2010 at 8:44 am #93517Paul Wong-Gibbs
KeymasterAh, Bluehost

1. If you are running the multisite version of WordPress, on the super admin’s options there is a setting for default profile. Alternatively, there are lots of plugins that control this sort of setting on. I use a couple of role management plugins on a few sites but I’m not sure what’s best. Hopefully someone can recommend one.
2. If you disable BuddyPress, and register an account on the site (via WordPress), do you receive the email? If you don’t, it is either ending up in your email’s spam or your server is not configured to send emails correctly. However, since you’re on Bluehost, have a look at the bottom of this message first.
3. That site URL setting should match the URL of your site. I’m not sure what you mean by “pointed url”, but you should probably only change it if you have moved the site from one_domain.com to another_domain.com.
4. Depends on definition of “easy”; they are in the theme’s header.php.
Bluehost: We have seen issues with Bluehost previously. I do not know if all the issues still apply, but in general:
1) I suggest that you do not use simplescripts to install (or even WordPress).
2) RE: your email problem. I suggest you search this site for “Bluehost” as we have had lots of discussion around it previously but, from memory, https://wordpress.org/extend/plugins/mail-from/ might fix the problem (it has to be a valid email account, so you may need to create it first).September 27, 2010 at 3:51 am #93499In reply to: Integration with an opensource chat
7121617
InactiveMod Edit/ Spam Links removed -hnla
-
AuthorSearch Results