Search Results for 'spam'
-
AuthorSearch Results
-
January 28, 2010 at 6:17 pm #61927
In reply to: Spam, Spam and more spam
Andy Peatling
KeymasterYou can change your registration slug by adding this to your wp-config.php file (above the stop editing line):
define( "BP_REGISTER_SLUG", "create-an-account" );You can then happily upgrade without worrying if it will break.
Reference:
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
January 28, 2010 at 6:09 pm #61923In reply to: Spam, Spam and more spam
guristu
Participant@Gp01 My contribution to the plugin is minor and does not justify releasing it as a plugin. However, I am working on something based on the same “proof of work” idea and that may turn into a plugin. In the meantime, my little hack looks like it’s holding its ground.
I agree with Andy. Changing the slugs to something unique is not only a good idea but it also should be a requirement. However, that requires that you know your way around BP so that when you upgrade you don’t go back to defaults. Hey! I just gave myself an idea: dynamic slugs for BP components — a plugin or something that would give the admin an easy way to set the slugs to whatever they want. That would be something…
January 28, 2010 at 2:38 pm #61900In reply to: Spam, Spam and more spam
peterverkooijen
ParticipantChanged the signup slug to something unusual last night. Had a new splogger 11 minutes ago. They’re not actually making blogs, just accounts.
January 28, 2010 at 2:00 pm #61898In reply to: Spam, Spam and more spam
January 28, 2010 at 1:36 pm #61895In reply to: Spam, Spam and more spam
Mike Pratt
ParticipantI wholeheartedly agre with @andy. It’s an age old debate between making it as simple as possible to register and become a member and requiring some unique information that not only serves your purpose well but adds an extra layer to the process that fights spam.
We have been running our prod site since BP was in alpha (Nov ’08 – crazy, I know) but have had only 2 spam registrations. Both were from Russia and both seemed pointless. But we banned the domain in the WP backend and have had none since. We have not even changed our signup slug.
That said, we require 5 fields on registration, 3 are drop downs and we don’t allow blog registration (we’re building a community not a blog network)
On a side note: We ran reCaptcha flawlessly for 6 months. We disabled it as an experiment to see if we could avoid that extra step (plus reCaptcha words are damn hard to read) and have not had spam since. fingers crossed.
January 28, 2010 at 12:08 pm #61885In reply to: Spam, Spam and more spam
Andy Peatling
KeymasterA good idea is to change the signup slug to something else. This will help significantly. Also, if you don’t need to provide blog registrations, then turn this option off.
The problem with bundling a solution in the core is spammers will eventually get around this and it will become useless. The best way to fight spam is to have something unique on your site that stops them in their tracks. A completely unique signup slug is a good way of doing this.
January 28, 2010 at 10:27 am #61881In reply to: Spam, Spam and more spam
guristu
ParticipantI will but I would like to take a little more time to see if it works. So far it looks like it does. However I have not tried on bp 1.2. Gotta install that first and see how it goes there.
January 28, 2010 at 8:53 am #61878In reply to: Spam, Spam and more spam
Michael Berra
Participant@guristu: WOW – that sounds very promising, I always found the hashcash-plugin a very good and simple solution. Why not sending your “hack” to the developers, so that they can update their plugin-version for all the future bp-users
January 28, 2010 at 7:22 am #61876In reply to: Spam, Spam and more spam
guristu
ParticipantI have adjusted the wp-hashcash plugin to work with buddypress signup. Here is what I did: I got the wp-hashcash plugin and I added the following code to the file:
Code:function wphc_check_signup_for_bp(){global $bp;
// get our options
$options = wphc_option();
$spam = false;
//if( !strpos( $_SERVER[ ‘PHP_SELF’ ], ‘wp-signup.php’ ) )
//return $result;// Check the wphc values against the last five keys
$spam = !in_array($_POST[“wphc_value”], $options[‘key’]);if($spam){
$options[‘signups-spam’] = ((int) $options[‘signups-spam’]) + 1;
wphc_option($options);
$bp->signup->errors[‘spam’] = __(‘You did not pass a spam check. Please enable JavaScript in your browser.’);
} else {
$options[‘signups-ham’] = ((int) $options[‘signups-ham’]) + 1;
wphc_option($options);
}}
add_action( ‘bp_signup_validate’, ‘wphc_check_signup_for_bp’);function wphc_error_hook_register_page(){
do_action(‘bp_spam_errors’);
}
add_action(‘bp_before_register_page’, ‘wphc_error_hook_register_page’);Then, under the line (line number about 507)
Code:add_action( ‘signup_hidden_fields’, ‘wphc_add_signupform’ );I put this line:
Code:add_action(‘bp_after_registration_submit_buttons’, ‘wphc_add_signupform’);Then I activate the plugin. It should keep spam bots from being able to create accounts, but humans spammers can still do it. Anyway, if you can’t get it to work, let me know via PM and I will try to send you the file.
Later
January 28, 2010 at 6:15 am #61875In reply to: Spam, Spam and more spam
peterverkooijen
ParticipantI never had spam on my main site, until now. The invisible-defender plugin doesn’t help at all and clashes with Beau Lebens’s wp-email-login plugin. Haven’t had time to try any of the other solutions yet. It’s now after midnight, deadlines tomorrow, wasting time deleting spam accounts…
January 28, 2010 at 6:02 am #61874In reply to: Spam, Spam and more spam
zageek
ParticipantI am having major problems with spam as well. Ironically it started as soon as I put my link in the showcase thread on this forum. I think the spam bots are looking there for easy targets as well.
Why do people make spambots that don’t even advertise stuff and just waste everyone’s time filling sites with meaningless crap. Is it like they are trying to sabotage Buddypress?
How does one submit domains and sites and IP addresses to spam traps.
January 27, 2010 at 11:48 pm #61850In reply to: Is there any way to stop spammers?
danbpfr
Participanthttp://www.bp-tricks.com/tips_and_tricks/stopping-the-sploggers/
i guess this is one of the best trick against spam blogs and “wild” registrations.
Step 1 and 2 are a bit obvious, but 3 and 4 are really efficient.
Keep in mind that on a wpmu site each blog created by a member has his first post and comment appearing on the default template – the good ol’ kakumei… on which is also written “powered by…” ( Step 2 is only for main blog i think) Spam bots eat this with delectation i suppose.
Spam programs are written to bypass signup. Well. I presume other narrow words like join, fall in, get together are also activ in such programms. But what do these programms if you choose “groink” or “methabolic” ? So follow the explanation and choose a really original word for your signup redirection. This works well for the moment. And don’t forget to put the functions.php file the in mu-plugins folder (to be theme independant).
To use in addition with some other solutions (wp-ban, invisible defender, …) of course.
January 27, 2010 at 8:19 pm #61841In reply to: Is there any way to stop spammers?
peterverkooijen
ParticipantCrap, the spammers have now found my site.

