Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 726 through 750 (of 3,350 total)
  • Author
    Search Results
  • #203976
    boriskamp1991
    Participant

    Hi guys,

    Im looking into using Buddypress because I heard great things about it.
    I activated the WP plugin and now when I go to users and view either one of the accounts (two in total so far) I get a blank page. Whenever I go to extended it says user has been marked as a spammer. All BuddyPress data associated with the user has been removed
    How can that be? Im the admin, and the other user is just a test user.

    Why are we marked as spammer, and how can I turn this around?

    Thanks!

    #202525
    Henry Wright
    Moderator

    Hi @valuser

    I’d guess this is a memory issue. The error message tells us that the following query fails and that 4194276 bytes is needed.

    SELECT COUNT(DISTINCT b.blog_id) FROM wp_bp_user_blogs b LEFT JOIN wp_blogs wb ON b.blog_id = wb.blog_id WHERE wb.deleted = 0 AND wb.spam = 0 AND wb.mature = 0 AND wb.archived = '0' AND user_id = 1

    Have you looked into what is currently used as the memory limit?

    Try increasing your memory limit in your php.ini file like this:

    memory_limit = 32M

    bitpath
    Participant

    Hi,
    It seems like when I enable buddypress on a site the captcha I set up gets bypassed and I get a lot of spam registrations. I am using a specific captcha that keeps track and I don’t seem to see anything there when I enable buddypress and get a lot of spam registrations.
    Does buddypress open up a separate registration portal or an alternative registration form some where, and if so, how I put my specific captcha on it or disable that entirely?
    I’ve searched here and found others with similar issues but the topics are closed and it doesn’t look like the ones i found were resolved.
    thank you!

    valuser
    Participant

    Buddypress Error / Problem on one server/host only.

    Unusual problem.

    Multisite installation wp 4.0 bp 2.1 theme Kleo 2.0 host wpengine

    Will be putting this message on the theme ( Kleo — premium) forum as well.

    A buddypress error is thrown that prevents the activity stream from functioning – on one particular server using one particular theme – Kleo

    In order to demonstrate i have only buddypress and the theme active on http://dogdrill.com/ username: bingo password: bingo1!

    It appears when using one particular theme on one particular server/host wpengine.

    The error does NOT appear (with a similar configuration) on local installs and does not appear on another server/host (example given http://ashford.isourplace.ie/activity/ same credentials)

    The error reported by wpengine is as follows:

    Thanks for your reply! I’ve taken a look into this issue, and from what I can see, it appears to be an issue with BuddyPress. The caching on the page is fully disabled, and there is only one error popping up consistently in the error log. Could you provide this to BuddyPress to see if they are aware of why this might be occurring on a small install?

    [Sun Sep 28 03:22:31 2014] [error] WordPress database error Out of memory (Needed 4194276 bytes) for query SELECT COUNT(DISTINCT b.blog_id) FROM wp_bp_user_blogs b LEFT JOIN wp_blogs wb ON b.blog_id = wb.blog_id WHERE wb.deleted = 0 AND wb.spam = 0 AND wb.mature = 0 AND wb.archived = '0' AND user_id = 1 /* From [dogdrill.com/activity/] in [/dogdrill/wp-content/plugins/buddypress/bp-blogs/bp-blogs-classes.php:322] */ made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, bp_init, do_action('bp_init'), call_user_func_array, bp_setup_nav, do_action('bp_setup_nav'), call_user_func_array, BP_Blogs_Component->setup_nav, bp_get_total_blog_count_for_user, bp_blogs_total_blogs_for_user, BP_Blogs_Blog::total_blog_count_for_user

    Any help greatly appreciated – as i’d spent quite a while doing this locally.

    Shawn74
    Participant

    Hello, i’m using the latest BP release with the latest WP release but unfortunately some counters does not working correctly for me. Here a picture:

    no-count error

    Here the direct site:

    There is one group created, and the counter for groups is not showing 1 but count, reverse other counters does not show correctly the zero numeber (show no-count)

    I recently disabled with code the “Register” page, the one of BP, and also installed a registration anti-spam software.

    Already tried myself to change the original code i found: bp_get_total_group_count_for_user() with the only one is working for me (notifications): bp_get_total_group_count_for_user( bp_loggedin_user_id() )

    But this does not work. A little help should be creately appreciated… Stefano

    #191021
    danbp
    Participant

    @ryanjhale,

    wp roles and bp capacities are two diffrent things.
    bp_moderate has a specific usage applied to the site admin only. If you read what is written in bp-core-caps.php, you’ll see this comment at line 200

    
     * Temporary implementation of 'bp_moderate' cap.
     *
     * In BuddyPress 1.6, the 'bp_moderate' cap was introduced. In order to
     * enforce that bp_current_user_can( 'bp_moderate' ) always returns true for
     * Administrators, we must manually add the 'bp_moderate' cap to the list of
     * user caps for Admins.
     *
     * Note that this level of enforcement is only necessary in the case of
     * non-Multisite. This is because WordPress automatically assigns every
     * capability - and thus 'bp_moderate' - to Super Admins on a Multisite
     * installation. See {@link WP_User::has_cap()}.
     *
     * This implementation of 'bp_moderate' is temporary, until BuddyPress properly
     * matches caps to roles and stores them in the database. Plugin authors: Do
     * not use this function.

    BuddyPress groups moderators are not authorized to enter the admin dashboard or the group admin on frontend. Group moderators can only delete, move and spam group activities or topics. If the group has a forum, they wil have the same capacities.

    If you want a user to be able to access the admin dashboard, you can give him an editor role (which is a wp role).

    If you want to allow him access to the group admin on the front-end, you promote him to group admin. This setting doesn’t allow that user to enter the site admin. He’s only a group admin (with a wp role of subscriber, by default) and not a site admin (admin or super-admin (MS) ).

    #190961
    xprt007
    Participant

    Hi

    The index.php file is clean, …

    I used the plugin “Change DB Prefix” which enables a db prefix table change & in wp-config.php with a click. Good since the db has 175 tables 🙁 … ;), thi sbeing a community site with a number of functions.

    I added BuddyPress-Honeypot, … but does it not matter it seems to have had no changes since 2012?

    I temporarily disabled Wanguard to see if the 2 steps above + existing antispam plugins can handle this. Will then see about the .htaccess issue tomorrow etc.

    Many thanks & kind regards

    #190926
    xprt007
    Participant

    Hi

    Thank you for all the responses.

    Well, the issue of spam registrations & comments with the above mentioned plugins in addition to SI CAPTCHA Anti-Spam, Wordfence Security (?), etc had worked for months & was manageable, occasionally getting something in sometimes after weeks. I also blocked all IPs of spammers who would tried to login, etc.

    A few days ago, though I started getting a barrage of bot-registrations + groups with bogus content created. New registrations would come in as soon as I deleted some.

    Since it was late in the night in the middle of a very busy period, I thought someone probably getting similar issues could mention some quick solution I could find the following day.

    It was not my first time in the forum. Some of the above solutions were found through searching the forum, which i agree should be the first step.

    So far – in addition to the above plugins I first added JP User Registration Blacklist, WP-SpamShield and also reluctantly disabled user group creation. (Is there a plugin that enables moderation of user created groups, allowing the moderator to approve user created groups?)

    That stopped the group creation, but spam registrations continued coming. So like recommended above, installed Wanguard, though this being a small site which currently gets in very little income, it is not yet worth paying for it. I hope the free wanguard account can work for a while.
    That since yesterday only let in one or 2 registrations by some criminals, this being one of them – details shown by some plugin:

    Benutzername: clairmcconnan

    E-Mail: synfhongegizi@mail.ru

    Angezeigter Name: Claire McConnan

    Vorname: Claire

    Nachname: McConnan
    ….
    IP Address : 107.181.70.207
    Reverse DNS : 107.181.70.207
    Reverse DNS IP : 107.181.70.207
    Reverse DNS Authenticity : [Possibly Forged]
    Proxy Info : No Proxy
    Proxy Data : 107.181.70.207
    Proxy Status : FALSE
    HTTP_ACCEPT_LANGUAGE : en

    Names & emails suggest they mostly originate from Russia.

    danbp suggested using .htaccess to block Ru-based submissions. I will look into BUT – on an unrelated Drupal-based site, I ever had a much more serious attack, with as many 25,000 attempted login/post attempts a day(!), which were blocked by the Drupal mollom plugin BUT that constantly filled some DB table, probably logging visits/attempts, to several 100MBs a day, causing me problems with the webhost. Source of attacks was Russia, ukraine, China & Poland.

    The only solution that worked was adding literally several 10,000 lines of complete IP(blocks(?)s from those countries I got from some site to the .htaccess that blocked them out. Only that helped.

    Later on, though – months on, the web host removed that .htaccess file, because my site account was supposedly overusing server resources. I am not sure that had anything to do with the IP address lines in the .htaccess file, but the good thing is that a similar attack has not happened again.

    An .htaccess solution that only involves naming a country ( … ^(.*).ru/(.*) …) & not its thousands of IPs would of course be great & preferable, but I will do a search & see. My site does not need a single Russian & so can do without the country.

    Ultimately, for the time being – what I would need is a functioning free solution until the currently small site can pay for itself, later on. This particular site had not had anything similar in over a year, assuming Wanguard cannot be used …

    Anyway, thank you all.

    #190696
    danbp
    Participant

    Over 170 topics are tagged with “spam” on this forum.
    https://buddypress.org/support/tag/spam/

    #190694
    Hugo Ashmore
    Participant

    @xprt007 What else have you tried before asking this question here?

    #1 would have been searching the forum archives for possible solutions from past threads (one of great benefits of forums are ever increasing db of information and help derived from questions & replies)

    #2 would be to check the WP plugin repo searching one something like ‘spam’

    In addition to danbp’s advice try installing Wanguard which seems to do a fairly good job along with perhaps a simple registration submission question – believe something called ‘BP-humanity’ might work.

    btw I edited your topic title to remove ‘urgent help’ that’s not considered an appropriate phrase to enter on subject titles 🙂

    #190319
    danbp
    Participant

    @xprt007,

    my 3 word recommendation: disallow group creation !
    And prevent your users, if they need a group, that they have to ask you to create it for them.

    A good pratice to avoid spam, is to use another table prefix as the default wp_table_name. Bots really like this prefix to rape databases. 👿

    Aside you can also try to stop some spambots via htaccess.
    Search on the web for more information on how you can do this.

    Here 2 lines you can add to htaccess to block some russian spambots (without any waranty)

    RewriteCond %{HTTP_REFERER}  ^(.*).ru/(.*)
    RewriteRule ^.*$   -   [F]
    #190057
    xprt007
    Participant

    Hi

    I am having problem with users mostly from Russia, with outlook, hotmail & gmail accounts permanently remotely creating groups where they post content, without them even being on the site as site counter shows + an increasing number of remote registrations, which of course I delete, but would be better o have them blocked.

    I have spam control (aksimet – free, bad behavior), but it only seems to work for post/page comments.
    Currently so much of these groups being created. How can I stop this?

    Any help would be very much appreciated.

    #189631
    Henry Wright
    Moderator

    The best way to debug this if you’re sure only certain individuals are affected is to find out what’s different about them:

    • What role are they?
    • Are they activated members?
    • Are they marked as a spammer?
    • Do they have any friends?
    • Anything else?

    Some (maybe all) of these won’t be related but with something like this when there isn’t much info to go on, the only way to debug is trial and error.

    #189029
    danbp
    Participant

    @donalyza,

    if you use phpmyadmin, you can easily export the 3 tables related to groups from site 1 and import them in site 2. phpMyadmin has natively import/export tools and avoids you to use an extra plugin to generate CSV or sql formated files.

    xxx_bp_groups
    xxx_bp_groups_groupmeta
    xxx_bp_groups_members

    xxx is the prefix you entered during the wp install. By default it is wp, but it is recommended to use another one. Spambots are too much in love with wp_ prefix. You’re warned ! :d

    #188916
    bitpath
    Participant

    Hi,
    I am resetting a buddypress site and constantly clean spammers and bloggers out. On the site/members page, I cannot seem to find where the extra members are being listed. It is a multisite, and it seems to be counting members I have deleted. They are not listed but do show up in the (count) of members on that page, leading to an inconsistency between the number of members and those listed.
    I’ve tried cleaning out the user meta, activity and activity meta, ran an optimizer tool as well as the buddypress optimization tools and I can’t seem to see where this count is coming from or how to easily delete out the meta and activity for users no longer members of the site.
    Is there a database script or tool I can use that will delete all meta and activity out for members deleted from the site so it does not cause confusion when somebody else uses those usernames? The site is https://bitpad.net
    thank you!

    JJNW
    Participant

    I really really would love to set this page as RANDOM, every page load.

    First, it keeps people from owning first position, and 2nd, it would deter spammers owning the first page and/or top position.

    ANY advise, how to, etc. would be sincerely appreciated.

    THANKS!

    #188834

    In reply to: Activate component

    bp-help
    Participant

    @sam01389
    Activate component? Not entirely sure what you mean. A user registers on the site then they are sent an email which may or may not go into that users spam folder depending on the server after which they are instructed to click the activation link in that email. If your users are not receiving this email after registration then you may want to check your servers error logs and report back.

    #188510

    In reply to: Register CSS Style

    Jencina
    Participant

    I’m sorry I can’t do that.

    I’m my register.php page there are two <div . <div id="my-custom-registration"> and <div class="register-section" id="basic-details-section"> :

    Mod Edit// tinypic link removed as too spammy and using re-directs to other sites.

    I’m trying to do that in CSS with “#my-custom-registration” and “#register-section”, but no luck.

    Sorry for my ignorance

    #188502
    Jencina
    Participant

    My registration page is very ugly, like this:
    Mod Edit// tinypic link removed as too spammy and using re-directs to other sites.

    And I wan’t create a pretty form, like this:
    Mod Edit// tinypic link removed as too spammy and using re-directs to other sites.

    I haven’t much idea about CSS, can anyone help me??

    Thanks

    #186508
    shanebp
    Moderator

    You’re looking at a symptom, not the problem.
    If users are marked as spammers, then activity comments will be marked as spam.
    So that part is working properly.

    The real question is, why are users being marked as spammers?

    To show comments regardless of spam flag, try this in the activity-loop.php template:
    if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&spam=false' ) ) :

    #186507
    milosnikolic
    Participant

    Ok I found it… After changing 2 default settings for spam from ham_only to false it works and shows everything now.

    But I can’t figure out why they are marked as spammers in the first place after the 2.0 update.

    #186505
    milosnikolic
    Participant

    Ok here I found this:
    “Added new “hide_spam” parameter to the entire Activity template loop stack; defaults to true, except if specific activity items have been requested (for backpat reasons).”

    I found “hide_spam” in 3 files in buddypress but it’s already set to false? How can I disable this option?

    Is it here in bp-activity-template.php:

    // If a user is a spammer, their activity items will have been automatically marked as spam. Skip these.
    if ( $comment->is_spam )
    continue;

    $user_ids[] = $comment->user_id;

    or here

    @type string|bool $spam Spam status. ‘ham_only’, ‘spam_only’, or false
    * to show all activity regardless of spam status. Default: ‘ham_only’.

    #186502
    milosnikolic
    Participant

    Yes I thought so but one of the first things I tried is to disable all plugins except Buddypress and it was still happening. I tried it again now – bbpress error is for something else it seems, as users still get marked for spam even when it’s disabled.

    #186494
    milosnikolic
    Participant

    Yes it was a typo, I meant “is_spam”. Yes I tried switching and the same thing is happening, it’s not for all users, but most have the problem. When I mark for spam/unmark in the users list their old activity shows up (when they were marked for spam, and it’s reset to 0 in the table), but as soon as they log in and try to post it goes back to marking their activity as 1 in is_spam column, and not showing anything (and not giving them access to bbpress forum also).

    #186493
    shanebp
    Moderator

    Then the problem is in those files.
    There is no column ‘spam’, the column name is ‘is_spam’.

    If you switch themes to a WP theme like 2013, do you still get those errors?

Viewing 25 results - 726 through 750 (of 3,350 total)
Skip to toolbar