Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 826 through 850 (of 2,663 total)
  • Author
    Search Results
  • bp-help
    Participant

    @dice2dice
    You can change the register page name and slug to sign-up.
    You can also try using Private Community For BP:
    You will also need to change line 27 in private-community-for-bp.php from /register to /sign-up to reflect the change of the register slug.
    If your not using it you can get it here:
    https://github.com/bphelp/private_community_for_bp
    Another thing you can try is this small plugin “Spam Killer” which creates a hidden field humans can’t see, spam-bots will see it and fill it out and get a message indicating spammy behavior and it rejects their registration. Get it here:
    https://github.com/bphelp/bp-spam-killer
    Please read the readme.txt for complete instructions for usage for both plugins.

    #165588
    funmi omoba
    Participant

    @sbrajesh, thanks for all your great work for bp community. if there is a way to limit message a user can send aswell, let say 10 messages in 30min etc that will be great.

    Sometimes, human spam will sign up and send messages to hundreds of users.

    #165584
    bp-help
    Participant

    @sbrajesh
    Your welcome sir!
    I look forward to this new plugin you will release I think you are really closing a gap that needed to be closed. By the way BP User Profile Visibility plugin rocks. Thanks once again for the awesome plugins and all the hard work you put forth, I respect you immensely!

    #165578
    Chiangmai
    Participant

    Exactly the same problem.

    Emails have been sent most end up in spam boxes of new registrants. Clicking on link goes to site and produces “invalid activation key” .

    If new registrants had then gone to home page to log in they can access their accounts but all stop at “invalid activation key” ,very frustrating!

    Any answers?

    #165554
    SK
    Participant

    @sbrajesh Yup, I can see that use case. I meant the plugin is useless for this particular purpose.

    As far as Friendship request throttling is concerned, I am about to release a plugin today which does allows site admins to limit the no. of requests sent per minute(or you can set say 30 requests per 60 mins, that flexibility lies with the site admins).

    Fantastic!

    #165553
    P
    Participant

    @sooskriszta I agree that the plugin is a terrible idea. Throttling is one thing (telling the user “hey slow down a bit”) but setting an absolute limit for the number of friendships goes against the concept of a community.

    Going back to the ORIGINAL point of this topic, I said I will add throttling to the activity page and the friendship requests, but I ran into small trouble and thought maybe some of you people can help out. I opened another topic https://buddypress.org/support/topic/add-custom-setting-to-buddypress-settings/, I appreciate it if you can check it out and help out. @synaptic @sooskriszta

    #165552
    Brajesh Singh
    Participant

    @bphelp thanks Ben for the heads up.

    @sooskriszta

    You are right about the use case. It is not suitable for spammers protection and neither suitable for normal sites.

    I built it specifically for membership based sites where they wanted to limit the no. of friends and charge for increasing the limit(I had got that specific requirement from a client and they implemented it with s2 members plugin in their case).

    As far as Friendship request throttling is concerned, I am about to release a plugin today which does allows site admins to limit the no. of requests sent per minute(or you can set say 30 requests per 60 mins, that flexibility lies with the site admins).

    #165520
    @mercime
    Participant

    @mamun669 Great. Marking this topic as resolved.

    #165516
    M Rasid
    Participant

    I have installed WangGuard and apparently its giving me a relief from the stupid spammers

    Thanks

    #165511
    @mercime
    Participant
    #165487
    SK
    Participant

    Thanks @bphelp

    The plugin seems like a terrible idea. I mean some particular installation somewhere in the BuddyPress world might need it, but I don’t like the idea of limiting BP’s functionality (potentially thwarting the value of the online community) for everyone to try and stop a few bad apples. What number will you limit the friends to so that spammers are blocked and the community is valuable? 5, 10, 50, 100, 500?

    Your original idea of throttling friend requests was far neater and remains superior to this plugin’s concept.

    #165486
    Ben Hansen
    Participant

    neato!

    #165485
    bp-help
    Participant

    There is a new premium plugin out by BuddyDev called BuddyPress Limit Frienship check it out here:

    BuddyPress Limit Friendship


    This should help you folks out @tim_marston @ubernaut @sooskriszta . Another great job @sbrajesh !

    #165438
    bp-help
    Participant

    @tux-kapono
    Why would it be confusing unless you have several admins? Subscribers should not have access to how many registered users there are in the dashboard anyway. Unless those users are active participants wouldn’t it kinda mislead new legitimate registered users that there is more active members than what is truly there? Most likely the registered users that never logged in was either spam-bots or human spammers and most people fight that tooth and nail. If you have several admins then I would just communicate that to them.

    #165279
    bp-help
    Participant

    @wpbp
    I produced a small plugin that is geared toward automated spam attacks but I haven’t gotten any feedback as far as its effectiveness:
    https://github.com/bphelp/bp-spam-killer
    As far as spam attacks from real users I think there are helpful solutions out there but spammer hacker types will always find way to circumvent any prevention method so the best prevention as an admin is being active on your site.

    #165277
    inge12
    Participant

    One plugin that looks good for preventing registration spam is WangGuard. (Search for it in the WordPress repository.) I’ve just installed it, so can’t tell you if it’s as good as it sounds. (I run a very busy blog and allow commenting by unregistered users. Akismet catches spam and Conditional Captcha deletes it without my seeing it. The latter reduced spam from hundreds of comments a day [marked by Akismet] to near-zero. Only the occasional human spammer gets in.)

    Allowing unmoderated registrations is spammer nirvana. 😉 I allowed posting by unregistered users so I could turn off user registration. Now that I’m wanting to use Buddypress, I had to enable registration but installed WanGuard. Within a few hours, I had one registration attempt — even though Buddypress can’t be seen anywhere on the site yet — but no successful registration, thanks to WangGuard. Tomorrow will tell me more.

    #165246
    @mercime
    Participant

    @wpbp 1. Disable registration in Settings > General.

    2. Disable group creation in Settings > BuddyPress > Settings > Groups.

    3. Disable album creation/uploading of images in the plugin’s settings or are you referring to native WP image galleries?

    You can enable group creation and registration after you’ve done some general housekeeping and adding some spam/spammer prevention.

    #165245

    @wpbp, The problem is that many spam nowadays are not bots but real human spam. I have same problem on one of my installation. all you can do is to ban the domain which has been a source of spam to your site. e.g: spam1@me-now.com. spam22@me-now.com

    when you put “me-now.com” in the following code, it will ban any email from me-now.com, Put it in your functions.php

    http://pastebin.com/a2mTNVZX

    Note: I have 3 sets of this code, I have the one which can ban specific email from gmail, yahooo, hotmail etc without banning other users using gmail, yahooo, hotmail. if you want that aswell i can post it or all the 3 if someone can release it as a free plugin , no problem.

    Naijaping

    #165236
    SK
    Participant

    Doesn’t require any change in Akismet.

    Akismet plugin will need a little change – it will need to tie reporting to role.

    BuddyPress will need to incorporate the functionality of members/users flagging activity, the way users can report messages in software like phpBB.

    #165235
    Ben Hansen
    Participant

    seems like major overhaul to the way aksimet works now but as i said before anything we can do to make spammers lives more difficult i’m basically for it.

    #165234
    SK
    Participant

    Nope, flagging by members shouldnt be reported to Akismet directly. As mentioned above, it’s a two step process. Site/Group admin can’t be everywhere, so users should be able to flag items for their review. Site/Group admins should be the ones whose flags ultimately get reported to Akismet.

    #165233
    Ben Hansen
    Participant

    giving members the ability to flag things as spam through akismet seems like a very sticky wicket to me probably something which would be better addressed as plugin. i for one would not want to give that ability to any user. i can barely get my staff to do that correctly under wordpress.

    #165227
    SK
    Participant

    Well activity is already protected by akismet integration.

    Except that there is no good way for members to flag activity.

    4ella
    Participant

    I have the same problem as @nickharambee , the code from @chouf1 above doesn’t work for me, where in the templates can I decrease the largest number (should be 42?) somewhere in the templates?
    second question where in MySQL database can I remove old spammed forum title tags, they unfortunately remained after removing spammy groups.

    #165183
    Ben Hansen
    Participant

    Well activity is already protected by akismet integration. Regarding the friend requests, one thing you can do now (and i have been forced to) to fight spam is only allow private messages to friends in that case the spammer gains the ability to send spam messages to these friends.

Viewing 25 results - 826 through 850 (of 2,663 total)
Skip to toolbar