Search Results for 'spam'
-
AuthorSearch Results
-
November 12, 2009 at 1:22 am #56513
In reply to: What do your spam signups look like?
stripedsquirrel
ParticipantYep, I had 5 like these today and several before past weeks:
firstnamelastname19xx as usernames, all from different email domains.
They did not post, but also did not have much time to do so.
I mark them as spam immediately, but am tired of doing so, so hope a splog solution is nearing…
November 12, 2009 at 1:13 am #56512In reply to: Register vs wp-signup : passwords vs signup question
stripedsquirrel
ParticipantI have never received any answer on teh original questions and I am getting really tired of deleting the splogs that happened only after installing Buddypress.
Just the last few hours 5 splogs registered, all with name-surname19xx as username, all from different email domains.
I know it is not too much to check every blog, check every user, mark him as a spammer and add the email domain to the sh*tlist under options.
But the point is that before BP I had to do this less than once per month. So I repeat, hopefully somebody wil;l at least answer the2nd question (hopefully the first as well, but I fear a standard ‘ask the plugin-author’ reply):
“So my questions to determine the best action to make sign ups easy but splogs difficult:
– why won’t the WPMU sign-up question plugin work on the BP register page? Is there a way to fix that?
– More importantly: Can the register page be renamed? If so, which file(s) and what other (internal) links?”
Many thanks,
Cheers, Harry
November 6, 2009 at 10:14 pm #56111In reply to: Fighting Splogs
Dennyhalim.com
Participanthow about checking all blog posts and all pm to akismet/typepad antispam?
only certain trusted group are excluded.
or perhaps after the user post a dozen good, non-spam content…
November 5, 2009 at 8:30 pm #56022In reply to: Fighting Splogs
stripedsquirrel
Participantoh yes, there is an entire industry in especially central Asian countries (Bangladesh is huge) where halls of people solve captcha’s for $1 per 1000-5000 captchas.
See http://ha.ckers.org/blog/20080311/human-captcha-breaking/
Don’t forget to read the last 5 comments or so

Though I am in favour of having spammers employ and pay poor people in Asia, I hate spam even more and have abolished all captchas from my site as still too many people cannot read them, so it is chasing people away. And, as the link above proves, they do not help anyway.
November 5, 2009 at 8:01 pm #56018In reply to: Fighting Splogs
Dennyhalim.com
Participantpossibly, there exist new semi automatic method?
a spambot that present to human a captcha so that the spammer only need to enter the captcha and everything else is automatic…?
November 1, 2009 at 10:34 pm #55651In reply to: Fighting Splogs
danbpfr
Participant@ Peter – sure certainly not, but each incoming door need to be monitored

