Search Results for 'spam'
-
AuthorSearch Results
-
May 30, 2011 at 4:14 pm #113397gregfieldingParticipant
Ok…2 days now and my total spammer count is only 10. I can’t prove it, but this plugin does seem to be working. For what it’s worth, I’ve got the Project Honeypot part working along with the Stop Forum Spam.
If you are getting bombarded with spam, try this out and see if it helps.
May 29, 2011 at 10:29 pm #113340gregfieldingParticipantI’ve got it installed for 24 hours and, so far, nothing blocked in the cache. HOWEVER, I’ve only had 4 spammers sign up in the last 24 hours, where i usually get 30 or so every day. Maybe it works, but doesn’t report properly? I can report, no negative side-effects.
I’ll keep on this and report back if the spammer load stays low.
May 29, 2011 at 7:37 pm #113332Ipstenu (Mika Epstein)ParticipantI have it on my setup right now. I’m not sure that it’s doing anything for BP, to be honest, but I also don’t know how to check I looked at the plugin page on my wp-admin side and it’s all `./wp-comments-post.php` down the board.
Cookies for Comments works, though.
May 29, 2011 at 12:42 am #113279In reply to: Change Avatar on mouseover like Facebook
VirtualiParticipantThanks MikeyD. Don’t quite understand why he spammed the topic with my site however.
May 29, 2011 at 12:17 am #113276In reply to: Call to arms – Own your task
dennissmolekParticipantI am currently writing my own theme that looks nothing like BP-default, but I’ve been on trac almost daily with the UI tickets. I don’t know if we need a dedicated “UI/UX” team, but as long as folks are submitting on those tickets it will ease some of the other dev’s needing to mess with it. I DO think it is an important component with BP and we need to keep talking about 1.3’s problems.
I’m glad to see all the discussion going on, especially in light of all the “BP IS DEAD” nonsense. I think the biggest issue is how the forums make it hard to actually talk, but the testBP forums are great and I’m excited to see them go live here. I’m also anxious to see the new BP.org which seems to be slated to June.
My biggest issue with the BP sites I run is spam. Even my non indexed test servers get spammed. My AIGA site was deleting 250 spam users/blogs a day before shutting off new user registration. The first part of that comes from spam users being registered. There are two types of spam services, bots, and (slave) labor. These folks get through the Captcha’s and set up real fake accounts. But in my experience with my comment forms adding a Captcha killed a vast majority of spamers. Then with comments, contact forms, etc this would kill most spam. From there heuristic spam fighting from splogs, comments, etc. Also a system that users can mark a item as spam would help a ton.
Second, its that to learn how to do ANYTHING in BP I have to take something that works with the current version and hack it a part to figure out basic commands and actions. Once the new site is up I think there should be a real push on getting the Codex up to snuff(look at jQuery and WP) that have examples, resources, etc. Then have tutorials on things, hell syndicate them from other bloggers.
So as my thing(s) I want to keep being a part of fixing UI issues, and will as long as I can.
I want to write for the Codex, and am here and willing to write Blog articles for BP. Tutorials, Updates, whatever. I’m game. I will be writing tutorials for AIGA members anyway, so why not sync the content here.
I am working on the Group Documents plugin with its original developer because my sites need it.And lastly I will be writing a BP-Spam component. I will do it as a plugin first and will want/need tons of feedback. But to get the University to sign off on my project I will need to stop all the Viagra and other inappropriate content from making it through. I will do this regardless of it being a part of BP but want to give back however I can.
I’m so psyched to see all the energy is still in this project!
May 24, 2011 at 2:22 am #112895rossagrantParticipantI mean, if I deleted a member of my site myself, through the backend, would all of the members content get deleted too, including activity stream items and their forum posts.
I deleted a test account that’s all and all of the test forum posts stayed behind, attributed by a random avatar.
I would expect the behaviour to be that all remnants of that user be deleted with their account but that doesn’t appear to happen.
This would be useful for spammers or users who pose an annoyance to the rest of the community.
Any thoughts?
May 24, 2011 at 12:24 am #112889Ipstenu (Mika Epstein)ParticipantWhat do you mean by deleted manually?
If you mark the account as a spammer, they can’t log in with that ID/email again. What’s the goal in deleting them?
May 19, 2011 at 9:54 pm #112635In reply to: Call to arms – Own your task
AlanMember2. for example ,if you set your profile as : just friends, then you have control of your activity stream and anything posted on your wall.
if your friends spam you, you just remove them from friends.
simple as that.
also users must have a option that allow them to mark as spam or delete spam. it works on FB.May 19, 2011 at 9:41 pm #112632In reply to: Call to arms – Own your task
John James JacobyKeymaster1. Decisions over options – and you’ll want to pair up with Maz and anyone else that’s interested in a new theme
2. How does privacy prevent spam?
3. I would suggest making this as a plugin to start. Having a proof of concept here is key.
4. Forums are already mine.May 19, 2011 at 9:36 pm #112629In reply to: Call to arms – Own your task
AlanMember1.better looking default theme( I’m willing to contribute a minimalist theme with an awesome option panel )
2.privacy settings( may help prevent spam )
3.activity stream on profile pages should have better order like (if I’m looking at my profile first thing I should see is my friends activity) also re-share on activity and post to wall as fb would be cool
4.forums not attached to groupsMay 18, 2011 at 7:04 pm #112539pnergerMemberI also had this problem and went through a deep analysis.
The issue stems from the fact that Bluehost requires that the email be sent from an account that exists on the system. They do this as an anti-spam technique and they require this even if the mail is originating from within the system.
Enter WordPress. PHP uses a mail function mail(). WordPress maps this to wp_mail() and pretty much everyone uses the wp_mail for the plugins within WordPress. This makes sense as it allows customization of WordPress mail at a relatively low cost of performance.
Enter Buddypress. Buddypress places a filter upon wp_mail() such that all email originate from the user ‘noreply’ on the domain such that end users don’t reply to the notifications. Sounds cool.
But remember that Bluehost does not allow email to be sent from non-accounts and that’s the catch.
Using a foreign SMTP does not work for Bluehost blocks those ports. Using local SMTP will work but you need to provide the right setup and credentials. Finally, using mail-from plugin works since it filter’s the Buddyhost filter changing the email from address back to a valid Bluehost email account.
Hopefully, this explains what is happening and you can choose which strategy you want to use to fix the problem.
May 13, 2011 at 6:04 pm #112233In reply to: Help required for a startup to launch
psivaitParticipantAll I want to know the answer for the million dollar question..!!
HOW TO CLEAN OUR WORDPRESS MULTISITE AND BUDDYPRESS WEBSITES AGAINST SPAMS??!!
May 13, 2011 at 2:07 pm #112219In reply to: Help required for a startup to launch
Hugo AshmoreParticipantre spam: I would do a little research as there have been some lengthy posts on this question /issue here so dig those up and give them a good read, there are plenty of steps you can implement to reduce spam, however be aware that there isn’t much you can do about human spammers and they account for a good deal of time wasting these days especially if you allow for blogs to be created at signup (something I don’t personally think a good idea).
As for approving multisite blogs as a single super_admin I’m not sure you can or should, multisite blogs are meant to be fully fledged blogs in their own right and the user that creates the blog is the admin. There are however steps you can take as the multisite admin to restrict what can be done on user blogs but that is more a question for WP than BP. If your meaning that you will have members on your primary blog that is running the multisite install and you want to elevate them above ‘Subscriber’ level to say ‘Contributor’ so they can post then that can be done and can and submissions will be ‘awaiting admin approval’ which you will see if you run through the options in the dashboard with perhaps a test user with a ‘Capability’ higher than ‘Subscriber’
May 11, 2011 at 7:26 pm #112068In reply to: Excerpts, excerpts plugin?
4ellaParticipantDon’t add that , user Stacy – Stacey etc. is a fu..ing spammer giving the same advices everywhere , he only wants to harm your computer , it is a pity that on buddypress.org doesn’t exists banning or something like a forum moderation .
May 11, 2011 at 2:54 pm #112086In reply to: How to Share/Repost Friends’ Status/Activity?
pcwriterParticipantUsername “Stacy” is a known spammer who gives “advice” that is potentially harmful to your computer. It is not advisable to use the code above.
This plugin should get you what you want:
https://buddypress.org/community/groups/buddypress-share-it/May 11, 2011 at 2:37 am #112037In reply to: User id @stacy may be a spammer
embergermediaMemberThanks.
May 11, 2011 at 2:34 am #112038In reply to: User id @stacy may be a spammer
r-a-yKeymasterI’ve noticed; I’m going to ping the admins to let them know.
Username is `Stacy.` (period is in the username)
May 11, 2011 at 1:54 am #112028In reply to: how do you ban spam users?
BrookerMemberwhen I do this… I get the “are you sure you want to do this?” but no action button? any way I can incorporate this in my theme?
May 9, 2011 at 11:37 pm #111948duncParticipantIt sounds like your patch only covers activity. When I unmarked the spammed users there was no x_profile data, friends, groups, blogs or messages either.
I was running BP 1.2.8 and WP 3.1.1.
May 9, 2011 at 7:16 pm #111931duncParticipantI marked a large number of users as spammers to temporarily block them from the site. When I reinstated them all of their BP data had gone (custom fields, activity, etc)! I don’t know if this is ‘normal’ behaviour for BP so I suggest anyone considering doing this tests it first.
I’ve done a complete restore from back up and am now looking for an alternative. If anyone has any ideas please let me know. Thanks.
May 7, 2011 at 12:25 pm #111789rossagrantParticipantGreat stuff! I’ve emailed the plugin author to see if it’s something he can add! I’ll keep you posted!
May 7, 2011 at 1:36 am #111754acesParticipantI haven’t really explored it much, apart from getting the css to match various site designs…. I’ve tried to avoid using it but the spam (particularly the spam registrations) gets to be annoying. Adding this and the problem goes – apart from what appears to be the odd human spammer…
You could change where it says CAPTCHA Code to your own message – It’s an option at the bottom of the admin screen.
It would be nice to be able to place a text line above the graphic and above the captcha code line….
May 7, 2011 at 12:38 am #111752rossagrantParticipant@Aces Nice one! Installed Si Captcha and it works a treat. Is there any way to put a note to users under the CAPTCHA actually what it is and why they have to type in the code?
I know it’s so basic but for some users who haven’t seen them before it’s always nice to have a little message saying ‘Please type the CAPTCHA code into the box above’.
May 6, 2011 at 11:45 pm #111749acesParticipanthttps://wordpress.org/extend/plugins/si-contact-form/ and https://wordpress.org/extend/plugins/si-captcha-for-wordpress/ work well for me with buddypress….
May 6, 2011 at 10:33 pm #111746orgnlmrwigglesMemberbump. are there not any captcha programs?
-
AuthorSearch Results