Search Results for 'spam'
-
Search Results
-
Hey BuddyPress community,
I’m experiencing a recent prevalence of failed activation emails with my BuddyPress installation. I am not an expert with PHP mail() or other SMTP issues, and I would love some advice on how better to diagnose the issue. Here is some relevant info:
- WordPress 3.8.1
- BuddyPress 1.9.2 (also in Trunk)
- Nginx + PHP5.5 + Memcached
- Google Apps email handling
My site is experiencing a period of very high growth, with between 150-200 attempted user registrations each day. On a typical day, most of these are successful. Activation emails are sent without a hitch, and accounts are activated normally. However, around 40-50 attempted activations are failing each day.
Some of these are (of course) due to typos in email addresses. Some are due to failure on behalf of the user to follow activation instructions. Some failures may even be due to spam filtering by the user’s email client.
I know for a fact, however, that a non-trivial number of these emails are simply failing to reach the recipient. On an average day I receive around 10 contact form inquiries from users who did not receive their activation email, and yet they provided a valid (and correct) email address. They have checked their spam folders and filters, and nothing was screened out.
Obviously, this is imposing an administration cost of dealing with manual account activations. It’s additionally costing me a lot of potential users who don’t go to the trouble to solicit help. This is a situation that I VERY MUCH would like to resolve ASAP, so that user registration on my site can proceed normally. If any of you have any insight into things I could try in order to diagnose the exact issue it would be hugely appreciated.
To provide a bit more additional info: there are a multitude of email domains for which this issue seems to be occurring, however I am frequently seeing this happen with non-mainstream email hosts.
- Hosts like gmx, live, web, bk, btinternet and others seem commonly filtered.
- Gmail, AOL, charter, and other “mainstream” hosts show up less frequently than I would expect given their market shares.
- .edu recipients get filtered a lot, but this is probably due to university policies and an unrelated issue.
Some other information that may be helpful is that I use DKIM and SPF keys (both of which are properly configured in DNS).
Anyways, I realize this is a very niche issue and may be difficult to resolve, but if there are any email experts out there I would really love to make progress on this, as I’m having to spend around 30 minutes per day dealing with users who are unable to activate (not to mention all the non-vocal user accounts which my site is losing).
Please let me know if I can provide any information to help better diagnose the issue!
Andrew
Hey guys, I have an idea that maybe has already been done. If it has please tell me XD
I get spam accounts who post their website on my activity feed. They come in waves like 3 or 4 at a time. It’s always the same pattern. They create an account, post a status saying check out my site and give a link.
Is it possible to just automatically delete every new account that posts a link in their activity feed within the first 15 minutes of creating their account?
Ive never seen a real person post a status update within 15 minutes of creating an account, and the spam bots do it immediately, so it would be a great way to automate having to delete spam accounts.
Any thoughts?
So I have less than 50 members on my site and Im already getting sploggers. Quite annoying…
How do YOU guys stop them?
I see that this is a well trodden topic, however, I could not find a solution to my particular problem in the old posts. I am am trying to change the default landing tabs for groups and profiles. This is my entire bp-custom.php
<?php // hacks and mods will go here define( 'BP_DEFAULT_COMPONENT', 'profile' ); define( 'BP_GROUPS_DEFAULT_EXTENSION', 'forum' ); ?>It succeeds in changing the default tabs to profile for profiles and forum for groups, however, it creates problems when any user tries to e.g. change profile data or to log out. At this point the only a white screen will appear in the browser. Deleting the file restores normal functinality with regard to these functions. What may I be doing wrong? Is there an alternative method to achieve what I want?
I have the most recent versions of BP and WP. My plugins:
BAW Easy Invitation Codes
bbPress
BuddyPress Auto Group Join
BuddyPress Group Email Subscription
Child Theme Configurator
Coming Soon
Dashboard Commander
GD bbPress Attachments
Invite Anyone
Role Scoper
SI CAPTCHA Anti-Spam
Widgets on Pages
WordPress ImporterTopic: Slow Activities query
I’ve been having some CPU overloads on my Buddypress site, and have started logging slow sql queries. I’m seeing a lot like this:
SELECT DISTINCT a.*, u.user_email, u.user_nicename, u.user_login, u.display_name FROM wp_bp_activity a LEFT JOIN wp_users u ON a.user_id = u.ID WHERE a.is_spam = 0 AND a.hide_site wide = 0 AND a.type != 'activity_comment' ORDER BY a.date_recorded DESC LIMIT 0, 50; # Time: 140225 11:39:07What’s noticable about these queries is that there is no filtering on user or group, which I presume is why they’re taking so long…
I can see that the function building the query isgetin bp-activity-classes.php, but I can’t find where these queries are fired from, with no user or group specified.
Any ideas?I recently added achievements for buddypress and along with the regular activities they are really spamming up the system. It looks like nothing is happening, except a few unimportant things. I really want to remove:
new users
friend creation
all achievementsI am still an amateur, but really want to learn to do these things. If someone could guide me through the steps of how to find what to change and how I only choose specific attributes. I always have trouble finding the right functions to use. Any help in this direction would be great.
Hi,
Ok, basic wordpress theme is setup along with some empty pages and categories.
Are these the proper steps to install the Buddypress:
1. install Buddypress plugin
2. install aksimet
3. get aksimet key and activate it
4. What other spam protection plugin should I use that will make sure that only humans are registering and no automatic script is registering members? FREE plugin suggestions please.
5. What else should be done at this stage?Thank you very much.