Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 776 through 800 (of 3,350 total)
  • Author
    Search Results
  • #182758
    sem101
    Participant

    Of course, my thread gets hijacked by a spammer 🙁 Geez, this is too much!

    #182755
    sem101
    Participant

    From developer of Stop Spammers:

    2/21/2014: I am ending support of this plugin. I will be asking WordPress to remove it from the Repository as it causes too many problems.

    #182754
    sharmavishal
    Participant

    https://wordpress.org/plugins/stop-spammer-registrations-plugin/

    Above plugin is the only plugin you will ever require to stop spam. Donate to plugin author if it stops spam on your site to keep the plugin alive

    #182753
    sharmavishal
    Participant

    https://wordpress.org/plugins/stop-spammer-registrations-plugin/

    Above plugin is the only plugin you will ever require to stop spam. Donate to plugin author if it stops spam on your site to keep the plugin alive

    #182752
    sharmavishal
    Participant

    https://wordpress.org/plugins/stop-spammer-registrations-plugin/

    Above plugin is the only plugin you will ever require to stop spam. Donate to plugin author if it stops spam on your site to keep the plugin alive

    sem101
    Participant

    Hi, I really like BuddyPress and have spend months setting up a new site. It not until after the site goes live, you *truly* get to test scenarios, tweaks, bugs, flaws, patterns, etc.

    We get TONS of Spam registrations and Spam users create Groups! I go through hours per day deleting new users.

    To BuddyPress developers or experienced BuddyPress users (over 1 year live):

    1. Is there a checklist somewhere for security? I will promise to follow all your suggestions and enable step by step security!
    2. Are there *recommended* plugins? Either paid or free is fine. We don’t care about paid. We just want the Spam to stop! If we cannot stop Spam, we cannot use BuddyPress 🙁

    We have tried a few and they just don’t work good, e.g. captcha, honeypot, etc.

    Thank you for your help in advance!

    Sorry for my poor English.

    #182698
    valuser
    Participant

    This plugin, though not updated for a very LONG time, still works.

    Might be a LITTLE help in the ongoing battle against spam!

    https://wordpress.org/support/plugin/buddypress-humanity

    Security question/answer can produce a text-string, not just a sum, answer.

    #182692
    Shea Bunge
    Participant

    I’m the developer of BuddyPress Security Check. Unfortunately, it appears that spammers have found a way to complete the math sum, allowing them to register. This means that BuddyPress Security Check will probably not prevent bots from registering. It certainly isn’t generating fake signups though. Probably best to disable BuddyPress Security Check until I figure out how I can fix it and release a new update.

    Thanks for the ping @johnjamesjaccoby

    #182402
    modemlooper
    Moderator

    list what you’ve done to prevent spam

    #182400
    okamiokami
    Participant

    I’m running a BuddyPress website, and as many other admins I’d like to be able to manually approve new users.

    I’m using a combination of plugins to exclude spam (captcha, wangguard, etc), but even with a triple redundancy I simply cannot get rid of spam, with the only effect of scaring away real (although lazy) perspective users who might not be able to figure out blurred captcha images.

    The vast majority of websites at least verify new users’ email addresses, but that does not seem to be an option with BuddyPress.

    Let me summarise:

    1. add the option to wait for admin approval
    2. add email verification

    I believe that these 2 simple additions would be greatly appreciated by the community, especially since BP appears to be the favourite choice for spammers.

    Thank you

    PS. Please do not suggest plugins or external services. I’ve tried several, but to date I haven’t found a reliable option (even combining several plugins).

    #182338
    Doctor Psyringe
    Participant

    I *JUST* solved my issue by updating the outdated buddypress.css — but I don’t have the spam submit button issue. I’ll have to test that. I was getting double posts regardless everywhere a comment was contributed.

    -Nick

    #182317
    localiseorg
    Participant

    @jconti – probably best as a separate plugin rather than bundling too much in to WangGuard.

    A modernised version of https://wordpress.org/plugins/bp-moderation/ would be ideal, as that plugin already does most of what’s required – it just needs lots of cleanup.

    Admin settings interface:

    Choose which content types should get a report/flag link (including things like status updates, comments, groups, forums, members, posts, articles, etc).

    Customise link text, eg. “Report %username%” or “Flag %contenttype%” etc.

    Decide how many reports something needs before an automatic response is triggered. Eg. if 5 people have flagged a comment as bad, person who made that comment should get a customised message and the message should optionally be forwarded to an admin.

    The message I’ve set up in BP Moderation plugin looks like this:

    %AUTHORNAME%,

    Several users reported your content as inappropriate:
    %CONTENTURL%.

    A community moderator has been notified and will review the content. If it is found to be in violation of our site terms of use, your account will be removed.

    %SITENAME%

    Front-end UI:

    Make HTML as consistent as possible, but compatible with the UI found for the specific type of content.

    Ensure there is a specific class on all flag/report links, eg. class=”abuse-button”

    Ensure there is a content type specific class on each flag link, eg. class=”abuse-type-comment”

    Ensure there is a state specific class on all links, eg: class=”not-flagged” or class=”is-flagged” as applicable.

    Use AJAX when user flags/unflags something to avoid page refresh.

    Management Interface:

    There should perhaps be two management interfaces, one for site admins in the WP backend, and one for forum/group mods in the front-end.

    In the backend, see BP Moderation plugin for an example.

    In the front-end, it would be nice if say a group admin/moderator would get messages about problem users in their group and be able to deal with it themselves (via front-end UI, I don’t want normal users of my site going in to WP backend). This would reduce workload of WP site admins.

    Spam integration:

    I assume this is something native to WP but it might be from a plugin, not sure. Anyway, in admin area when you go in to Comments or Topics, etc., and hover over content items you get a spam link in the links that appear:

    Spam link in admin interface

    It would be nice if when the auto-response message is triggered (as mentioned earlier – for example after 5 people report something) it could be marked as spam. When marked as spam, content is hidden from the front-end and moved to a ‘spam’ folder on the backend. This would mean if several people report something it is temporarily hidden while an admin looks in to it – if the admin thinks it’s ok they can un-spam it, otherwise they can delete it.

    I have no idea which content types / reply types support this spam thing. It would also be worth checking with whoever implemented the spam thing to see what their future plans are?

    Other Notes:

    If the new plugin could provide hooks so that other plugins such as WangGuard could hook in to it, that would be ideal. For example, if WangGuard sees a blacklisted word in a comment it could automatically flag it or something like that.

    It would be useful if there was a record kept of how many times a user’s content has been flagged enough times to trigger auto-responses. This would enable admins to spot repeat-offenders who are regularly annoying other end-users and factor that in to any subsequent decision making (eg. should I ban that user?).

    It would be nice if there was a way to auto-suspend a member account if lots of their content is getting reported/flagged. This ties in with the count thing mentioned above. So if they’ve spammed groups and forums with spammy adverts, etc., and as a result other members have reported those things several times, the offending user would be auto-suspended if they have more than say 3 items moved to spam at any given time.

    #182226
    localiseorg
    Participant
    #182225
    localiseorg
    Participant

    Found some useful stuff here, but some of it is commercial :/ WangGuard in particular implements “report” links, but not sure to what extent (looks like it’s limited to activity stream?)

    10 Proven Ways To Stop BuddyPress Spam

    #182177
    csehasib
    Participant

    sure, also not sending on spam. have any suggestions?

    #182164
    djsteveo
    Participant

    I did some searches first, but have not found much.

    Has anyone created a “flag this”, “report user” “report abuse” kind of button thing for buddypress that works and is currently usable?

    I have seen things for admins to mark things as spam, but I think we all need a button for other users to click and report – anything from an activity stream post, to a private message, or a user, (media and or blog posts would be a bonus)

    I found: http://www.icoder.com/wordpress/buddypress/bp-abuse/

    but I doubt it works with any current wp / bp combo, and have no idea if it was even supposed to work in this manner. Since it is not in the official wp plugin depository I am not even going to mess with it.

    Certainly someone can put together some code to mix a “like button” kind of code with a “send info to admin” kind of thing.

    I think most of us need or will need something like this. I am trying to learn php right now, wish I could help with this!

    Any ideas?

    #182151
    Henry Wright
    Moderator

    Are you sure the email is failing to send? Could the email have arrived in the user’s spam mailbox?

    Tator
    Participant

    after my users have signed up it takes them to the screen

    Check Your Email To Activate Your Account!
    You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.

    I was wondering if there was a way to add something at the end “Sometimes are activation emails end up in users spam/junk folders, so please check there”

    #181574
    dice2dice
    Participant

    Hi folks,

    I have the latest version of Buddypress and WordPress, I also have BBPress and I use MailChimp on my site.

    New members are not receiving activation emails. Instead I keep getting emails from my 1and1 email server telling me email could not be delivered.

    I’ve checked some of the email addresses and they are real.

    My website is http://www.whichinvestmentrust.com.

    Below is an example of the emails I receive but with the first part of the users email covered by asterisks.

    Can anyone help?

    This message was created automatically by mail delivery software.

    A message that you sent could not be delivered to one or more of
    its recipients. This is a permanent error. The following address
    failed:

    “*****@ghsparks.com”:
    SMTP error from remote server after transfer of mail text:
    host: ASPMX.L.GOOGLE.com
    5.7.1 [82.165.159.5 12] Our system has detected that this message is
    5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail,
    5.7.1 this message has been blocked. Please visit
    5.7.1 http://support.google.com/mail/bin/answer.py?hl=en&answer=188131 for
    5.7.1 more information. v8si7913811eew.307 – gsmtp

    — The header of the original message is following. —

    Received: from icpu1403.kundenserver.de (infong473.kundenserver.de [212.227.114.138])
    by mrelayeu.kundenserver.de (node=mreue004) with ESMTP (Nemesis)
    id 0LnFph-1XCxDN3z37-00hLUh; Fri, 11 Apr 2014 02:28:21 +0200
    Received: from 82.3.63.126 (IP may be forged by CGI script)
    by icpu1403.kundenserver.de with HTTP
    id 4AjEdN-1WZmuN350F-0038Ba; Fri, 11 Apr 2014 02:28:20 +0200
    X-Sender-Info: <365626891@icpu1403.kundenserver.de>
    Precedence: bulk
    To: geoff@ghsparks.com
    Subject: [WhichInvestmentTrust.com] Activate Your Account
    Date: Fri, 11 Apr 2014 00:28:20 +0000
    From: “WhichInvestmentTrust.com” <wordpress@whichinvestmenttrust.com>
    Message-ID: <97e98bb5f69117b8536771a709df21f9@whichinvestmenttrust.com>
    X-Priority: 3
    X-Mailer: PHPMailer 5.2.4 (http://code.google.com/a/apache-extras.org/p/phpmailer/)
    MIME-Version: 1.0
    Content-Transfer-Encoding: 8bit
    Content-Type: text/plain; charset=UTF-8
    X-Provags-ID: V02:K0:3jfQ9yZ9M22hULDKFQFaqbK5CrWWogrLQOSFYWNfAFu
    4NJNrrQEqVPWWZujfsB8hEa4xJkS+7MvqCyXYbFup6MEfNVTej
    8nBVDCdkaWxir69zPalX/pNk0lqbBFzbJ98+qboVPwQ5IlyoSe
    MyqCOI5/Z2ALeYm9FYRFhDDeHGMgdrBtn4xlecjDAGAE0Zp9kR
    JM1CYmuac7xj7bxlxhhVr+msSjoavh11jGgmK0M8XVLGfRVXtY
    HC95CojTGY5zBqtuH5dGggf725JK9Q3hjipQt60OgZ+Y4ZwWyM
    Ut6drNNuQB2n/9HheAQ46LNzvSsa5/jIAO1WVUntPuynlMki31
    xK1h4lOGuwSwBzKIXrAbV2757td0p5Iwywjbt7k1OpgvWdnJ9h
    uX4NbSa5/SqLdRHMxbRBIGiH5/rIuY5xtjbL697BOwTGWCY8nK
    Lyoco

    #181572
    Anonymous User
    Inactive

    Hi @boblebad

    The extended profile in wp-admin is available to help you moderate profiles in the WP Admin area. One of the metabox is there to spam/unspam users.

    You will see the link if :
    – you’re not trying to “moderate” yourself.
    – you have the capacity to moderate the user.

    For instance:
    – an admin shouldn’t be able to moderate a super admin
    – a super admin should be able to moderate an admin
    – a super admin shouldn’t be able to moderate himself.

    There’s an enhancement ticket on BuddyPress trac about it.

    #181555

    In reply to: Minecraft Validator

    keytastic
    Participant

    Ohman… the spam. It was awful. THANK YOU SO MUCH.

    boblebad
    Participant

    Hi

    I don’t have the new Extended profile tab under edit user ?

    Is there any settings that controls this tab ?

    I have just updated to WordPress 3.9, i don’t know if that has anything to do with it, it’s a problem on every theme incl 2014.

    EDIT: Also no spam management.

    All the best
    Carsten

    #181544
    keytastic
    Participant

    Hi,

    I run a Minecraft website, and I want all my users to be valid Minecraft account holders. I have a plugin that validates whether their username is a real Minecraft username or not. However, BuddyPress’s Register page bypasses that. I know it doesn’t look as nice, but is there a way to not use BuddyPress’s Register page? This validation plugin is incredibly effective against spam and I don’t want users registering with anything but their Minecraft username!

    Thanks in advance!

    #181479
    Texrat
    Participant

    – tool bar shows me as logged in
    – I have lost all other functions. I cannot add new items, edit posts, check Jetpack stats, etc. Dashboard link is there but generates error when clicked.
    – no plugins of the sort you mention. I *am* running Stop Spammers, Akismet and a plugin for confirming new users (those that get past the first two)

    #180967

    In reply to: Spam Overload

    Squirrel
    Participant

    Have you tried the WangGuard plugin? It’s supposed to be good stopping spam registrations.

Viewing 25 results - 776 through 800 (of 3,350 total)
Skip to toolbar