Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 476 through 500 (of 2,581 total)
  • Author
    Search Results
  • #231351
    Dave Lozier
    Participant

    @sbraiden – I recently helped migrate a site off of wpengine because of performance issues and the price wpengine wanted for more horse power under the hood. Their next level of service was going to cost $3200 a month. I suggested linode.com and was also amused by the fact that wpengine runs on top of linode.

    The page generation times for wordpress/buddypress/bbpress along with various plugins (gravity forms, buddypress xprofile custom fields type, gravity forms upload rules, gravity forms wysiwyg, gd bbpress toolbox, cloudflare…) was not good. It is still not where we want it either, unfortunately.

    The site is quite active, pushing 30,000 members and over 1.3+ million rows in the posts table. On average the page generation times are about 1.5 seconds for logged in users. Adding a new bbpress topic/reply can time out sometimes though. (still on the list to track down and fix)

    We utilize Cloudflare out front for a CDN and their threat/spam protection. Their service is free but if you need more page rules to balance out caching the pro service level is $20 a month.

    On linode we have a node balancer in front of two 4 core app server nodes. The app server nodes each connect directly to their own 8 core database nodes in a master master setup. This will be changing down the road once the database indexes are trimmed down with some denormalization. The cost for the node balancer, two 4 core and two 8 core nodes is $260 a month but that’s also allowing for some room to grow, capacity wise.

    Server software is a combination of nginx, apache (threaded), php-fpm, glusterfs (upload directory only), memcache, zend opcode cache and mariadb. Nginx is the web server in front of apache which serves up static files from the glusterfs file system. Nginx is caching the static content being served up by apache along with full page caching (fastcgi) for anonymous visitors. Cloud flare is also caching the static content and to date we aren’t having any performance issues with IO and glusterfs.

    I hope this helps. It can be done but it takes some effort (and money) to do so.

    #231037
    surenpillai
    Participant

    Thank you. I went through the second round! installed even the one mentioned above

    confronted “do not have associated wordpress pages” problem
    searched for help and came up with https://buddypress.org/support/topic/do-not-have-associated-wordpress-pages/

    It all sounds very complicated to me. Is there somewhere a clear HOWTO to install this.
    I have deactivated and deleted the plugin.(all sorts of spams including viagra!! were present on the pages)

    cleartalk blocked 80 spams! Thankfully I installed the spam blocker on time

    #231022

    In reply to: Spam Issues

    Security
    Participant

    Hi @atomonfire have a look at this thread which is quite related to your issue https://buddypress.org/support/topic/spambot-users/#post-230739
    apart from that try plugins such as wanguard,bp security question.
    I hope this helps
    Thanks

    #230913
    danbp
    Participant

    hi @lucdkny, @colorfullady,

    by default, the activity update is only intended for short and brief message to other users. Reason why the form is coming without any editor tools and doesn’t let you use any html tag.

    If A+ or BP let you add images and videos, it’s because WP use automated oembed for such medias in any front-end editor, even the most simpliest like BP’s update.

    If you want to mention docs, pdf, zip, or anything else, you might use some dedicated plugins. For example bp groups docs or Buddydrive. Each action made with help of these plugins will be mentionned on the activity feed. But to access the doc itself, users have to go to the mentionned group or profil.

    I wouldn’t recommend you to get around these rules. File manipulation on front-end is delicate and a too easy opportunity for spammers or hackers. Don’t play with fire. 😉

    #230851

    In reply to: Spam/Bot users

    djsteveb
    Participant

    Best thing I did to limit spam bot users is adding the free wordpress plugin “good question” – but change the defaults questions and answers.

    I also reccomend si captcha plugin, and limit login attempts.

    I always change the default settings on limit login attempts to be more strict than default.

    I also add whitelist ip plugin for limit login attempts so I don’t lock myself out – lol.

    #230729

    In reply to: Spam/Bot users

    danbp
    Participant

    It’s not buddypress but WP who manage registering and concerning bots, they go directly on your server.

    A good starting point is to read the WP Codex:
    https://codex.wordpress.org/Hardening_WordPress

    And at least,
    Never use “admin” as username
    Never user wp_ as table prefix

    If you search for “spam” on this forum, you will find many topics about this subject.
    And the latest one, even if not directly related to your issue, is one of the sticky post on the forum homepage. https://buddypress.org/support/topic/this-is-why-we-cant-have-nice-things/

    #230548

    In reply to: Custom Login Redirect

    ad4m_wordpress
    Participant

    I would LOVE to be able to edit the code. The plugin url is here –

    https://wordpress.org/plugins/custom-login-redirect/

    I would LOVE to be able to change the ‘default’ value to say ‘My Profile Wall’ and then hard code it so it using the php method you mentioned above so it gives users the option of redirecting themselves to their profile wall.

    You can see a live version of it on my site http://milemarker20.com/wp-login.php

    (I plan to change the location of the login url to help prevent spam.)

    #230522
    zorro1965
    Participant

    Are there any best practices for I can adapt for a new site I am starting to prevent bogus members just signing up to spam things.

    #230135
    Stephen Edgar
    Moderator

    @danbp wrote…
    2 is very appropriate: one for a site url, one for a screen shot… or max. 2 spam link 🙂

    This is WordPress’ default setting /wp-admin/options-discussion.php and I tend to agree, 2 seems quite reasonable.

    @danbp wrote…
    But for mods (only), it could be more depending the user problem, even if 2 seems to be ok in most case.

    I’ve just added a patch to bypass this altogether for moderators as it is pointless moderating moderators topics/replies that the moderator can self approve!

    @danbp wrote…
    But the warning msg, what ever the allowed links will be, is important.

    A bit of background, there was a bug in bbPress that meant ‘maximum number of links’ was never actually being checked, thus we fixed said bug and now we see the results of said fix :/

    Included in those same checks is Comment Moderation and Comment Blacklist also at /wp-admin/options-discussion.php for when a topic or reply contains any of the listed words (e.g. name, URL, e-mail, or IP) then the topic or reply will be saved with the post status pending and held in the moderation queue.

    Currently if a match occurs from the “blacklist” a notice is displayed and the post is never created
    ERROR: Your topic/reply cannot be created at this time., this behaviour will not change and only keymasters/admins can bypass this.

    For the actual “warning message”/”notice” that is posted when either the max number of links or a word trigger from the “comment moderation” word list is triggered per @JohnJamesJacoby’s comment here:

    https://bbpress.trac.wordpress.org/ticket/1988#comment:3

    Having it be nondescript, and leaving it up to the moderation/admin team to review those posts and choose whether or not to publish them, seems the simplest approach for today.

    #230051
    tim_marston
    Participant

    Thanks @henrywright

    Here is the list:

    Admin Tweaks
    Advanced Excerpt
    Antispam Bee
    bbPress
    Bowe Codes
    BP Auto Activate Autologin Redirect To Profile On Signup
    Bp Clear Notifications
    BP Group Activities Notifier
    Broken Link Checker
    BuddyBlock
    BuddyPress
    Buddy Press Activity Ads
    BuddyPress Activity as Wire
    BuddyPress Activity Comment Notifier
    BuddyPress Activity Privacy
    BuddyPress Block Activity Stream Types
    BuddyPress Live Notification
    BuddyPress Profile Visibility Manager
    BuddyPress Security Check
    BuddyPress Usernames Only
    Delete Expired Transients
    Duplicator
    Email Login
    Facebook Like User Activity Stream For BuddyPress
    Google Analytics +
    Imsanity
    Infinite SEO
    Insert Headers and Footers
    Mailjet for WordPress
    Menu Items Visibility Control
    OPcache Dashboard
    Post Voting
    Pretty Link Lite
    Query Monitor
    Random Banner
    rtMedia for WordPress, BuddyPress and bbPress
    rtMedia Pro
    s2Member Framework
    SearchWP
    SearchWP bbPress Integration
    Social Likes
    Subscribe To Comments
    User Activity
    Wordfence Security
    WordPress FAQ Manager
    WP-DBManager
    WP-Memory-Usage
    wp-Monalisa
    WPBakery Visual Composer
    WP Better Emails
    WP External Links
    WP Maintenance Mode
    WPMU DEV Dashboard
    WP Widget Cache

    #230026
    techytoo
    Participant

    Spammers seem to leave once they see their not getting dofollow backlinks.

    #230022
    irieside
    Participant

    Thanks for replying. Where do I find the WordPress settings? Under settings in the dashboard I only have access to buddypress and general settings, along with other plugin settings.

    I’m at a very amateur level with PHP, if I can avoid it that would be best. But simple adjustments are doable.

    I’ve installed that plugin, but members still report that they are unable to post. If I can adjust the ‘spam’ filter that would be awesome, to allow nearly everything besides multiple links.

    #230003
    danbp
    Participant

    Try first by modifying the read more params in WordPress settings.

    Publishing “post” with help of the “what’s new” form is not really intended to publish long texts. And the read more link will cut it off by default after 150 char or so…

    Aside, spam settings are also to be rewieved in your WP settings. By default, any comment text containing more than 2 links are considered as spam.

    And depending the theme you use, you have also to check theme’s settings about such params…

    In case of, you could try this plugin (but not sure it already works).

    If you’re well with PHP, you can also try to play with this.

    #230000
    irieside
    Participant

    Update: I just found all the dead posts in the spam folder of ‘Activity’ how can I stop buddypress from labeling certain posts as spam?

    #229940
    danbp
    Participant

    @johnjamesjacoby,

    2 is very appropriate: one for a site url, one for a screen shot… or max. 2 spam link 🙂
    But for mods (only), it could be more depending the user problem, even if 2 seems to be ok in most case.

    But the warning msg, what ever the allowed links will be, is important.

    I published my answer and…nothing. So i first thinked i did something wrong, before i realized that it could be a new forum setting. Thought other user can think the same.

    #229861
    Brent Havill
    Participant

    Thanks Henry!! Your are a huge help!

    ps – while I search for the social network notify members plugin, would you mind just having a quick look at this ‘list’ of our plugins I just happen to have on hand?:

    LIST OF PLUGINS:
    AVH Extended Categories Widgets
    Settings | Deactivate | Edit Replacement of the category widget to allow for greater customization of the category widget.
    Version 3.9.3 | By Peter van der Does | View details
    BuddyPress
    Deactivate | Edit | Settings | About Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
    Version 2.1.1 | By The BuddyPress Community | View details

    Category Order
    Deactivate | Edit The Category Order plugin allows you to easily reorder your categories the way you want via drag and drop.
    Version 1.0.3 | By Wessley Roche | View details

    Contact Form 7
    Settings | Deactivate | Edit Just another contact form plugin. Simple but flexible.
    Version 4.0.1 | By Takayuki Miyoshi | View details
    There is a new version of Contact Form 7 available. View version 4.0.2 details or update now.

    LayerSlider WP
    Deactivate | Edit LayerSlider is the most advanced responsive WordPress slider plugin with the famous Parallax Effect and over 200 2D & 3D transitions.
    Version 5.1.1 | By Kreatura Media | Visit plugin site

    Limit Login Attempts
    Deactivate | Edit Limit rate of login attempts, including by way of cookies, for each IP.
    Version 1.7.1 | By Johan Eenfeldt | View details

    Reveal IDs
    Deactivate | Edit Reveals hidden IDs in Admin interface that have been removed with WordPress 2.5 (formerly known as Entry IDs in Manage Posts/Pages View for WP 2.5). See options page for information.
    Version 1.4.5 | By Oliver Schlöbe | View details

    Sweet Captcha
    Deactivate | Edit Adds SweetCaptcha anti-spam solution to WordPress on the comment form, registration form, and other forms. Is compatible with Contact Form 7 and BuddyPress plug-ins. WordPress network is also supported.
    Version 3.0.8 | By Sweet Captcha | View details

    Vibe Course Module
    Deactivate | Edit This is the Course module for WPLMS WordPress Theme by VibeThemes
    Version 1.8.1 | By Mr.Vibe | View details
    There is a new version of Vibe Course Module available. View version 1.8.2 details or update now.

    Vibe Custom Types
    Deactivate | Edit This plugin creates Custom Post Types and Custom Meta boxes for WPLMS theme.
    Version 1.8.1 | By Mr.Vibe | View details
    There is a new version of Vibe Custom Types available. View version 1.8.2 details or update now.

    Vibe ShortCodes
    Deactivate | Edit Create unlimited shortcodes
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of Vibe ShortCodes available. View version 1.8.2.1 details or update now.

    WooCommerce
    Settings | Deactivate | Edit An e-commerce toolkit that helps you sell anything. Beautifully.
    Version 2.2.8 | By WooThemes | View details | Docs | API Docs | Premium Support

    WPBakery Visual Composer
    Deactivate | Edit Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.
    Version 4.2.3 | By Michael M – WPBakery.com | View details
    There is a new version of WPBakery Visual Composer available. View version 4.3.4 details. Download new version from CodeCanyon.

    WPLMS Assignments
    Activate | Edit | Delete COURSE Assignments plugin for WPLMS
    Version 1.8.1 | By VibeThemes | Visit plugin site

    WPLMS Customizer Plugin
    Deactivate | Edit A simple WordPress plugin to modify WPLMS template
    Version 1.0 | By VibeThemes | Visit plugin site

    WPLMS Dashboard
    Deactivate | Edit Student/Instructor Dashboard for WPLMS theme
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of WPLMS Dashboard available. View version 1.8.2 details or update now.

    WPLMS Events
    Activate | Edit | Delete COURSE Events plugin for WPLMS
    Version 1.8.1 | By VibeThemes | Visit plugin site
    WPLMS Front End
    Deactivate | Edit FRONT END Content Creation plugin for WPLMS
    Version 1.8.1 | By VibeThemes | View details
    There is a new version of WPLMS Front End available. View version 1.8.2 details or update now.

    WP Mail From II
    Deactivate | Edit Allows you to configure the default email address and name used for emails sent by WordPress.
    Version 1.0.2 | By Ben Huson | View details

    #229587
    Ben Hansen
    Participant

    darned spammers

    #229581
    Henry Wright
    Moderator

    @jjj I’ve noticed 1 or 2 forum spam messages today actually. Topic subject lines were along the lines of aaaaaaaaa and the thread content was a similar kinda crap. Not sure if that was related? Anyhow, I spammed the messages when I came across them

    #229575
    bp-help
    Participant

    Sorry to here this @johnjamesjacoby it is a real shame that these measures need to be taken…but I also would not want to be the one with the task of deleting hundreds of automated spam pages either so I support this choice 100 percent. Thanks for the heads up!

    jessy
    Participant

    I copy it into bp-custom.php:
    Fatal error: Call to undefined function xprofile_set_field_data() in bp-custom.php

    In my functions.php I used action, still do not work:

    
    function oi_bp_actions_and_filters() {
      xprofile_set_field_data('user_status', 39, 'spam');
    add_action('bp_init', 'oi_bp_actions_and_filters');
    #229539

    In reply to: BudyPress Activation ?

    Henry Wright
    Moderator

    Hi @eustache44

    Try a few things:

    • Take a look in the spam folder to see if emails are going into that
    • Check with your hosting company that emails are being sent by your mail server
    • Deactivate all plugins (as you’ve said you’ve already done)
    • Activate the Twenty Fourteen theme
    #229500
    shanebp
    Moderator

    user_id is an integer, not a string.
    Try:
    xprofile_set_field_data('user_status', 39, 'spam');

    #229227
    VentureCore
    Participant

    Hello @hnla, @maaazkhan007 spammed my thread with a masked link too.

    #229226
    VentureCore
    Participant

    Thank you @maaazkhan007, it’s very comforting to know there are spelling police monitoring the forums. I feel so much better now… or is really just your way of spamming the forums like a troll with your masked links?

    #229029
    jbird
    Participant

    Sorry for any confusion.

    I have WP multisite installed on the same server which runs my main site. It does not have BuddyPress installed on it.

    I have a clean, single version of WP installed in a separate directory on that same host. That’s the one I’m trying to get BP to work on. As far as I know, I installed it through the Add New Plugins panel directly from WP.

    As far as the DB goes, I’m not that well-versed with mySQL, but I can export this. Under wp_bp_activity, I can see my test entries for “activity_update” “activity_comment” and “new_avatar”, all of which are showing up in the front end in the Activity stream.

    However, when I post a comment in a blog, even though it shows up fine under the actual blog in the front end, this is the row that is added to the DB under the table wp_bp_activity:

    id = 39
    user_id = 2
    component = members
    type = last_activity
    action =
    content =
    primary_link =
    item_id =
    secondary_item_id = NULL
    hide_sitewide = 0
    mptt_left = 0
    mptt_right = 0
    is_spam = 0

    In other words, action, content, primary_link, and item_id have NOTHING in them, which is not the case for the other rows that are showing up fine.

    Not sure if this sheds any light…

Viewing 25 results - 476 through 500 (of 2,581 total)
Skip to toolbar