<?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>Logaan's Site &#187; phpBB2</title>
	<atom:link href="http://www.logaans-site.co.uk/category/phpbb/phpbb2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logaans-site.co.uk</link>
	<description>In my own little world, world...world</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:02:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Improve Visual Confirmation Security</title>
		<link>http://www.logaans-site.co.uk/2007/09/20/improve-visual-confirmation-security/</link>
		<comments>http://www.logaans-site.co.uk/2007/09/20/improve-visual-confirmation-security/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 13:52:07 +0000</pubDate>
		<dc:creator>Logaan</dc:creator>
				<category><![CDATA[phpBB]]></category>
		<category><![CDATA[phpBB2]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.logaans-site.co.uk/2007/09/20/improve-visual-confirmation-security/</guid>
		<description><![CDATA[In a previous update for phpBB 2, they added visual confirmation to the registration page. However, bots have started to get past this so I have devised a very simple solution that just makes it a little more difficult for them. What this mod will do is change the length of the visual confirmation image [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous update for phpBB 2, they added visual confirmation to the registration page. However, bots have started to get past this so I have devised a very simple solution that just makes it a little more difficult for them.</p>
<p>What this mod will do is change the length of the visual confirmation image to 8 characters, but will also remove some HTML that may give bots pointers to how long your image should be.</p>
<p><strong>Open:</strong><br />
<code>includes/usercp_register.php</code><br />
<strong>Find:</strong><br />
<code>$code = substr(str_replace('0', 'Z', strtoupper(base_convert($code, 16, 35))), 2, 6);</code><br />
<strong>Find in-line:</strong><br />
<code>6);</code><br />
<strong>Replace With:</strong><br />
<code>8);</code><br />
<strong>Open:</strong><br />
<code>templates/subSilver/profile_add_body.tpl</code><br />
<strong>Find:</strong><br />
<code>&lt;td class="row2"&gt;&lt;input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /&gt;&lt;/td&gt;</code><br />
<strong>Find in-line:</strong><br />
<code>size="6" maxlength="6" value=""</code><br />
<strong>Replace With:</strong><br />
<code>value=""</code><br />
<strong>SQL:</strong><br />
<code>ALTER TABLE `test_confirm` CHANGE `code` `code` CHAR( 8 ) NOT NULL;</code><br />
And its as simple as that. This one change I made on several boards I maintain had the result of going from 10 or more different kinds of bots to no bots registering at all and have had no more since.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logaans-site.co.uk/2007/09/20/improve-visual-confirmation-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