since i use the trick i have no more splogs or spammer registering !
wp-ban works nice, invisible defender also and wp-spamfree did correctly his work too….
a little additionnal htaccess hack and the wp-login file hack make things going right for me.
I put some emails in the wp ban admin but i don’t know if this works correctly.
I didn’t use captcha or similar techniques.
November 1, 2009 at 8:49 pm #55646In reply to: Fighting Splogs
arghagain
ParticipantUnless you have 1 million splogs sign up a day, you can always manually check and delete each splog. Trust me, you can discourage spammers to splog you, but you won’t be able to get rid of new spammers and new splogs. Unless you have a smart programmer that programs a good algorithm in recognizing splogs and spammers, but it probably gonna cost ya big time.
November 1, 2009 at 8:00 pm #55641In reply to: Fighting Splogs
peterverkooijen
Participantr-a-y, I’d like to try the .htaccess solution, but the instructions are very ambiguous:
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .yourbpsignupslug*
RewriteCond %{HTTP_REFERER} !.*yourhomedomain.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATIONShould I leave the dots (.) and stars (*) around ‘register’ and ‘mywebsite.com’?! What would be mybpsignupslug if I have the registration form on my homepage as well as /register?
November 1, 2009 at 7:41 pm #55633In reply to: BuddyPress Spam
peterverkooijen
ParticipantMy spammers all sign up with .info email addresses. Is there any way to just block all .info?
Legitimate members should use normal .com emails, like normal people.
October 29, 2009 at 3:29 pm #55428In reply to: forum posts not visible
Paul Wong-Gibbs
KeymasterSounds like you’ve been caught by the spam filter. One of us moderators will resolve this issue for you soon (I am at work at the moment).
October 27, 2009 at 4:19 am #55246John James Jacoby
KeymasterWe didn’t ignore your threads, they were caught in Akismet and marked as spam.
@anointed, can you try adding that line into “wp-plugins/bp-custom.php” ?
It should work in wp-config.php or any other file that loads before BuddyPress does. The goal obviously is not to modify a file that’s replaced by core updates, so wp-config.php or bp-custom.php is safer than bp-core.php.
The code…
/* Define on which blog ID BuddyPress should run */
if ( !defined( 'BP_ROOT_BLOG' ) )
define( 'BP_ROOT_BLOG', 1 );Checks to see if BP_ROOT_BLOG was defined by any other file previous to BuddyPress loading, which is done inside the “plugins_loaded” hook which is in wp-settings.php, which is loaded after wp-config.php.
PM me again if your topics are marked as spam, and I can open them back up.
October 26, 2009 at 12:15 pm #55202In reply to: spam free wordpress
David Lewis
ParticipantI’m not sure how Facebook connect works… but allowing sign up or not is simply another configuration setting. I think it’s under the WPMU settings menu.
October 26, 2009 at 7:51 am #55193In reply to: spam free wordpress
Mascix
ParticipantI think I was not clear. let me explain it. I want to disable regular signup process and enable facebook connect and orher social networks. this way I think people who uses our blog has to be confirmed from another networks.
October 23, 2009 at 9:08 pm #55086In reply to: spam free wordpress
abcde666
ParticipantThanks you very much David !
I have just changed the settings and it works fine !
October 23, 2009 at 8:34 pm #55083In reply to: spam free wordpress
David Lewis
Participant@Erich73: Um… just change your WordPress discussion settings in the dashboard.
October 23, 2009 at 7:57 pm #55082In reply to: spam free wordpress
abcde666
Participantso how to adjust the settings in a way that “unregistered users” and “not-logged-in users” are not able to post a comment to my main-blog at all ? Only registered and logged-in-users are able to comment ?
Do I need to install a plug-in for this simple feature ?
thanks !
October 23, 2009 at 2:57 pm #55065In reply to: spam free wordpress
Xevo
ParticipantThis might help you further.
http://wpmututorials.com/how-to/stopping-spam-comments-sitewide/
And why take the social out of a social community plugin..?
October 18, 2009 at 10:00 pm #54778In reply to: Can't respond or edit post
elemsee
ParticipantOk then. Jeff, is it OK if I repost my question in the missing linked-to-thread? I don’t want to spam the troubleshooting board without asking. Thanks.
October 13, 2009 at 4:19 am #54412In reply to: Member details are becoming garbled strings
fubp
ParticipantYou sure that is not spam?
October 13, 2009 at 1:46 am #54408In reply to: reCAPTCHA for registration
Michael J Challis
ParticipantWhy did you uninstall SI captcha?
SI CAPTCHA Anti-Spam works with WordPress 2.6+, WPMU, and BuddyPress
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
WP-reCAPTCHA is not up to date for BuddyPress 1.1, that is why it does not work.
October 10, 2009 at 2:49 am #54247In reply to: How to add custom $usermeta to registration
Jake Spurlock
ParticipantCould this be used as a simple captcha? ie 2+2= “4” and they have to put “4”. I have seen simple captchas like this where the field is labeled name or something, so the spammer put zuingling0234. Normal user just puts 4 and is able to proceed. Your thoughts?
October 8, 2009 at 12:53 am #54100In reply to: Can you remove "notify all" option from group wires?
Andy Peatling
KeymasterIs this a common problem? Can others who are receiving spam please reply?
Remember – you can turn off emails on your notification settings.
October 7, 2009 at 3:22 pm #54062In reply to: BuddyPress Spam
Ruth Maude
ParticipantI’m struggling with a lot of spam registrations.
– a lot list country entry as random characters “Ot9XLfiFD7WNCu” Is there a way to set Country so it has to be a legit one?
– a lot come from email addresses such as “myspacee.info” “@mysace.info” Is there a way to force email confirmation … so they have to receive an email and click on a link to confirm registration?
– is there a way to mark someone as a spammer and delete them at the same time in the admin?
Sigh… I don’t have time for this so I may give up.
Would be nice if a site user can “Flag” a spam entry to disable the user.
October 5, 2009 at 5:08 pm #53880In reply to: Private Message Spam and Abuse
Paul Wong-Gibbs
KeymasterI’m not aware of any captcha plugins for this, but it’s a good idea. I haven’t time to look into the code atm.
October 4, 2009 at 3:24 pm #53780In reply to: super-captcha issue
Michael J Challis
ParticipantWere you able to resolve the problem?
I have a similar plugin that is fully WPMU and BuddyPress compatible:
SI CAPTCHA Anti-Spam
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
-
AuthorSearch Results