Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 1,676 through 1,700 (of 2,710 total)
  • Author
    Search Results
  • #96619
    Pisanojm
    Participant

    There has been a ton of talk about controlling Spam on BuddyPress.org… try tooling through this post for some ideas:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam

    #96614
    rich! @ etiviti
    Participant

    try stopping the spammers from registering – topic covered in the past about different options

    #96610
    Sixgunzx
    Participant

    Wow, world renowned support? 7 months and still no answers! I have the same issue guys, I get a ton of spam on my activity streams. I have 4 different anti-spam plugins, and guess what? Non of them help with the activity stream. This is something Buddypress needs to be looking at!

    rich! @ etiviti
    Participant

    have them check their spam folder (and proper host config for sending email – maybe the host has trouble with users sending out spam)

    buddypress rules for usernames

    `
    if ( !validate_username( $user_name ) || in_array( $user_name, (array)$illegal_names ) || $user_name != $maybe[0] )
    $errors->add( ‘user_name’, __( ‘Only lowercase letters and numbers allowed’, ‘buddypress’ ) );

    if( strlen( $user_name ) < 4 )
    $errors->add( ‘user_name’, __( ‘Username must be at least 4 characters’, ‘buddypress’ ) );

    if ( strpos( ‘ ‘ . $user_name, ‘_’ ) != false )
    $errors->add( ‘user_name’, __( ‘Sorry, usernames may not contain the character “_”!’, ‘buddypress’ ) );

    /* Is the user_name all numeric? */
    $match = array();
    preg_match( ‘/[0-9]*/’, $user_name, $match );

    if ( $match[0] == $user_name )
    $errors->add( ‘user_name’, __( ‘Sorry, usernames must have letters too!’, ‘buddypress’ ) );
    `

    #96290
    Hugo Ashmore
    Participant

    As that guide is written b y Boone I guess it must be possible, if it hasn’t worked for you you need to review carefully what you have done and that you have followed all steps explicitly, and yes it might be a case that you need the css in which case test that theory by dropping the adminbar css file into your header for the top level site.

    There is a means of deactivating the activation and there will be threads on the forum and – I think – a plugin so have a hunt around.

    Don’t do this just to circumvent an issue you are having though; to want to remove activation because as you say “the verification email is being marked as spam most of the time” should be telling you that there is something wrong, email servers only apply filters based on sets of rules, you do have to ensure that when email servers look at incoming mail that they can verify it’s origin in other words perhaps you need associated dns mx records for your domain?

    Email isn’t necessarily something that just works or something that WP magically deals with, all WP does is simply use a faux email relay such as sendmail it doesn’t know or care whether your emails report themselves correctly.

    #96204
    Anonymous User 96400
    Inactive

    In my experience the mail actually gets sent 99.9% of the time. Sometimes it just ends up in the spam folder. Especially with Gmail accounts.

    #95598
    Deadpan110
    Member

    I have noticed this problem too.

    A fresh setup …5min WordPress install, add BuddyPress Plugin etc etc…

    I can not yet confirm if it only occurs for hotmail users (yuck) and it needs more testing!

    But here are some obscured excerpts from my mail logs…

    Node1 webserver and BuddyPress:
    `Oct 19 13:02:42 node1 postfix/smtp[23717]: D67EA2802A: to=, relay=192.168.###.###[192.168.###.###]:25, delay=40, delays=0.33/0.01/0.05/40, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 5967C292C1)`

    Relayed to my Mail Server at Node2:
    `Oct 19 13:02:43 node2 postfix/smtp[27458]: F2173292C4: to=, relay=mx3.hotmail.com[65.55.37.120]:25, delay=0.23, delays=0.01/0.02/0.08/0.12, dsn=2.0.0, status=sent (250 Queued mail for delivery)`

    I have a pretty good knowledge of Linux and webservices, but this indicates the mail was sent to hotmail… but the user in question never received it – not even in their spam box.

    My servers even have a correct SPF text record in the DNS but so far it seems all the hotmail sign ups are not being seen by the end user.

    I can only guess that st00pid Microsoft’s hotmail is sending them into a black hole – perhaps they have got fussy about the confirmation link or something?

    Even though it would seem it is not a BuddyPress problem, perhaps some tests should be done to find out why this happens (to be honest, I hate hotmail – but a lot of people use it).

    If it is something todo with the confirmation link, then maybe there is some kind of work around?

    It will be interesting to hear peoples thoughts on this!

    #95485
    Roger Coathup
    Participant

    @whitbyglennk – remember to search before posting – this thread has a comprehensive list of ideas for tackling spam:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam/

    modemlooper
    Moderator

    You have to find the user in the database and change their setting to 0. If you don’t know how to access a db then google phpmyadmin and learn.

    carinallc
    Participant

    @dtclarinet – can you share how you reset the database? I’m not using the plugin mentioned, but rather wp-fb-autoconnect. Could that cause the same issue?

    Thanks

    These are my active plugins, which one do you think would affect something like this?

    Adrotate

    After the Deadline – Adds a contextual spell, style, and grammar checker to WordPress. Write better and spend less time editing.

    Akismet – checks comments against akismet web sercvice to see if they look like spam

    Autochimp – mailchimp plugin

    Automatic WordPress backup

    BP Disable Activation

    BP Group Managment

    Buddypress – this does have an upgrade to 1.2.5.2 – would this affect things perhaps?

    Buddypress Like

    Buddypress Admin Bar Mods

    Buddypress Rate Forum Posts

    Buddypress Templete Pack

    Configure SMTP

    Google analytics for wordpress

    Invite anyone

    Lab Photobooth

    Lab Photo

    Lap Protect Plugin

    Mailchimp

    Microkids Related Posts

    OEMBED FOR BUDDYPRESS

    Cinocopa viewer

    Theme my Login – which I dont even know if its working

    TinyMCE advanced

    Users to CSV

    Welcome Pack – which I dont even have setup or use yet

    WP-Useronline – works with my CometChat chat bar

    WPtouch iphone theme

    Any ideas which one it could be?

    #94959

    In reply to: Widget: Who is online

    techguy
    Participant

    I heard it was removed because it was showing a bunch of spam users that had joined. The only who is online widget that I know of is the default one that comes with the default theme.

    #94850
    jlenney
    Member

    Could you also please remove this one: jefflenney – that is another spam account by this militias user, with intent on harming me.
    @johnjamesjacoby @boonebgorges
    Thank you,
    Jeff Lenney (you can contact me via jefflenney.com if you want)

    #94691
    Romik84
    Member

    yeah, I definitely agree!!! How come there is no working solution for this BIG issue? I am already boring of removing tens of Chinese spammers and their stupid shoes, bags, other “cool cheap” stuff every day!!! There are also bloggers who wanna real blogs and real webmasters who wanna keep their network clean from those anoying spammers :/… I please you, come with a working solution and we will pray for you…thanks

    #94686
    Hugo Ashmore
    Participant

    @netweblogic tbh I find that post unbelievable, it’s not only hijacking but downright rude and spammy, I’ll be deleting it from this thread shortly just so that you know when you look for it.

    #94645
    Peter Kirn
    Participant

    Yeah, I’m giving Humanity a try — seems to be quite effective.

    There’s a big thread here:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam/?topic_page=6&num=15

    Also trying to get this group active again:
    https://buddypress.org/community/groups/spam-eater/home/

    Nice name. ;) Needs some spam-related icon, though.

    #94643

    In reply to: BuddyPress Spam

    Peter Kirn
    Participant

    Incidentally, I still like the idea of getting folks together in a BP Group to attack the issue. I had suggested starting such a group on an IRC chat a few weeks ago, but I see now that there *is* a (small) group someone had set up. If people are interested, we can use that. Or maybe it’s fine to just continue this thread for now, though not having to dig through a few dozen posts has some appeal. ;)

    https://buddypress.org/community/groups/spam-eater/home/

    #94640

    In reply to: BuddyPress Spam

    Peter Kirn
    Participant

    jwack – since you had such trouble with this even after taking some measures, what was the final regimen you installed for blocking spam?

    #94577
    modemlooper
    Moderator

    It’s becoming a serious problem not only here but on every bp site. i have 6-7 hacks to block spammers and they still get in.

    #94559

    In reply to: BuddyPress Spam

    jwack
    Participant

    Thanks to this thread I am going on almost 48 hours with no new spam signups or blogs. lol I feel like I should get a coin? Yes that’s a bad AA related joke.

    #94558

    In reply to: BuddyPress Spam

    jwack
    Participant

    Thanks to this thread I am going on almost 48 hours with no new spam signups or blogs. lol I feel like I should get a coin? Yes that’s a bad AA related joke.

    #94508
    amuletts
    Participant

    Yes 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).

    http://webcomixer.xepher.net/

    #94477

    In reply to: BuddyPress Spam

    anindyaray
    Member

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

    #94467

    In reply to: BuddyPress Spam

    Richardas
    Participant

    thanks to this http://www.marcelboast.com/badboteliminator/

    *Mod note: Disclaimer – this script is a paid script

    #94463

    In reply to: BuddyPress Spam

    Marcel
    Participant

    A 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

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