<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Showcase: Forum: bbPress Chat - Recent Posts</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase: Forum: bbPress Chat - Recent Posts</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 09:00:49 +0000</pubDate>

<item>
<title>nobugs on "changing username does not change "Topic started by...""</title>
<link>http://bbshowcase.org/forums/topic/changing-username-does-not-change-topic-started-by/page/2#post-3668</link>
<pubDate>Mon, 13 May 2013 11:22:13 +0000</pubDate>
<dc:creator>nobugs</dc:creator>
<guid isPermaLink="false">3668@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Good idea!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "changing username does not change "Topic started by...""</title>
<link>http://bbshowcase.org/forums/topic/changing-username-does-not-change-topic-started-by#post-3667</link>
<pubDate>Mon, 13 May 2013 01:17:27 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">3667@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;You can always make yourself a new user for testing and force that user to change names to see how it works.
&#60;/p&#62;</description>
</item>
<item>
<title>nobugs on "changing username does not change "Topic started by...""</title>
<link>http://bbshowcase.org/forums/topic/changing-username-does-not-change-topic-started-by#post-3666</link>
<pubDate>Mon, 13 May 2013 01:07:55 +0000</pubDate>
<dc:creator>nobugs</dc:creator>
<guid isPermaLink="false">3666@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Just noting this seems to have solved my problem in terms of being able to change usernames.&#60;/p&#62;
&#60;p&#62;I have tried using the function &#34;force user to rename him or herself&#34; (I can't recall exact wording).  I'm not sure if that part is working since no one has done it yet even though I set this option for four people!  However, the main function of renaming does work.  :-)&#60;/p&#62;
&#60;p&#62;Thanks, _ck_ as always, for the amazing plugins and support.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Hundreds of spammers registered every day"</title>
<link>http://bbshowcase.org/forums/topic/hundreds-of-spammers-registered-every-day#post-3662</link>
<pubDate>Sat, 11 May 2013 07:52:53 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">3662@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;brntc I think I updated the trunk copy make users inactive, I just forgot to post here&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($user_id) bb_update_usermeta( $user_id, $bbdb-&#38;gt;prefix . &#38;#39;capabilities&#38;#39;, array(&#38;#39;inactive&#38;#39; =&#38;gt; true) );&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>brntc on "Hundreds of spammers registered every day"</title>
<link>http://bbshowcase.org/forums/topic/hundreds-of-spammers-registered-every-day#post-3661</link>
<pubDate>Sat, 11 May 2013 07:48:10 +0000</pubDate>
<dc:creator>brntc</dc:creator>
<guid isPermaLink="false">3661@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;In case anyone is having the same problem, to answer my question above about marking users as inactive, I made a very simple plugin based on CK's spam-notification plugin:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;add_action( 'bb_new_post', 'spam_notification', 999);&#60;/p&#62;
&#60;p&#62;function spam_notification($post_id=0) {&#60;/p&#62;
&#60;p&#62;  global $spam_notification, $bb_ksd_pre_post_status, $bbdb;&#60;/p&#62;
&#60;p&#62;  //  check if akismet found it as spam, stop if manually marked by admin&#60;br /&#62;
  if ( empty($bb_ksd_pre_post_status) &#124;&#124; $bb_ksd_pre_post_status != &#34;2&#34; ) {return;}	   &#60;/p&#62;
&#60;p&#62;  // should not happen, but safety check&#60;br /&#62;
  $post=bb_get_post($post_id);&#60;br /&#62;
  if ($post-&#38;gt;post_status != &#34;2&#34;) {return;}		&#60;/p&#62;
&#60;p&#62;  // get user ID and mark as inactive&#60;br /&#62;
  $user=bb_get_user($post-&#38;gt;poster_id);&#60;br /&#62;
  bb_update_usermeta( $user-&#38;gt;ID, $bbdb-&#38;gt;prefix . 'capabilities', array('inactive' =&#38;gt; true) );&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It seems to be working, at least on my site. Using the mass-delete plugin, it's then possible to search for inactive users and delete them.
&#60;/p&#62;</description>
</item>
<item>
<title>bbdan on "Hundreds of spammers registered every day"</title>
<link>http://bbshowcase.org/forums/topic/hundreds-of-spammers-registered-every-day#post-3650</link>
<pubDate>Mon, 29 Apr 2013 10:57:00 +0000</pubDate>
<dc:creator>bbdan</dc:creator>
<guid isPermaLink="false">3650@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;CK,&#60;br /&#62;
The new updated plugin does just what you said except that the user type shows the status &#34;Member&#34; for spammers - before, spammers automatically became &#34;Inactive&#34;(the user is Bozoed so they can't actually do anything). I just thought I would let you know.
&#60;/p&#62;</description>
</item>
<item>
<title>brntc on "Hundreds of spammers registered every day"</title>
<link>http://bbshowcase.org/forums/topic/hundreds-of-spammers-registered-every-day#post-3649</link>
<pubDate>Mon, 29 Apr 2013 10:32:26 +0000</pubDate>
<dc:creator>brntc</dc:creator>
<guid isPermaLink="false">3649@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Thanks CK, your efforts are appreciated. I've also seen a huge increase in the number of spam registrations and posts. I've just installed the new plugin so this should at least reduce the number of emails. Perhaps another feature for the future would be a time-based check, i.e., don't allow registrations that are submitted faster than X seconds after opening the registration page.&#60;/p&#62;
&#60;p&#62;A related spam question - while most of the registrations are stopped via this plugin, occasionally a spam user gets through. Most of their posts are then stopped by the Akismet plugin, but a few messages a day still manage to make it through to the forum. This might be the spammers 10th or even 100th message. Is there a way to mark the user as inactive immediately after one of their messages is reported as being spam to stop them continually trying to post?&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
</item>
<item>
<title>bbdan on "Hundreds of spammers registered every day"</title>
<link>http://bbshowcase.org/forums/topic/hundreds-of-spammers-registered-every-day#post-3648</link>
<pubDate>Thu, 18 Apr 2013 08:50:19 +0000</pubDate>
<dc:creator>bbdan</dc:creator>
<guid isPermaLink="false">3648@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Thank you CK, I will try it. I also have the Enhanced Registration plugin which automatically deletes quite a few users daily.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Hundreds of spammers registered every day"</title>
<link>http://bbshowcase.org/forums/topic/hundreds-of-spammers-registered-every-day#post-3647</link>
<pubDate>Thu, 18 Apr 2013 08:02:32 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">3647@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Okay this new version 0.9.6 halts all additional new registration processes from running when sfs detects it as a spammer&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://plugins-svn.bbpress.org/human-test/trunk/&#34; rel=&#34;nofollow&#34;&#62;http://plugins-svn.bbpress.org/human-test/trunk/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That means no password email to the user, no email to the admin other than the sfs notification.&#60;/p&#62;
&#60;p&#62;It still registers the user to track their username/email but sets them as inactive and a special status of &#34;9&#34;.&#60;/p&#62;
&#60;p&#62;If you do not even want the user to be registered, find this line&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($result &#38;amp;&#38;amp; strpos($result,&#38;#39;&#38;lt;appears&#38;gt;yes&#38;lt;/appears&#38;gt;&#38;#39;)) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and just put an&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;exit;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;after it.&#60;/p&#62;
&#60;p&#62;Keep in mind if you disable the registration (storing the bad username/email) they can repeatedly try to register it and waste your server time. I recommend you let it register and then periodically every other month clear out the inactive users with my mass-delete plugin.&#60;/p&#62;
&#60;p&#62;I still have to replace the math part with something better because the spammers obviously have a tool that recognizes human-test now. But I cannot do that until I have more time this weekend.
&#60;/p&#62;</description>
</item>
<item>
<title>yavuzhan on "Hundreds of spammers registered every day"</title>
<link>http://bbshowcase.org/forums/topic/hundreds-of-spammers-registered-every-day#post-3646</link>
<pubDate>Thu, 18 Apr 2013 06:36:57 +0000</pubDate>
<dc:creator>yavuzhan</dc:creator>
<guid isPermaLink="false">3646@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;very very thank you!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