These are not the spammers with name+year usernames, like ‘johndoe1973’, that I used to get on test sites. Those seemed to bypass the registration and activation process, because they didn’t show up on my mailing list.
The spammers I get now have realistic sounding full names and apparently usernames generated from those fullnames (my regular custom registration). I recognize them from the long random strings they add in my custom Company field.
Haven’t seen them registering blogs yet. What are they even trying to achieve?!
Sploggers is a serious problem that WPMU/BPAutomattic needs to address!
January 27, 2010 at 2:42 pm #61821In reply to: Mark as spammer option
bbrian017
Participantoh yes sorry I meant for this option to be on the members blog page. Normally I could see the users profile in the admin bar and it linked me to his or her profile page to mark as a spammer.
With this template I have to manually find out who the members of that blog is.
Is anyone following what I’m saying?
sorry for the confusion.
January 26, 2010 at 6:07 pm #61717In reply to: I don't receive registration e-mails
Paul Wong-Gibbs
KeymasterBuddyPress uses regular WP Mail functions. Perhaps they’re getting caught as spam.
January 26, 2010 at 5:57 pm #61712In reply to: Is there any way to stop spammers?
Paul Wong-Gibbs
KeymasterChecking your referral logs is one way you can see how they’re getting in. Tip: login to the bbpress admin area and CLOSE SIGNUPS.
Obviously this only applies if you are running a seperate bbPress install.
January 26, 2010 at 5:15 pm #61705In reply to: Is there any way to stop spammers?
amirk011
ParticipantHey Buddypess, do something to stop spammers at your earliest. They waste our resources drastically!!!!!!!!
January 26, 2010 at 5:13 pm #61702In reply to: Is there any way to stop spammers?
amirk011
ParticipantAndrea, I did it but all in vain. I guess buddypress should talk with wp-recaptcha or akismat developers and come up with built-in akismat or captcha support for buddypress sign up pages.
And there’s no benefit of banning email domains or ip since every time they come up with new fake domains and ip address. There should be a permanent solution… “Spbloggers” is the biggest problem for those who use buddypress.
January 26, 2010 at 4:56 pm #61696In reply to: Is there any way to stop spammers?
Andrea Rennick
ParticipantOne thing to remember, the spammers can see the signup code. That’s what they build their scripts for.
The better you can customize your site, the better you can stop them.
Checking your referral logs is one way you can see how they’re getting in. Tip: login to the bbpress admin area and CLOSE SIGNUPS.
January 26, 2010 at 3:37 pm #61685In reply to: How to make all links DO Follow
Tracedef
ParticipantDo follow is also a great way to encourage users to create and fill out a profile, specifically if you create custom fields for their “websites” in their profile. Spam registrations are already a major issue ( at least for us ) so that isn’t much of a deterrent for us at least.
January 26, 2010 at 3:32 pm #61683In reply to: Is there any way to stop spammers?
Tracedef
ParticipantI’m in the same boat. Have used a bunch of different captchas including the recaptcha that has been reworked for BuddyPress to no avail. Even took down our registration page for a day to make sure spammers weren’t bypassing via bbpress or somewhere else…. it was nice not having to delete spam accounts for a day.
We may end up taking buddypress out at some point here until there are better spam tools in place.
January 26, 2010 at 1:51 pm #61677In reply to: Is there any way to stop spammers?
Andrea Rennick
ParticipantI know on the MU side, you can ban registrations from specified email domains. (Site Admin -> Options)
Can’t remember if this translates over to the BP side.
January 26, 2010 at 12:18 am #61633In reply to: Is there any way to stop spammers?
peterverkooijen
ParticipantThere was a new blunt solution here. Apparently having a couple of required custom profile fields also cuts down spam.
January 26, 2010 at 12:00 am #61632In reply to: Is there any way to stop spammers?
ozpoker
ParticipantI was just about to ask the same thing – never had much trouble before when using re-captcha but now I have upgraded we’re talking 20-30/day and increasing
Which brings me to my next question – is it better to mark both user and blog as spammer or just delete them both?
January 25, 2010 at 3:17 pm #61587In reply to: Combatting Spammers (sploggers) – Geoip PHP mod..
bpisimone
ParticipantGood thought about the reputation. YOu might be able to combine it with the achievments plugin! In any case let us know if you attempt anything like that.
-
AuthorSearch Results