Search Results for 'spam'
-
AuthorSearch Results
-
November 11, 2011 at 4:20 pm #124187
Paul Wong-Gibbs
KeymasterTireKicker, consider this your first warning: If you haven’t got anything nice to say, go somewhere else. Stop spamming this forum.
November 7, 2011 at 2:46 pm #123912thegblog
Member@Flora1234, not sure if you’re a spammer or something, but I think you’ll want to start your own forum post.
Is there anything anybody can tell me about what’s happening here, I’m raring to get this thing going on my site :>
November 5, 2011 at 11:46 pm #123843Paul Wong-Gibbs
KeymasterSeveral ways, but check out this plugin: https://wordpress.org/extend/plugins/unconfirmed/
To disable activations (I would strongly recommend against this – it’d let spammers access your site much more easily), put this code somewhere, maybe in bp-custom.php:
`add_action( ‘bp_core_signup_send_activation_key’, ‘__return_false’ );`
November 1, 2011 at 8:23 am #123551In reply to: Activity stream spam
November 1, 2011 at 7:26 am #123547In reply to: Activity stream spam
Paul Wong-Gibbs
KeymasterIt is in bp_activity_recurse_comments() in bp-activity-templatetags.php line 647 ono. (In 1.5 we moved it out to a theme template, where it belongs).
October 24, 2011 at 11:43 pm #122249In reply to: All of my pages redirect to Site Activity
lotusdove
Membercalled – they said nothing happened. Maybe I clicked something by accident or got hacked – every single link just goes to the Buddy Press Site Activity list FILLED with SPAM. Changed my password, but it still looks like heck – look at the example: http://www.projecttwenty1.com/blog
October 24, 2011 at 10:38 am #123032In reply to: All activation emails going directly to SPAM folders
Paul Wong-Gibbs
KeymasterIt’s neither the fault of WordPress, BuddyPress or Welcome Pack that your emails are filtered into spam folders. I suggest changing the content of those emails so that email spam services are less likely to flag the email as spam. There may also be server configuration changes you could make to help.
October 24, 2011 at 10:27 am #123031In reply to: All activation emails going directly to SPAM folders
chaponnel
MemberUpdate! I now notice that this issue is directly related to the activation of Welcome Pack plugin, when deactivated activation emails go to the inbox… grr….
October 24, 2011 at 10:23 am #123030In reply to: [Resolved] Confirmation Email Problem
chaponnel
MemberI have the same issue, except that the confirmation email goes to spam with Welcome Pack plugin activated whereas when its deactivated the activation email does not go to spam…
I really want to use Welcome pack but obviously in this case I need to keep it turned off!
October 19, 2011 at 5:24 pm #122827In reply to: Buddy Press Registration Page
Famous
Participantdouble checked and triple checked, this one is checked.
>> User accounts may be registered.I don’t want to deal with too many splogs corrupting the database, so I just enabled user accounts.
I used to use the below code in my wp-config to keep people from setting up spammy user accounts, but now that just says page not found.define( ‘BP_ACTIVATION_SLUG’, ‘customactivation’ );
define( ‘BP_REGISTER_SLUG’, ‘customregister’ );October 17, 2011 at 10:18 pm #123170mmln
MemberIts is multi site (WPMU) installation but I only have one site. here is my .htaccess file
# BEGIN WordPress
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .register*
RewriteCond %{HTTP_REFERER} !.*http://mywebsite.com/bp/.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATION# protect wpconfig.php
order allow,deny
deny from all#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]SecFilterEngine Off
SecFilterScanPOST Off# END WordPress
October 17, 2011 at 8:25 pm #122059In reply to: Spammers on Buddypress.org – UPDATE
Boone Gorges
KeymasterAwesome. Thanks for taking the initiative, @foxly.
October 14, 2011 at 10:31 pm #123420In reply to: Mobile plugin please help
kkradel
ParticipantI’m hesitant to post my links on this site because of all of the spammers that have been fishing around here lately. But as a QA Engineer, I agree, you have to give as much detail as possible about the bug – even stuff you think is too trivial.
October 14, 2011 at 2:12 am #123151@mercime
ParticipantAre you on single site or multisite? How are the members posting to the blog, via backend or a frontend plugin (which one)?
October 13, 2011 at 8:47 am #123376mrscooches
MemberAlso i do have a bp theme installed.
October 13, 2011 at 7:54 am #123374mrscooches
MemberIt is a WP version but i have the BP plugin installed.I don’t have a membership plugin installed.It is a new installation.
October 13, 2011 at 2:55 am #123368@mercime
ParticipantWP/BP version? Is this a new installation? Do you have a membership plugin installed? If so, deactivate it and see if same problem persists.
October 11, 2011 at 9:44 pm #123065In reply to: After upgrade new members cannot sign up!
Witi
MemberNo, they do not go to spam directory – the emails simply never arrive. I have tested to sign up using different email addresses – same result.
And regarding extra plugins – I am now extra cautious with them. I guess most of plugins are not tested with latest BP, and installing them causes fatal conflicts. Twice my database simply crashed because of them. My host provided a backup, which was pretty old – so we have completely lost several newest members and latest user-generated content. And now – this strange issue with new user registrations… Oh well.
October 11, 2011 at 9:16 pm #123076In reply to: After upgrade new members cannot sign up!
aces
ParticipantAre the emails in the spam or junk directories?
Some hosts need an extra plugin to work with wordpress mail, such as the one suggested on the following page: https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
I have used https://wordpress.org/extend/plugins/wp-mail-smtp/ which has a useful debugging feature….
October 11, 2011 at 11:53 am #123139In reply to: Loads of SPAM coming from buddypress.org!
Nick Forest
ParticipantWe need a Report/Block button and we need it fast… rapido vamos
)
I give you 2 spamming profiles, for start :
https://buddypress.org/community/members/afarabig/
https://buddypress.org/community/members/mercy123/October 11, 2011 at 11:50 am #123138In reply to: Loads of SPAM coming from buddypress.org!
Jackson Whelan
MemberYes… getting messages from miss.afara… Is Akismet used on updates? Or do registered users bypass any filtering?
October 11, 2011 at 11:29 am #123137In reply to: Loads of SPAM coming from buddypress.org!
erbrown777
MemberYip, getting tired of all the spam!
October 8, 2011 at 10:19 am #122752In reply to: Not getting registration/activation email
adjin
MemberMe too, I have a lot of Unconfirmed emails pending everyday … 10 to 20 per day !!
Then I need to activate them manually …
Very annoying !I cannot find any reason WHY those people didnt get the confirmation email in their inbox …
I asked all of them : did you check your spam filter … but this is not the issue.Don’t know what to do …?
I’m loosing many subscribers because of this.I must say I’m using WP last version + BP 1.5 + s2Member + BBpress plugin
Any help appreciated.
(I will try the WP-mail plugin to see if it can solve my problem)October 8, 2011 at 1:32 am #122702In reply to: Not getting registration/activation email
aces
ParticipantIF wordpress isn’t sending any emails (ie they’re not in spam or junk folders) it may need an extra plugin – see https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
Or try https://wordpress.org/extend/plugins/wp-mail-smtp/ to help diagnose where the issue is and add some extra settings to fix it…October 7, 2011 at 7:18 pm #122680Paul Wong-Gibbs
Keymasterbuddybar or admin bar?
-
AuthorSearch Results