Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 326 through 350 (of 2,585 total)
  • Author
    Search Results
  • #255389

    In reply to: spam users

    sharmavishal
    Participant

    i have mentioned the solution couple of times..use a plugin called wp spam shield …activate this plugin and then activate anyone can register option

    #255136
    sharmavishal
    Participant

    unless u have blocked his IP somewhere or added his IP to a spam list this should not happen

    #254797

    In reply to: email activation.

    sharmavishal
    Participant

    Disable it and use wp spam shield plugin to stop spam

    sharmavishal
    Participant

    basic community registration and member interaction this would work fine wihtout any plugins..just activate the bp settings which you would want active

    splog protection- wp spam shield plugin works great for me

    #254444
    danbp
    Participant
    #254170
    sharmavishal
    Participant

    wp spam shield works great for my bp install..not a single spam user registered

    danbp
    Participant

    That is an old bbPress issue. When you edit a topic, i some case, the topic comes up twice(or more, depending how many edit you made) on the site activity.

    This bug will be corrected in bbP 2.6 (actual version is 2.5.9). See ticket & patch here.
    What you can do immediatly is to modify following file:

    
    wp-content/plugins/bbpress/includes/extend/buddypress/activity.php

    Replace code between line 277/279

    
    $existing = bp_activity_get_specific( array( 'activity_ids' => $activity_id, 'show_hidden' => true, 'spam' => 'all', ) );
    if ( empty( $existing['total'] ) || ( 1 !== (int) $existing['total'] ) )
    return null;

    by

    $existing = new BP_Activity_Activity( $activity_id );
    if ( empty( $existing->component ) ) {
    return null;
    }
    #253976
    sharmavishal
    Participant

    use wp spamshield plugin..this would stop the spam registrations on your website which in turn wont lead to spam groups

    #253939
    Earl_D
    Participant

    I am running the lest version of Buddypress and WordPress on a VPS server NOT running multisite. Tiny framework is the theme I am using. However the first thing I did to trouble shoot was try to replicate problem without any plugin and using 2012 theme (which tiny frame is based on) and 2016 theme. The issues remained the same with but those thems and th social me theme.

    I will try to check the MYSQL question as I am familiar with that having done MYSQL database programming. However I have narrowed done the problem to something related to the extended profile fields component. Through trial and error and some research I surfaced the correlation which one other person seems to have referred as well. If extended profile fields are turned OFF the registration is completed and the activation email sent. If it is on the registration process is not completed. I tested this extensively turning on and off and it followed that pattern. I currently have the component turned off and users are able to register. When I turned on again I was unable to complete a registration.

    It may be unrelated but no registration spam protection plugins will work now either I have tried several with recaptcha and without and in every case the registration process short circuits.

    Thanks for any help in advance. I would like to get the extended field working again.
    EarlD

    #253541
    subair.tc
    Participant

    hi @danbp
    Thanks for your reply,
    i have tried the with

    bp_activity_get_where_conditions

    but this filter will return the where conditions used like

    array(3) {
      ["filter_sql"]=>
      string(416) "a.user_id IN ( 451,378,213,431,429,414,415,456,452,473,460,458,283,471,383,468,387,454,441,6,384,475,427 ) AND a.component IN ( 'groups' ) AND a.type IN ( 'activity_update' ) AND a.item_id IN ( 1 )"
      ["spam_sql"]=>
      string(13) "a.is_spam = 0"
      ["excluded_types"]=>
      string(34) "a.type NOT IN ('activity_comment')"
    }

    it will not contain the ‘ORDER BY’ portion of the query, i hope we will get the total query with the

    bp_activity_total_activities_sql

    filter in ~L, 664, so when we get the entire query we can replace the ‘ORDER BY’ section using string replace, i have tried by using this but i can’t get the query inside the function, do you have any idea how to use this filter ?

    #253449
    danbp
    Participant

    Hi Julia,

    it’s a bbPress bug, patched a while ago, but still in. Maybe a day it will be repaired definetly.

    For the moment, you can repair yourself. Open activity.php in wp-content/plugins/bbpress/includes/extend/buddypress/

    Replace following code block at line 277/279:

    $existing = bp_activity_get_specific( array( 'activity_ids' => $activity_id, 'show_hidden' => true, 'spam' => 'all', ) );
    if ( empty( $existing['total'] ) || ( 1 !== (int) $existing['total'] ) )
    return null;

    by

    $existing = new BP_Activity_Activity( $activity_id );
    if ( empty( $existing->component ) ) {
    return null;
    }

    Save and reload to to your site by FTP and you’re done.

    #253300
    BryanWalters
    Participant

    Hey Henry,

    I checked my spam box also, but nothing found. Anything else that we can do to fix it from our end?

    #253179
    Henry Wright
    Moderator

    Whilst waiting for a response from your host, try checking your spam folder to be sure nothing is dropping in that.

    #253167
    sharmavishal
    Participant
    #253166
    peter-hamilton
    Participant

    wanguard to stop more spam

    sharmavishal
    Participant

    When I activate some members they are not added to the members list.

    BP considers activated users when they login to the website. else it doesnt.

    activation emails dont go or goes to spam folder? check this plugin and use it as per your requirements

    https://wordpress.org/plugins/wp-mail-options/

    Also if your email domain is on lets say google apps and you are using the email domain to send mail from your site hosted on a different server you need to add email srv records

    #252507
    Jens
    Participant

    @djpaul Does BuddyPress use the same email-address for sending like WordPress? If not, that might be the problem: Some webhosters (like Hosteurope) restrict the usage of email addresses in scripts like WordPress to prevent spam.

    For example I usually have to choose one email-address on my webhoster´s config platform. After that I can use it in WordPress. Any other email address won´t work for sending with WordPress, if I don´t use a plugin like https://wordpress.org/plugins/wp-mail-smtp/.

    #252466
    BackpackersUnion
    Participant

    Thanks @djpaul !

    Evil people do suck! But I think I see where you’re coming from: The unsubscribe fixture is more of an anti-spamming measure?

    I did try navigating the Trac system to further the discussion but came into a few hangups relating to a “TICKET_CREATE privileges are required…” error. But I’ll keep on this topic because I think it’s an important one, especially with the quantity of emails BP outputs and dependency we have on them for notifications.

    With the release of 2.6, will the Unsubscribe link automatically disable all BP notifications when clicked or just the notification related to that email (i.e. All Activity, Messages, Friends Notifications or just the single related notification) or something different (i.e. option landing page)?

    #252444
    dfarland
    Participant

    I see this was about a week ago, but I’m having the same problem. I’ve tried many of the plugins mentioned in other threads, but haven’t had any luck with any of them. I’m on Media Temple’s Grid service (not their WP hosting) and I’ve checked the mail settings, spam folders, with no luck.

    https://buddypress.org/support/topic/buddypress-email-issues-with-new-installation/

    Paul Wong-Gibbs
    Keymaster

    If one type of email is getting sent and the others aren’t, it might be some part of the content triggering some kind of spam filter on the remote server. It could be some kind of throttling issue, and it’s only by coincidence one type of email is being sent. I don’t know. There’s all sorts of weird possibilities.

    We have 2 further email delivery fixes that have been identified, which I imagine we will implement and release within the next 2 weeks. I don’t see how either would directly affect your site since you have SOME BP HTML emails being delivered, but not all — but maybe they will. This is certainly pretty weird.

    https://buddypress.trac.wordpress.org/query?status=reopened&status=assigned&status=reviewing&status=new&status=accepted&group=status&milestone=2.5.3

    #252360
    vinzen
    Participant

    @djpaul you’re right that there’s no point sending emails to spammers, and I’m not concerned about them.

    I use this feature as a tool to manage non-splogger members of the community. For that purpose, I also have another suggestion:

    a) If a member can be sent an email X number of days after registration (one-time or periodically). Or,

    b) If an email can be sent only after a member has been inactive for X number of days.

    These steps can also be used to honor/reward the active/regular members of the community.

    I wonder if such cases/instances can be tracked and any email situations be created for them.

    Thanks.

    #252315
    Paul Wong-Gibbs
    Keymaster

    I think this situation normally occurs when a spammer’s account has been deleted, and that kind of person probably is using a fake email address, so there is not much point sending an email.

    How are you using deleted account emails to help your site?

    shanebp
    Moderator

    Check to see if the members with problems have been marked as spammers.
    And whether they have a different WP role than members without problems.

    #251681
    @mcuk
    Participant

    Thanks for response Shane. I did see that post, but even with button removed it still allows a user to compose a message and send to someone who isn’t a friend, hence why i was still searching.

    I have already introduced a text limit on the compose field to discourage spamming, but it is only Javascript. So with Javascript turned off it is still possible to send big messages. Looking for the PHP validation database solution.

    Guess I’ll weigh up the value of PM’s on my site (not live atm) against the possible annoyance of spam to users. Better to introduce PMs at a later date rather than have it initially, find a problem with spam annoying people in the community and then having to remove the feature.

    ngoegan
    Participant

    Also, I’m trying to change my profile email but it is giving me this error:

    That email address is already taken.
    No changes were made to your account.

    I think I may have multiple accounts here. Could I merge the two and update the email on this account? I’m not getting the responses in my current email account which is gmail. The hotmail account is mostly a spam account now.

Viewing 25 results - 326 through 350 (of 2,585 total)
Skip to toolbar