<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Şimşek Mert &#187; CMS</title>
	<atom:link href="http://www.simsekmert.com/wp/category/content-management-systems-icerik-yonetim-sistemleri/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simsekmert.com/wp</link>
	<description>Kişisel Web Sayfası</description>
	<lastBuildDate>Thu, 13 Jan 2011 09:10:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Preventing SPAM</title>
		<link>http://www.simsekmert.com/wp/2009/05/preventing-spam/</link>
		<comments>http://www.simsekmert.com/wp/2009/05/preventing-spam/#comments</comments>
		<pubDate>Tue, 26 May 2009 21:06:54 +0000</pubDate>
		<dc:creator>Şimşek Mert</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[phpbb3]]></category>
		<category><![CDATA[prevention]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.simsekmert.com/wp/?p=83</guid>
		<description><![CDATA[Section 1: Introduction/FAQ

What is a spam bot?
Simply put, a spam bot (with relation to phpBB) is a script that is able to register an account and/or post spam on your board.




Is spam a security threat?
No. While spammers may seem like they are breaking through your defenses, they actually don&#8217;t do anything that a regular users [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;"><span style="font-size: 140%; line-height: 116%;"><span style="color: brown;">Section 1: Introduction/FAQ</span></span></span></p>
<ul>
<li><span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">What is a spam bot?</span></span><br />
Simply put, a spam bot (with relation to phpBB) is a script that is able to register an account and/or post spam on your board.<br />
<img src="http://www.marshalrusty.com/phpBB/spam/spam_bot.jpg" alt="Image" /></li>
</ul>
<p><span id="more-83"></span></p>
<ul>
<li><span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Is spam a security threat?</span></span><br />
No. While spammers may seem like they are breaking through your defenses, they actually don&#8217;t do anything that a regular users couldn&#8217;t do (register, post, etc). Spam is therefore not a vulnerability and should not be considered as such.</li>
<li><span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">How do they work?</span></span><br />
Spam bots do what they are programmed to do; nothing more. Not having the ability to adapt on the fly puts bots at a disadvantage when put against informed administrators such as yourself. The trick for dealing with bots is to stay one step ahead of their authors. Nearly all anti-spam MODs focus on changing the registration/posting form in order to prevent bots from being able to fill out the information properly.</li>
<li><span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Do bots fill in the form the same way humans do?</span></span><br />
No, the majority of bots submit their responses directly, without loading the form that you set up. What this means in practical terms is that changing only the HTML form will not do anything; you need to actually change how the passed information is interpreted (that means editing the .php files). If you encounter MODs that only edit HTML, they are pointless.</li>
<li><span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Should I ban bots by IP or email TLD (.ru, .info, etc.)?</span></span><br />
If your goal is to save time, this strategy will not help. IPs are often cycled and there are thousands of available proxies that can be found just by searching. By banning IPs, you will also end up banning legitimate users. As bots use a variety of TLDs for their email accounts (including .com, .org and .net), banning international ones like .ru may help slightly, but you will once again end up banning legitimate users (and won&#8217;t ban nearly every bot). In short, you should focus on preventing as many bots as possible, while not causing legitimate users too much extra hassle.</li>
<li><span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">What about human spammers?</span></span><br />
Fighting human spammers is more difficult than fighting bots. While bots will blindly attempt to register and post on every board possible, human spammers will want to make sure that their spam is actually being seen. The trick to fighting human spammers, therefore, is to remove any incentive they would have of targeting your board.</li>
<li><span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Will following this guide stop all spam?</span></span><br />
As I said above, human spammers are difficult to stop and some bots may be adapted to work on your site. Following this guide will, however, cause a significant decrease in the amount of spam starting from the very first day <img title="Smile" src="http://www.phpbb.com/community/images/smilies/icon_e_smile.gif" alt=":)" /></li>
</ul>
<p><span style="font-weight: bold;"><span style="font-size: 140%; line-height: 116%;"><span style="color: brown;">Section 2: Strategies</span></span></span></p>
<ul>Below are various methods for preventing both bot and human spammers. The descriptions are written in simple terms so that you can make an educated decision of which strategies to implement.</p>
<li><span style="font-size: 115%; line-height: 116%;"><span style="font-weight: bold;">Updating to the latest version of phpBB</span></span><br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Explanation:</span></span> If you are not using the latest version of phpBB, then you need to update. Apart from <span style="font-weight: bold;">increased security</span> and bug fixes, phpBB 2.0.23 requires that the SID be passed in submitted forms. This means that older versions of spam bots will be blocked.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Bottom line:</span></span> You should always use the latest version of phpBB. If you&#8217;re not, then the first thing you should do is update.</li>
<li><span style="font-size: 115%; line-height: 116%;"><span style="font-weight: bold;">Guest posting</span></span><br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Explanation:</span></span> Enabling guest posting will render the majority of anti-spam MODs useless. If you absolutely must allow guests to post, then you should install something like the <a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=266787">Visual Confirmation for Guests MOD by Kanuck</a> which will require guests to pass a CAPTCHA before posting.</li>
<li><span style="font-size: 115%; line-height: 116%;"><span style="font-weight: bold;">User activation</span></span><br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">What is it?</span></span> The activation option in the administration panel =&gt; configuration allows you to determine how user activation should be handled.<br />
<a class="postlink" href="http://www.marshalrusty.com/phpBB/spam/activation.gif"><img src="http://www.marshalrusty.com/phpBB/spam/activation_th.gif" alt="Image" /></a><br />
If set to &#8216;none&#8217;, users will be activated (and allowed to post) right after registering. If set to &#8216;user&#8217;, new members will be required to click a link sent via email to activate their accounts. If set to &#8216;admin&#8217;, administrators will be required to click a link sent via email each time a user registers.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Target:</span></span> Bots and humans<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Pros:</span></span> It is already built into phpBB<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Cons:</span></span> If set to &#8216;admin&#8217;, you will need to take the time to activate each new user.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Bottom line:</span></span> Unless you want to activate users manually, I suggest setting this option to &#8216;user&#8217;. Setting it to &#8216;none&#8217; will make it extra easy for both humans and bots to post spam on your board.</li>
<li><span style="font-size: 115%; line-height: 116%;"><span style="font-weight: bold;">Visual Confirmation</span></span><br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">What is it?</span></span> The Visual confirmation (or <a class="postlink" href="http://en.wikipedia.org/wiki/Captcha">CAPTCHA</a>) is a computer generated image with alphanumeric characters that the user is asked to enter into a text box. Here are two example images generated by the phpBB CAPTCHA:<br />
<img src="http://www.marshalrusty.com/phpBB/spam/capcha1.png" alt="Image" /><br />
<img src="http://www.marshalrusty.com/phpBB/spam/capcha2.png" alt="Image" /><br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Target:</span></span> Bots<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Pros:</span></span> It is already built into phpBB<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Cons:</span></span> Because phpBB is a popular piece of software, spammers have taken the time to break the standard CAPTCHA via <a class="postlink" href="http://en.wikipedia.org/wiki/Optical_character_recognition">OCR</a>. More advanced spam bots are able to read the phpBB CAPTCHA.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Bottom line:</span></span> There are still plenty of bots that are unable to read the standard CAPTCHA. Unless you plan on installing a MOD that will change the standard CAPTCHA to a more complex version, you should leave the standard one enabled.<br />
<a class="postlink" href="http://www.marshalrusty.com/phpBB/spam/vc.gif"><img src="http://www.marshalrusty.com/phpBB/spam/vc_th.gif" alt="Image" /></a><br />
You should note that as this feature was added in phpBB 2.0.11; templates made for earlier versions require 2 changes to support it. More on that here: <a class="postlink" href="http://www.phpbb.com/kb/article/testing-your-templates-for-compatibility-with-visual-confirmation/">Knowledge Base &#8211; Visual Confirmation</a> and <a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?f=23&amp;t=369968">A full list of template changes since 2.0.11</a> and <a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?f=23&amp;t=240913">How to add Visual Confirmation to outdated templates</a>.</li>
<li><span style="font-size: 115%; line-height: 116%;"><span style="font-weight: bold;">Registration Auth Code (RAC) MOD</span></span><br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">What is it?</span></span> This very simple MOD will require users to enter a code into a textbox during registration. The code is chosen by the administrator and can be placed just about anywhere for users to find (right on the registration page, in the description of the first forum, a separate topic, or just about anywhere else). The MOD can also be easily modified to ask a simple question, if you prefer that approach. Here are two examples:<br />
<a class="postlink" href="http://www.marshalrusty.com/phpBB/spam/description.gif"><img src="http://www.marshalrusty.com/phpBB/spam/description_sub.gif" alt="Image" /></a> <a class="postlink" href="http://www.marshalrusty.com/phpBB/spam/question.gif"><img src="http://www.marshalrusty.com/phpBB/spam/question_sub.gif" alt="Image" /></a><br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Target:</span></span> Bots<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Pros:</span></span> The MOD is extremely simple and takes less than 3 minutes to install. If spam bots are adapted to enter the correct code, all you need to do is change the code and/or the location where it is displayed to throw them off again.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Cons:</span></span> The MOD only targets bots; human spammers will be able to locate the code and register.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Bottom line:</span></span> As the majority of spam comes from bots, I strongly recommend this MOD. Assuming that you have taken the steps mentioned above, this should be the only <span style="font-weight: bold;">anti-bot</span> MOD you will need to install.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Download:</span></span> <!-- l --><a class="postlink-local" href="http://www.phpbb.com/community/viewtopic.php?f=16&amp;t=552845">viewtopic.php?f=16&amp;t=552845</a><!-- l --></li>
<li><span style="font-size: 115%; line-height: 116%;"><span style="font-weight: bold;">Hide user profiles, the memberlist and the groupcp from guests</span></span><br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">What is it?</span></span> Self explanatory. There is no reason for guests to be able to view user profiles, the memberlist and the groupcp.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Target:</span></span> Mostly humans, but some bots as well<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Pros:</span></span> By blocking guests from those pages, you also block search engine bots. If search engines cannot index the links spammers put in their profiles, they will be less likely to target your site. This is particularly true for human spammers who usually investigate sites before spamming. The MOD is simple and easy to install<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Cons:</span></span> If you specifically want user profiles and the memberlist indexed by search engine bots, this may not be for you.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Bottom line:</span></span> If you don&#8217;t have any specific reason to leave these sections of the board open to the public, I recommend making them only to registered users.<br />
<span style="font-size: 110%; line-height: 116%;"><span style="font-weight: bold;">Download:</span></span> <!-- l --><a class="postlink-local" href="http://www.phpbb.com/community/viewtopic.php?t=213812">viewtopic.php?t=213812</a><!-- l --></li>
</ul>
<p><span style="font-weight: bold;"><span style="font-size: 134%; line-height: 116%;"><span style="color: brown;">Section 3: Other anti-spam MODs</span></span></span></p>
<ol style="list-style-type: decimal;">Below are other anti-spam MODs that are available for phpBB 2.0.x. If what I have suggested above does not work, or you would like to try something else, you should consider looking at the MODs below.If you have never installed a MOD, you should check out the <a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?f=16&amp;t=61611">MOD installation tutorial</a>. Always remember to make backups of any files you plan on editing (or just be like me and backup the whole directory).</p>
<p><span style="font-weight: bold;">If you have a question regarding a specific MOD, please ask it in that MOD&#8217;s topic, not here.</span></p>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=227860">Active members Only</a> by defender-uk</span><br />
Extremely simple MOD that prevents inactive users from showing up in the memberlist.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=361339">Anti-bot Guest Post Mod</a> by otseng</span><br />
If you allow guests to post on your board, this MOD will help prevent SPAM by adding a drop down to the guest posting screen.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=367621">AntiSpam Mod</a> by deMone</span><br />
Prevents instant registrations by checking the amount of time it took to fill in the form.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=248252">Block Open Proxy Registrants</a> by TerraFrost</span><br />
Blocks those attempting to register from open proxies.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=344484">Configure Member Profile Required Fields</a> by ycl6</span><br />
Allows the admin to set which fields are required during registration.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=393265">ConfusaBOT lite</a> &amp; <a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=390401">ConfusaBOT ACP</a> by espicom</span><br />
This simple MOD changes the registration form URL from &#8220;&#8230;profile.php?mode=register&amp;agreed=true&#8221; to &#8220;&#8230;profile.php?mode=register&amp;XXX=true&#8221;, allowing you to define the XXX. This will stop bots that skip the agreement and go straight to the form. The ACP version allows you to change the agreed variable in the configuration section of the administration panel, while the lite version defines the variables in the constants.php file. Which you choose to use is completely up to you.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=259827">Deter Comment Spam</a> by TerraFrost</span><br />
Provides a deterrence to so-called comment spammers by adding rel=&#8221;nofollow&#8221; tags on a conditional basis. For a further explanation, see the &#8220;Author comments&#8221; in the install.txt file.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=210055">disable spambots</a> by magenta </span><br />
Checks the amount of time it took to submit the registration form. If it is less than 5 seconds, the form cannot be submitted.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=375262">Easy BotStopper</a> by battye</span><br />
Removes the website field from the registration form (still available in user profiles). If a bot supplies this information anyway (via a separate script), the registration will be denied.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=262393">Hide Zero Posters</a> by TerraFrost</span><br />
This MOD will prevent users with 0 posts from showing up in the memberlist. This is a great tool for preventing human spammers.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=509658">Note to Admin on Admin Activation</a> by TerraFrost</span><br />
How do you know, when admin activation is enabled, whether or not the person who&#8217;s just signed up for your board signed up just to spam it? Letting people justify their activation can help you decide exactly who should be activated and who shouldn&#8217;t be.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=472940">Textual Confirmation</a> by olpa</span><br />
Textual Confirmation (TC) asks newly registering user a question. If the answer is wrong, TC rejects the registration. Also, TC notifies the forum admin and the community spam database. The administrator can edit the questions and answers in the Administration Panel.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=383788">The humanizer</a> by Underhill</span><br />
Adds the question &#8216;Are you human?&#8217; to the registration form which must be answered for the registration to be processed. Since this isn&#8217;t a standard phpBB question, most bots will not answer it.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=213812">Redirect anonymous users to login</a> by StefanKausL</span><br />
Will prevent guests from getting your members&#8217; contact information by disallowing guests to view the memberlist, groups, profiles, etc.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=373695">Registration disable website signature</a> by EXreaction</span><br />
Removes the signature and website fields from the registration form (still available in user profiles). If a bot supplies this information anyway (via a separate script), the registration will be denied. Also has an autoban feature.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?f=15&amp;t=561677">security_question</a> by James N</span><br />
The mod asks a question that requires human thought to be put in to the answer. Both question and answer are configerable from the ACP. In addition the &#8216;public profile&#8217; fields are hidded during registration to stop human spammers who never intend to confirm their membership leaving spam URL&#8217;s.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=354376">Spam Words</a> by Joe Belmaati</span><br />
Allows you to specify words in the administration panel that are not allowed to be used in posts. When a user tried to use a forbidden word, an error will be displayed.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=399863">User Shield</a> by Wo1f</span><br />
Hides usernames and corresponding profile data from all except the Administrator until activated. Manage (activate or delete) non-activated members from the memberlist.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=495004">Visual Confirmation (CAPTCHA)</a> by Ptirhiik</span><br />
This mod changes the CAPTCHA to a more solid one, even if GD is not available. It comes with random fonts, random colors, random sizes, random angles,noisy background with lines without GD, with lines and circles with GD, random chars in background, random pics in background with GD, etc.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=266787">Visual Confirmation for Guests</a> by Kanuck</span><br />
Adds the visual confirmation to the posting page for guests. If you enable guest posting, you can use this MOD to prevent spammers from having a field day.</li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=383305">Anti Bot Question</a> by MagMo</span><br />
This MOD replaces the standard visual confirmation with a question selected at random from a pool. You may add custom questions to the pool, which makes this MOD very dynamic.<br />
<span style="color: red;">** This MOD has not been validated by the phpBB MOD team.</span></li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?p=2148409">Antispam for all fields</a> by Ramon Fincken</span><br />
This MOD uses the word replacement list to check all profile fields (website, interests, etc.) as well as the posting field. An extensive bad word list is provided. Also checks remote websites for bad words. Admin panel settings.<br />
<span style="color: red;">** This MOD has not been validated by the phpBB MOD team.</span></li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=396855">Anti-spam bots registration</a> by RevJim &amp; <a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=399374">Anti-Spam ACP</a> by EXreaction</span><br />
Both of these MODs disable the signature and website fields for users with less than X posts. The ACP version by EXreaction adds configurable options to the administration panel.<br />
<span style="color: red;">** This MOD has not been validated by the phpBB MOD team.</span></li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=507016">Raven&#8217;s Antispam</a> by romans1423</span><br />
Raven&#8217;s Antispam is a lean but effective solution for preventing spam registrations and posts, ported to phpBB from a Wordpress plugin of the same name. By requiring an installation-unique variable to be filled out (automatically, if JavaScript is enabled), bots are simply blocked. Raven&#8217;s Antispam does not require any database modifications or admin panel configuration.<br />
<span style="color: red;">** This MOD has not been validated by the phpBB MOD team.</span></li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?f=16&amp;t=552845">Registration Auth Code (RAC)</a> by Marshalrusty</span><br />
This MOD will require users to enter an auth code during registration, which can be defined by the administrator.<br />
<span style="color: red;">** This MOD has not been validated by the phpBB MOD team.</span></li>
<li><span style="font-weight: bold;"><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=430710">Unique Registration Hash</a> by pentapenguin</span><br />
This MOD changes the &#8220;agreed=true&#8221; part of the registration form to a unique identifier to help stop spam bots from registering.<br />
<span style="color: red;">** This MOD has not been validated by the phpBB MOD team.</span></li>
</ol>
<p><span style="font-weight: bold;"><span style="font-size: 134%; line-height: 116%;"><span style="color: brown;">Section 4: Miscellaneous</span></span></span></p>
<ol style="list-style-type: decimal;"><span style="font-weight: bold;">SPAM removal tools</span><br />
<a class="postlink" href="http://starfoxtj.no-ip.com/community/toolkit/">Admin Toolkit</a><a class="postlink" href="http://nian.aprs.net/phpbb/toolkit/">(mirror)</a> &#8211; Allows you to mass delete users. Users should <span style="font-weight: bold;">never</span> be deleted straight from the database using tools such as phpMyAdmin.</p>
<p><span style="font-weight: bold;">Translations</span><br />
Dutch: <!-- m --><a class="postlink" href="http://www.phpbb.nl/viewtopic.php?t=31511">http://www.phpbb.nl/viewtopic.php?t=31511</a><!-- m --><br />
Dutch: <!-- m --><a class="postlink" href="http://www.phpbbservice.nl/viewtopic.php?t=2">http://www.phpbbservice.nl/viewtopic.php?t=2</a><!-- m --><br />
Español: <!-- m --><a class="postlink" href="http://www.tomatoma.ws/foros/viewtopic.php?t=10201">http://www.tomatoma.ws/foros/viewtopic.php?t=10201</a><!-- m --></p>
<p><span style="font-weight: bold;">Other anti-SPAM topics</span></p>
<li><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=257755">Fight the spam registration bots!</a> by espicom</li>
<li><a class="postlink" href="http://www.phpbb.com/community/viewtopic.php?t=393503">Anti-Spam Thread!</a> by EXreaction</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.simsekmert.com/wp/2009/05/preventing-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

