Search Results for 'spam'
-
AuthorSearch Results
-
September 3, 2014 at 12:02 pm #189029
In reply to: [Resolved] how to export/import groups
danbpParticipantif you use phpmyadmin, you can easily export the 3 tables related to groups from site 1 and import them in site 2. phpMyadmin has natively import/export tools and avoids you to use an extra plugin to generate CSV or sql formated files.
xxx_bp_groups
xxx_bp_groups_groupmeta
xxx_bp_groups_membersxxx is the prefix you entered during the wp install. By default it is wp, but it is recommended to use another one. Spambots are too much in love with wp_ prefix. You’re warned ! :d
August 31, 2014 at 6:35 pm #188834In reply to: Activate component
bp-helpParticipant@sam01389
Activate component? Not entirely sure what you mean. A user registers on the site then they are sent an email which may or may not go into that users spam folder depending on the server after which they are instructed to click the activation link in that email. If your users are not receiving this email after registration then you may want to check your servers error logs and report back.August 26, 2014 at 2:48 pm #188510In reply to: Register CSS Style
JencinaParticipantI’m sorry I can’t do that.
I’m my register.php page there are two <div .
<div id="my-custom-registration">
and<div class="register-section" id="basic-details-section">
:Mod Edit// tinypic link removed as too spammy and using re-directs to other sites.
I’m trying to do that in CSS with “#my-custom-registration” and “#register-section”, but no luck.
Sorry for my ignorance
August 13, 2014 at 12:28 am #186508shanebpModeratorYou’re looking at a symptom, not the problem.
If users are marked as spammers, then activity comments will be marked as spam.
So that part is working properly.The real question is, why are users being marked as spammers?
To show comments regardless of spam flag, try this in the activity-loop.php template:
if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&spam=false' ) ) :
August 13, 2014 at 12:24 am #186507milosnikolicParticipantOk I found it… After changing 2 default settings for spam from ham_only to false it works and shows everything now.
But I can’t figure out why they are marked as spammers in the first place after the 2.0 update.
August 13, 2014 at 12:13 am #186505milosnikolicParticipantOk here I found this:
“Added new “hide_spam” parameter to the entire Activity template loop stack; defaults to true, except if specific activity items have been requested (for backpat reasons).”I found “hide_spam” in 3 files in buddypress but it’s already set to false? How can I disable this option?
Is it here in bp-activity-template.php:
// If a user is a spammer, their activity items will have been automatically marked as spam. Skip these.
if ( $comment->is_spam )
continue;$user_ids[] = $comment->user_id;
or here
@type string|bool $spam Spam status. ‘ham_only’, ‘spam_only’, or false
* to show all activity regardless of spam status. Default: ‘ham_only’.August 13, 2014 at 12:00 am #186502milosnikolicParticipantYes I thought so but one of the first things I tried is to disable all plugins except Buddypress and it was still happening. I tried it again now – bbpress error is for something else it seems, as users still get marked for spam even when it’s disabled.
August 12, 2014 at 11:37 pm #186494milosnikolicParticipantYes it was a typo, I meant “is_spam”. Yes I tried switching and the same thing is happening, it’s not for all users, but most have the problem. When I mark for spam/unmark in the users list their old activity shows up (when they were marked for spam, and it’s reset to 0 in the table), but as soon as they log in and try to post it goes back to marking their activity as 1 in is_spam column, and not showing anything (and not giving them access to bbpress forum also).
August 12, 2014 at 11:32 pm #186493shanebpModeratorThen the problem is in those files.
There is no column ‘spam’, the column name is ‘is_spam’.If you switch themes to a WP theme like 2013, do you still get those errors?
August 12, 2014 at 10:46 pm #186490milosnikolicParticipantIn phperrorlog I get this error:
WordPress database error Unknown column ‘spam’ in ‘where clause’ for query SELECT ID FROM lb_users WHERE ID=1 AND spam != 1 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Cinematix/bbpress.php’), get_sidebar, locate_template, load_template, require_once(‘/themes/Cinematix/sidebar.php’), dynamic_sidebar, call_user_func_array, WP_Widget->display_callback
August 12, 2014 at 8:24 pm #186487milosnikolicParticipantYes I’m using a custom Buddypress theme (Cinematix) but it’s updated to the newest version and no one else has that problem. bp-custom.php doesn’t exist. I tried switching the theme also and same thing is happening.
Is there a way to disable buddypress flagging users for spam, so that is_table field isn’t being set to 1?
July 26, 2014 at 2:20 pm #185602In reply to: No Activation eMail
Henry WrightModeratorA couple of things to try:
- Check your spam email folder
- Check with your hosting company that their mail server is set up and working
July 18, 2014 at 11:45 am #185240In reply to: company name/fonction list member and link profil
victord34Participantsorry for spam.
And thanks @bphelp . And i see your BP Remove Profile Links. He is great !BUT Now
in profiluser page i have the FIELD3:
<tr class=”field_3 field_poste-occupe field_type_textbox”>
<td class=”label”>Poste occupĂ©</td>
<td class=”data”><p>poste occupĂ© cest ca</p>
</td>
</tr>i would like “include” the <td class=”data”> content in your Code ‘field-name’ : $bphelp_my_profile_field_3=’Field-Name’;
thank you.
and sorry bad english im french ^^
July 10, 2014 at 1:09 pm #184948In reply to: PHP my admin.. I messed up!
UrbanFixParticipantPlease note: i have no legitimate users only spam!
July 7, 2014 at 10:37 pm #184872In reply to: bp_get_the_thread_recipients reporting extra names
adamt19ParticipantWhat I think I’ve learned:
wp_bp_messages_recipients needed some work before spam content was safely deleted
not paying attention to wp_bp_messages_recipients, and simply deleting data from wp_bp_messages_messages and wp_bp_notifications …meant that when bp_get_the_thread_recipients is called, subsequent conversation IDs got confused with data left over in wp_bp_message_recipients, and additional recipients were pulled into the conversation.
This was pretty much the worst possible thing that could happen on a social network (especially a dating site) so, hopefully these notes help someone else. This occurred as a result of my deleting message spam (in an incomplete manner) so hopefully there are some qualified plugins for spam prevention and message moderation that I simply haven’t stumbled upon yet.
July 3, 2014 at 1:41 am #184755r-a-yKeymasterIt looks like your sitewide activity stream is recording some forum replies.
Do you have Akismet running? If so, login to the WP admin dashboard and click on “Activity”. See if any entries were marked as spam. If so, see if those entries were your forum replies.
May 29, 2014 at 1:54 am #183432In reply to: Bluehost Activation emails being filtered
ZaneParticipantSo my final analysis is that something about buddypress activation emails being sent by spam registration that is causing third party email companies like gmail, hotmail, yahoo to blacklist my domain which in term causes bluehost to block my account from sending email.
What is different between buddypress activation emails and standard wordpress activation emails? Can I disable this change so that the default wordpress activation emails are used?
May 29, 2014 at 1:51 am #183431In reply to: Bluehost Activation emails being filtered
ZaneParticipantSmall update with regards to bluehost. I have been exchanging emails with them regarding this email. For your reading enjoyment.
First Bluehost tries to accuse me of spamming
Hi, it appears your emails have been reported by multiple providers
(such as yahoo or comcast) as containing spam, this in turn has flagged
our outbound email filter. We have removed your domain from the filter
for now. To prevent this, I would advise the following:If you are sending email via email lists or a third party ad vendor:
BE sure you are not using any purchased lists
Be sure 100% sure the emails you are sending to are emails that those
people want to receiveBe sure you are using a double opt in when adding to your email lists
Be sure you are not sending to ANY spam traps- a spam trap is created by
multiple providers, it is an email that is never given out and found
only in source code. If a spam trap receives an email from a domain,
this is a clear indication that domain is using an email list that was
not created by people opting in, which is against the terms of service
and is considered spam.Further more, be sure you are following our complete terms of service
concerning Sending email:We do not allow the sending of unsolicited mass emails to others. We
have zero tolerance for accounts which contain material that has been
promoted through unsolicited email (spam) or mail fraud schemes, or
which contain pages that promote or condone the sending of unsolicited
email.All emails sent from our servers or sent from another server that
advertise a site that is hosted on our servers are required to stay
within these rules:(1.) You are required to follow all rules in the Can Spam Act
(additional information at:
http://business.ftc.gov/documents/bus61-can-spam-act-compliance-guide-business
)(2.) No purchased lists. Everyone that you send emails to MUST HAVE
CONTACTED YOU DIRECTLY and asked for the information you are sending.
Affiliate opt-ins are not a valid method of opt in.(3.) The list must be double opt in. This means that the recipient must
request to be added, and then you must send an email asking them to
confirm the request.(4.) You must have an automated opt out link; Email based opt out
(mailto: links) are not acceptable.Quoting from the above link:
Please see our Terms of Service at
https://www.bluehost.com/antispam_policy and
https://www.bluehost.com/acceptable_use_policy#spam for additional
information.If you are sending email individually:
Change all email passwords and check all devices/computers for any virus
or malwareConfirm with everyone that uses email from your domain that they are
following the spam rules as stated aboveIf you are sending email through a script or a contact
form/tell-a-friend script:Be sure you have or add a captcha feature on all contact forms or
tell-a-friend scriptsCheck your websites content for any malicious or suspecious files that
should not be thereUpdate all your Websites scripts including themes and plugins
Once you are have confirmed you are following or now applying all of the
above information, you will need to wait for your domains reputation to
become clear. We have no time frame on how long this takes as our
outbound filter relies on information from other providers to determine
this.In cases of a compromised script/email:
Change all your passwords to your emails
Update all your email scripts
Check for malicious files hidden within your sites
Secure all devices that access your account.
We hope this information helps you.”
****ENDQUOTE****
If you have any other questions please reply to this ticket, chat us, or call our technical support line which is open 24/7.
My response to the bluehost response above
I send no emails from this account. I don’t have any email accounts
associated with this domain. I only use one email forwarder to send any
email sent to admin@site.com so I am not really sure any of
your analysis below holds any ground. Please provide any information to
back up your summary? What email account was sending messages?There is a bigger issue at hand here. Look at the buddypress FAQ. Why
do you think that out of every web host they only call out bluehost?Your resolution was the same resolution that was put in place a month
ago. How do I prevent my account from getting flagged again? Please
find out what it is about buddypress that is causing bluehost to
incorrectly flag accounts as spam accounts.Bluehost continues to stick to the assumption that my account is spamming
Thank you for contacting Technical Support. We understand that sending out emails is vital to any business. Since you are on a shared server, all email you send out uses shared mail servers. Our filter system is in place to prevent our mail servers IP from becoming blacklisted by third party companies. When this occurs, it will block the ability of all of our customer accounts to send out emails. The process then becomes long and complicated once it has been flagged. In order to prevent this we have put in place several services to prevent this from happening.
We don’t solely check blacklisting services to see if a domain and or IP address is being blacklisted. One of the spam prevention tools that we have in place relies on reports from other email and internet service providers; such as yahoo, comcast, broadband and others. The reports were generated by those who receive the emails and are marking them as spam or junk. We do not have the ability to view who specifically flags the email. Due to this, we can only rely on the reports from these major providers that report them to us. As we do not have control as to if they flag it or not, we cant control if your domain gets listed or not.
I would recommend checking through the lists that you send out and remove any email addresses that you get bounces from. You can then remove that email address from your list. Over time people may forget that they had signed up for your list and are simply marking your messages as spam/junk. It might be a good idea to email your list and have them opt-in again to your list. You can then remove those that do not opt-in to ensure that that those on the list are legitimate.
If you have any other questions please reply to this ticket, chat us, or call our technical support line which is open 24/7.
My response
I don’t think you are reading my email responses. I do not send emails
from any account on this domain. The only emails that are sent are
registration activation emails. How is my domain getting black listed
if I am not sending emails?Their response. Apparently my email forwarder to my own account is also somehow sending spam email to other people and buddypress is responsible for spam.
Hello,
You send e-mail via buddypress, you also send mail via the forwarder. These both contribute to the blacklist you’ve now been added to.
My response. I request information on what about the activation emails is causing my site to get blacklisted
I have only received one email via the forwarder and that wouldn’t put me
on a black list. Therefore the activation emails must be what is putting
me on the blacklist WordPress installations get registration spam all the
time but they do not get the sites blacklisted. What is it about
buddypress that is triggering the blacklist?Their response. It is top secret.
Hello,
We release no specifics on the exact criteria incorporated to flag the contents of e-mail messages to prevent our filters from being defeated. Generally, quantity of messages sent, specific reports of spam e-mail from third parties, internal links or keywords associated with known mass mailing agencies, or a combination of all of the above can lead to the domain’s reputation being reduced to the extent that it requires intervention.
My final response tonight
Very well,
The net sum is I do not send email from this account. The only email sent is activation emails sent by wordpress/buddypress. I have had the typical spam troubles dealing with fake registrations from spammers and I assume those spam registrations are flagging the spam filter. I have never had this issue with wordpress spam activation emails flagging one of my accounts as spam so it is clear that SOMETHING about the buddypress activation emails is to blame (it is the only variable that has changed). This fact is reinforced by the fact that buddypress calls out bluehost.com’s failure to address this email in their FAQ https://codex.buddypress.org/legacy/faq/
[quote]BuddyPress isn’t sending out emails (eg. activation emails, email notifications). This appears to be a problem with certain web hosts (Bluehost primarily). Members of the BP community have had success using]/quote]
I have provided a copy of the activation emails my account is sending on my previous ticket for analysis. I have changed nothing to the default buddypress activation emails.
Please invest some time in identifying why this very popular wordpress plugin is triggering spam filtering by bluehost email. I am happy to make any modifications to my code to resolve this issue and I am sure the buddypress community would love to remove this section from their FAQ. I appreciate your support addressing this issue. Thank you for your continued support with this issue. I have invested a lot of time and effort into this project and I would hate to see it die because bluehost continues to flag my account incorrectly due to an error in the spam filtering software on bluehost’s end. Thank you.
May 27, 2014 at 11:33 pm #183392In reply to: activation email goes to user’s spam folder
ctseng01ParticipantCan you tell me how I can change the wording of the Register page to remind new user to check their spam folder for the Activation email?
May 20, 2014 at 11:03 pm #183167Tbarnes37ParticipantHi @soran7
I’ve narrowed the problem down further and found a hack that works for me. If you look in buddypress-functions.php, there’s a function at line 739 called bp_legacy_theme_new_activity_comment. At line 770 is the process of inserting the new comment into the activity stream.
It begins by checking if $activities_template->activities[0] is set. I’ve tested this function on an actual group page and found that this returns true, so it’s able to handle the activities effectively. However, on my custom template, this returns false; thus, the new comment data is never inserted. Of course this is separate from the process of saving the new comment to the database, so it makes sense that the comments still show up after refresh.
I’m still hoping to find a less hacky way to do this, because my current solution messes up other activity stream pages, but I’ve managed to get my custom template working by copying buddypress-functions.php into my theme folder and modifying line 768 to have a ‘groups’ scope.
So change line 768 from this:
bp_has_activities( 'display_comments=stream&hide_spam=false&include=' . $comment_id );
to this:
bp_has_activities( 'scope=groups&display_comments=stream&hide_spam=false&include=' . $comment_id );
Hope that helps! And if you’re able to find a better, less damaging way, please let me know. My hangup currently is that even if I manually set $bp->current_action to ‘groups’ in my template, it gets over-written at some point after page load, due to a url check that finds my template to not be at a group home url.
May 12, 2014 at 7:37 am #182776In reply to: No activation mail
Henry WrightModeratorHave you checked the spam folder?
May 12, 2014 at 5:51 am #182770In reply to: How to stop Spam once and for all, please?
TeccaParticipantWangGuard is a great plugin. I had about a dozen spam registrations every day before installing it. With it installed, I haven’t yet gotten a spam registration.
May 12, 2014 at 4:36 am #182769In reply to: How to stop Spam once and for all, please?
sharmavishalParticipant@sem101 i am aware about the status of the plugin hence I asked you to donate if it worked.
That plugin is working fine on a bp site of mine for past 1 year
And if you think my replies to your queries are spam then good luck figuring out the answer to your query!!!
May 12, 2014 at 12:13 am #182764In reply to: How to stop Spam once and for all, please?
mth75ParticipantI use Cleantalk, sadly commercial (8 euros) but it works, only one human spammer who got registered in there database an hour after he spammed my site. My site is http://www.starry-night.nl.
May 11, 2014 at 11:09 pm #182762In reply to: How to stop Spam once and for all, please?
djstevebParticipantsem101 – I use two plugins that ask questions before signup
Buddypress Humanity
and
Good QuestionThis prevents most of the bot sign ups that we plaguing us for some time with those group creators.
This does not stop the manual spam signups, so we have delete a few accounts each week, but it has prevented the tons that we were dealing with before.
We used to have good luck with /bp-registration-options/
but we started having some issues around bp1.7 I think. Other people say it works now (https://buddypress.org/support/topic/feature-request-new-user-moderation/ ) – but I don’t have time to play with half baked / half working solutions. Your experience with it may be fine.
We do not use si captcha any longer as we had issues with some multisite problems. I do think it slowed down some of the spammers, and certainly cost them time and a little money to get around it – so it’s cool.
I use one of the blog defaults type plugins to auto set new blogs/(sites) to have settings like ‘users must be logged in to comment’ – and “discourage search engines from indexing” – this has helped a bunch for us.
Of course the manual spammers will still need to be manually deleted – you will never stop the manual spammers, if you did, then you would stop regular people from signing up. Unless of course you went for one of those “invite only” buddypress setups.
I recently donated to a plugin author to create a new plugin that allows superadmins to force certain settings on sub-site/sub-blog users.. like forcing only allowing registered / logged in users to comment. That plugin is working, but it is not quite polished enough for wp repository release I think – but that is another kind of spam blocking issue.
Hope these tips help you, they have made a huge difference for me.
arg – tried to post a reply and I think it got akistmetted for having two links…
/wonders why they do not whitelist links to wordpress org / buddypress org here for that setting somehow.. sheesh -
AuthorSearch Results