Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 1,701 through 1,725 (of 2,710 total)
  • Author
    Search Results
  • #94416

    In reply to: BuddyPress Spam

    jwack
    Participant

    Thanks. That moderate-new-blogs plugin is exactly what I was thinking of but couldn’t find anything like it!

    #94375

    In reply to: BuddyPress Spam

    @mercime
    Participant
    #94372
    paulhastings0
    Participant

    Keep in mind that spambots are very likely to harvest those emails if you don’t have some privacy filters set in place.

    #94356

    In reply to: BuddyPress Spam

    More Ivyou
    Participant

    I escaped.
    install and WPMU-Block-Spam-By-Math

    #94352

    In reply to: BuddyPress Spam

    jwack
    Participant

    I 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 htaccess

    I 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)

    #94326

    In reply to: BuddyPress Spam

    anindyaray
    Member

    Thanks @Anton

    #94308

    In reply to: BuddyPress Spam

    pcwriter
    Participant

    @AnindyaRay

    You’re very welcome :-)

    #94307

    In reply to: BuddyPress Spam

    More Ivyou
    Participant

    I’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 REGISTRATION

    #94298
    Hugo Ashmore
    Participant

    I 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.

    #94292

    In reply to: BuddyPress Spam

    Anton
    Participant

    Add 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

    #94291

    In reply to: BuddyPress Spam

    anindyaray
    Member

    I 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 …

    #94164

    In reply to: BuddyPress Spam

    Pisanojm
    Participant

    I’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.

    #94163

    In 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.

    #94162

    In reply to: BuddyPress Spam

    pcwriter
    Participant

    @nahummadrid

    Now that is a brilliantly simple and effective tactic that I’m adding to my arsenal!

    #94155

    In reply to: BuddyPress Spam

    jwack
    Participant

    I 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.

    #94142

    In reply to: BuddyPress Spam

    Nahum
    Participant

    I 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.

    #94137

    In reply to: BuddyPress Spam

    Paul Wong-Gibbs
    Keymaster

    There 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.

    #94135

    In reply to: BuddyPress Spam

    jwack
    Participant

    O 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?

    #94058
    jordashtalon
    Member

    @pcwriter

    That looks cool i’ll give it a shot.

    Thanks,

    Jordan

    #94000
    Yak Cast
    Participant

    Huh? I am not a spammer! What does that mean?

    #93990
    rich! @ etiviti
    Participant

    same for mark user as spammer
    https://trac.buddypress.org/ticket/2575

    #93833
    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.

    #93830

    In reply to: Favicon

    Hugo Ashmore
    Participant

    @janismo Spam post noted containing 200,000,000 links no wonder IE couldn’t cope, it will be flagged up.

    #93637
    imjscn
    Participant

    hello, anybody can tell what these 2 spammers want to do on my blog? I’m curious, coz they have done nothing since registered.

    #93618
    Paul Wong-Gibbs
    Keymaster

    Assuming the missing user(s)’ accounts aren’t marked as spam, they probably need to log in before they appear in the BuddyPress lists.

Viewing 25 results - 1,701 through 1,725 (of 2,710 total)
Skip to toolbar