<?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>Welcome to the phpBB Doctor Blog &#187; phpBB2 Refugees</title>
	<atom:link href="http://www.phpbbdoctor.com/blog/category/phpbb/phpbb2-refugees/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpbbdoctor.com/blog</link>
	<description>Your premium source for custom modification services for phpBB</description>
	<lastBuildDate>Fri, 30 Apr 2010 02:58:53 +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>PM = Personal Message</title>
		<link>http://www.phpbbdoctor.com/blog/2009/08/02/pm-personal-message/</link>
		<comments>http://www.phpbbdoctor.com/blog/2009/08/02/pm-personal-message/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 16:58:58 +0000</pubDate>
		<dc:creator>Dave Rathbun</dc:creator>
				<category><![CDATA[Board Management]]></category>
		<category><![CDATA[phpBB2 Refugees]]></category>

		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=318</guid>
		<description><![CDATA[Most discussion board software packages include a &#8220;private&#8221; message feature. One of the first things I did to phpBB2 was rip that feature right out. I had my reasons, and the resulting board has been active for more than seven years now so it has worked out okay. In fact it was earlier this year [...]]]></description>
			<content:encoded><![CDATA[<p>Most discussion board software packages include a &#8220;private&#8221; message feature. One of the first things I did to phpBB2 was rip that feature right out. I had my reasons, and the resulting board has been active for more than seven years now so it has worked out okay. In fact it was earlier this year that I got my first question about why the feature was even missing. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p>At the same time there are valid reasons for folks to want to send a message to another board member without posting in public. Over at the phpBB2 Refugees site I got <a href="http://www.phpbb2refugees.com/viewtopic.php?t=205">more immediate and vocal feedback</a>. (Note: that link requires a login to the phpBB2 Refugees board.) As a result, the feature is in the process of being updated to include some new features. It has also been renamed from the &#8220;private&#8221; message system to the &#8220;personal&#8221; message system instead. Why is that? <span id="more-318"></span></p>
<h3>Privacy Is A Myth</h3>
<p>In general anything posted to the Internet is not private. (I am not going to consider encryption as an option for this discussion.) If you post on a message board, even in a private forum, someone else with access to that forum can read it and repost it elsewhere. If you send an email, someone can forward it to people you would rather not have read it. Basically the only way to ensure something stays completely private is to avoid posting it. Anywhere. Ever. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I frequently see topics at phpbb.com that ask questions along the lines of&#8230;</p>
<blockquote><p>How can I read someone else&#8217;s private messages on my board?</p></blockquote>
<p>Doesn&#8217;t the very question seem to contradict itself? How can I read a &#8220;private&#8221; message that belongs to someone else? <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p>I see two questions that come from this. First, is it technically possible to do so. Second, is it ethically appropriate to do so. The answer to the first is clearly &#8220;yes&#8221; as there are several ways to approach the issue, and I will talk more about that in a moment. The answer to the second question is less clear. If someone has reported an issue with a PM and asks the board adminstrator to read it, then clearly it&#8217;s okay. But what if board member &#8220;Joe&#8221; reports to the administrator that board members &#8220;Jane&#8221; and &#8220;Jack&#8221; are using the PM system for inappropriate purposes. Is that enough to show &#8220;probable cause&#8221; and allow the board administrator to read those messages?</p>
<p>What if a board member hasn&#8217;t received any reports of abuse at all, but simply decides to go read all of the data stored in the privmsgs tables? Is that ethical? Is it legal?</p>
<p>I am not a lawyer, so I won&#8217;t try to answer the legal questions. I do, however, have a very strong feeling that it is not an ethical thing to do.</p>
<h3>Why Remove It?</h3>
<p>Ethical and legal questions aside, there was a very good reason why I removed the feature from my initial phpBB2 board. That board was a replacement for a mailing list. I was one of the most frequent contributors to the mailing list, and by definition my email address had to be public. It was, afterall, a mailing list. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  What happened was that people saw me answering a lot of questions (but not all) and therefore they assumed that they could send me a direct email rather than going through the list interface. I guess they assumed I had nothing better to do than read and answer their individual question. That assumption was wrong.</p>
<p>I had a standard reply to direct emails that went something like this:</p>
<blockquote><p>Hi, I have a policy to not answer direct questions off of the list except for paying clients. By posting your question to the list you will get the attention of thousands of list members rather than just me. By answering questions on the list the entire community benefits rather than just one person. Thanks.</p></blockquote>
<p>I had to send that message several times a month.</p>
<p>When we moved to the phpBB2 framework, I wanted to prevent that from happening again. I changed the default so that board member email addresses are hidden by default, and I completely removed the PM system. It didn&#8217;t seem appropriate to display the PM icon, only to present a board member with the &#8220;Private messaging has been disabled on this board.&#8221; message. At the time I was not smart enough to simply hide the PM button with a template switch, so I took it out altogether. As I mentioned in my opening paragraph, nobody complained until this year. I don&#8217;t think the community has missed the feature much.</p>
<h3>How Can Private Messages Be Read?</h3>
<p>I am not giving anything away here&#8230; these topics have been discussed quite often at phpbb.com from many different directions. There are several layers of access, starting from guest, then board member, then moderator, then board administrator, and finally server administrator. How can a guest read a private message? By having someone else post it in public. How can a board member read a private message? By having one sent directly to their account, or by having someone post something in public. Board moderators generally do not have access other than other board members, but board administrators do. If needed, a board administrator could change a user password, log in as that person, and read the messages direct from their inbox.</p>
<p>In most cases a board administrator is also the server administrator, with full access to the board database. At that point, all bets are off. Anyone with SQL access would be able to write SQL queries to retrieve any / all content from the phpBB2 board database. The table relationships are not that hard to figure out.</p>
<p>I have never seen a MOD that would allow board administrators or moderators to directly read the contents of the privmsgs tables, but it would not be hard to write. </p>
<p>All this means is there are both social and technical leaks in the so-called &#8220;private&#8221; message system. These leaks, along with my desire to avoid private requests for help on a public board, lead to my decision to remove the standard private message system altogether, rather than just disable it.</p>
<h3>Personal Messages Are Not Private</h3>
<p>Due to the requests from other members of the phpBB2 Refugees site I am bringing this feature back into the board code. However, the first thing I did was replace every occurrence of the word &#8220;private&#8221; with &#8220;personal&#8221; instead. Why take this approach?</p>
<p>In my opinion, when you call something &#8220;private&#8221; then board members would expect some level of privacy, despite all of the issues that I have already outlined. Since privacy is clearly not an option, I have changed the wording to attempt to circumvent any complaints. I have updated the privacy policy on the board to reflect this change. By default users are not allowed to receive PMs; they must opt-in by updating a setting in their profile. The privacy policy clearly states that the board administrators are able to read any / all messages sent through this system. Even the profile page has a nice read banner making it very clear that PMs are <strong>not private</strong>.</p>
<p>I just posted a brief note about this on the Refugees board today. It will be interesting to see where the discussion goes. Right now the only visible changes on the board are to the language files and to the user profile screen. I am going to watch for comments from other board members for input for the next few weeks, just to see how they feel about the change. Once I get a general feel for whether the community will accept it or not, I will complete the updates to the permsgs.php code. Yes, I am even going to change the name of the file. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Related Links</strong></p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Probable_cause">Wiki on Probable Cause</a> in US law</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbdoctor.com/blog/2009/08/02/pm-personal-message/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>phpBB2 Refugees Reaches 100 Users</title>
		<link>http://www.phpbbdoctor.com/blog/2009/03/03/phpbb2-refugees-reaches-100-users/</link>
		<comments>http://www.phpbbdoctor.com/blog/2009/03/03/phpbb2-refugees-reaches-100-users/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 17:33:03 +0000</pubDate>
		<dc:creator>Dave Rathbun</dc:creator>
				<category><![CDATA[phpBB2 Refugees]]></category>

		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=301</guid>
		<description><![CDATA[
Our web site for continued support of phpBB2 reached 100 registered and activated users a few days ago. We also have several thousand posts.  Based on the statistics I collect we have also seen a few days with more than two thousand page views. 
We&#8217;ve had some interesting discussions that are not strictly limited [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.phpbb2refugees.com"><img src="http://www.phpbbdoctor.com/blog/images/refugees_logo.png" /></a></p>
<p>Our web site for continued support of phpBB2 reached 100 registered and activated users a few days ago. We also have several thousand posts. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> Based on the statistics I collect we have also seen a few days with more than two thousand page views. </p>
<p>We&#8217;ve had some interesting discussions that are not strictly limited to phpBB2, so you might want to check us out. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbdoctor.com/blog/2009/03/03/phpbb2-refugees-reaches-100-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB2 Retirement Schedule</title>
		<link>http://www.phpbbdoctor.com/blog/2009/01/07/phpbb2-retirement-schedule/</link>
		<comments>http://www.phpbbdoctor.com/blog/2009/01/07/phpbb2-retirement-schedule/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 23:18:29 +0000</pubDate>
		<dc:creator>Dave Rathbun</dc:creator>
				<category><![CDATA[phpBB]]></category>
		<category><![CDATA[phpBB2 Refugees]]></category>

		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=297</guid>
		<description><![CDATA[Welcome back from the holidays, I hope everyone had a good year. I did, and am looking forward to the challenges that 2009 brings. One of those challenges is, of course, how to deal with the retirement of phpBB2.
As promised, the support forums at phpbb.com for version 2.x were closed this month. The formal announcement [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome back from the holidays, I hope everyone had a good year. I did, and am looking forward to the challenges that 2009 brings. One of those challenges is, of course, how to deal with the retirement of phpBB2.</p>
<p>As promised, the support forums at phpbb.com for version 2.x were closed this month. The formal announcement is <a href="http://www.phpbb.com/community/viewtopic.php?f=14&#038;t=1385785">here</a> if you want to read the full text. The important part is (in my opinion) this paragraph:</p>
<blockquote><p>The phpBB2 support forums have been locked and will remain available in this &#8220;archived&#8221; state for a number of months, purely for reference purposes. Most phpBB2 resources have been removed from the Support Section of the site and further pruning will take place within the next few weeks. phpBB2 Knowledge Base articles will be reposted in the archived forum.</p></blockquote>
<p>There is no specified end date for the 2.x support forums given, but the implication is quite clear: at some point even the locked forums will be dropped or at least hidden from public view.</p>
<p>The 2.x MOD Writers and MOD Requests forums were locked several months ago. The MOD Development 2.x forum remains open for replies to existing topics, but no new topics can be started. On February 1st even that forum will be closed. So where does that leave me?</p>
<p>I am in the process of porting the phpBB Doctor MOD Catalog over to <a href="http://www.phpbb2refugees.com">phpBB2 Refugees</a> and will be moving all of my MOD development and support to that site, at least for public MODs. Private MODs for paying clients will continue to be hosted on the board on this site. I am going to update each of my MOD topics (both dev and released) at .com to link to the new topics once I get them set up so people will know where to find me.</p>
<p>The Styles and MODs forums are guaranteed to remain visible until May 1, 2009, as stated in <a href="http://www.phpbb.com/community/viewtopic.php?f=14&#038;t=900655">this topic</a>. After that point they <strong>may</strong> (their words, emphasis added by me) be removed from public view.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbdoctor.com/blog/2009/01/07/phpbb2-retirement-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB Weekly Podcast Now Available</title>
		<link>http://www.phpbbdoctor.com/blog/2008/12/09/phpbb-weekly-podcast-now-available/</link>
		<comments>http://www.phpbbdoctor.com/blog/2008/12/09/phpbb-weekly-podcast-now-available/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 17:45:16 +0000</pubDate>
		<dc:creator>Dave Rathbun</dc:creator>
				<category><![CDATA[phpBB2 Refugees]]></category>

		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=292</guid>
		<description><![CDATA[I found Episode #88 of phpBB Weekly in my iTunes library this morning, so I went over to their site and it has been released there as well. As always, Douglas and David provide enough distractions to avoid being boring   and I felt like that the message I was most interested in getting [...]]]></description>
			<content:encoded><![CDATA[<p>I found Episode #88 of phpBB Weekly in my iTunes library this morning, so I went over to their site and it has been released there as well. As always, Douglas and David provide enough distractions to avoid being boring <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and I felt like that the message I was most interested in getting out there was accomplished.</p>
<p>If you aren&#8217;t subscribing to the podcast via iTunes (or other similar option) then you can listen to the discussion <a href="http://www.phpbbweekly.net/2008/12/09/phpbb-weekly-088-guest-dave-rathbun-drathbun/">on their site</a>.</p>
<p>It was not the first time I have been on the podcast, but it is the first time that something I have done was the subject of the podcast. That was fun. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbdoctor.com/blog/2008/12/09/phpbb-weekly-podcast-now-available/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>phpBB2 Refugees Launches Today&#8230;</title>
		<link>http://www.phpbbdoctor.com/blog/2008/12/09/phpbb2-refugees-launches-today/</link>
		<comments>http://www.phpbbdoctor.com/blog/2008/12/09/phpbb2-refugees-launches-today/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 05:01:09 +0000</pubDate>
		<dc:creator>Dave Rathbun</dc:creator>
				<category><![CDATA[phpBB2 Refugees]]></category>

		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=291</guid>
		<description><![CDATA[
Today we officially launch the phpBB2 Refugees site. The past few months have been used to test and tweak the code as well as set up some of the documentation and lay the groundwork for future growth. As mentioned previously, I got to talk about this project on the phpBB Weekly podcast last Saturday.
The site [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.phpbb2refugees.com"><img src="http://www.phpbbdoctor.com/blog/images/refugees_logo.png" /></a></p>
<p>Today we officially launch the phpBB2 Refugees site. The past few months have been used to test and tweak the code as well as set up some of the documentation and lay the groundwork for future growth. As <a href="http://www.phpbbdoctor.com/blog/2008/12/05/phpbb-doctor-on-phpbb-weekly-podcast-tomorrow-dec-6/">mentioned previously</a>, I got to talk about this project on the <a href="http://www.phpbbweekly.net/">phpBB Weekly podcast</a> last Saturday.</p>
<p>The site will open with a focus on building the community and setting up for support. The next phase will include special handling of MODs and Styles, and we hope to have those ready to go early next year.</p>
<p>So come on over and check us out, see if you like what you see. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbdoctor.com/blog/2008/12/09/phpbb2-refugees-launches-today/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>phpBB Doctor on phpBB Weekly Podcast Tomorrow (Dec 6)</title>
		<link>http://www.phpbbdoctor.com/blog/2008/12/05/phpbb-doctor-on-phpbb-weekly-podcast-tomorrow-dec-6/</link>
		<comments>http://www.phpbbdoctor.com/blog/2008/12/05/phpbb-doctor-on-phpbb-weekly-podcast-tomorrow-dec-6/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 18:28:47 +0000</pubDate>
		<dc:creator>Dave Rathbun</dc:creator>
				<category><![CDATA[phpBB]]></category>
		<category><![CDATA[phpBB2 Refugees]]></category>

		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=290</guid>
		<description><![CDATA[I&#8217;m going to be on the live phpBB Weekly podcast tomorrow, December 6th, to talk about the looming launch of the phpBB2 Refugees site. If you want to know more about the site, our plans for the future, or anything else related be sure to tune in.  While I would not quite say I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be on the live phpBB Weekly podcast tomorrow, December 6th, to talk about the looming launch of the phpBB2 Refugees site. If you want to know more about the site, our plans for the future, or anything else related be sure to tune in. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> While I would not quite say I&#8217;m going &#8220;rogue&#8221; as the say on <a href="http://www.phpbbweekly.net/">their site</a>&#8230; <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbdoctor.com/blog/2008/12/05/phpbb-doctor-on-phpbb-weekly-podcast-tomorrow-dec-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>phpBB2 Refugees Questions and Answers (Q&amp;A)</title>
		<link>http://www.phpbbdoctor.com/blog/2008/11/18/phpbb2-refugees-questions-and-answers-qa/</link>
		<comments>http://www.phpbbdoctor.com/blog/2008/11/18/phpbb2-refugees-questions-and-answers-qa/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 12:15:39 +0000</pubDate>
		<dc:creator>Dave Rathbun</dc:creator>
				<category><![CDATA[phpBB2 Refugees]]></category>

		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=286</guid>
		<description><![CDATA[This post is intended to provide answers to some of the questions that I have already been asked related to the launch of the phpBB2 Refugees community. If you have any other questions, please feel free to ask them via the comment form and I will answer them. The answers to these questions are based [...]]]></description>
			<content:encoded><![CDATA[<p>This post is intended to provide answers to some of the questions that I have already been asked related to the launch of the <a href="http://www.phpbb2refugees.com">phpBB2 Refugees</a> community. If you have any other questions, please feel free to ask them via the comment form and I will answer them. The answers to these questions are based on my own input only at this point. Some of the answers might change as the community evolves over the coming months.</p>
<p><span id="more-286"></span><strong>Do you plan to create a &#8220;fork&#8221; of phpbb2?</strong><br />
At this time, no. That is something that the community will decide. A &#8220;fork&#8221; &#8211; for those that might not be aware of what that means &#8211; would be created if we take the most current release for phpBB2 (at this time 2.0.23) and release our own version. It would have to be something different that 2.0.24 at that point because it would not be an official phpBB Group release.</p>
<p><strong>Aren&#8217;t you concerned about security in phpbb2?</strong><br />
Yes. More on that in another post.</p>
<p><strong>Are you running on the phpbb.com server?</strong><br />
Nope. I have leased a dedicated server with a quad core CPU plus 4GB RAM and 250GB of disk space. The contract allows me to use up to 2TB of bandwidth each month. The site is completely separate and independent from phpbb.com.</p>
<p><strong>Will there be ads on the new site?</strong><br />
Nope. The plan is to remain ad-free until we determine if the community needs more funds, at which point I will consider advertising. I don&#8217;t expect to have to even consider this until we reach somewhere in the neighborhood of several thousand members or 40-50GB of monthly bandwidth.</p>
<p><strong>Without ads, how will you pay for the site?</strong><br />
I have another board that generates enough income to support this board as well. The other board also runs phpBB2. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Why do the site without advertisements? Are you concerned that it won&#8217;t be profitable?</strong><br />
That&#8217;s not the reason at all. I want to be sure that people realize that this community is being founded for the benefits of the members, not the benefits of me. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I don&#8217;t have any problem with people having advertisements on their site. My largest board has banner advertisements, and that&#8217;s partially how I can fund the server for the Refugees board. While I don&#8217;t rule out the potential of having ads at some point in the future, until we need them we won&#8217;t have them. </p>
<p><strong>What about donations?</strong><br />
I don&#8217;t have any plans to set up a donations page for the same reasons mentioned above.</p>
<p><strong>Will you host the downloads for phpbb?</strong><br />
At this time, no. We will have a link to the sourceforge area where phpbb2 code is maintained. If at some point the phpbb2 code is removed by the phpBB Group, I have an archive of versions dating back several years that I can post. I don&#8217;t see any need to do that unless it&#8217;s required (see the notes on the &#8220;fork&#8221; question above).</p>
<p><strong>Are you running phpBB2 on the new board?</strong><br />
Of course. It would be hypocritical not to do as much, wouldn&#8217;t you think? <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Are you running a &#8220;vanilla&#8221; or unmodified board?</strong><br />
Nope. As stated above, I am combining what I believe are the best features from BOB &#8211; a phpBB2 board that has been in action for over six years &#8211; and this site into a modified board that has phpbb2 at the core. The point of the site run by phpbb.com was to show exactly what people would get if they download the phpbb2 software. The point of our site is to show what can be accomplished with some imagination and effort&#8230; to show there is life left in the phpBB2 core. </p>
<p><strong>Will you provide the source for your board as a download?</strong><br />
No, the source for the Refugees site will not be available for download. There are reasons for that which I may go through in more detail in another post, but the main reason is that the Refugees site does not run on php alone. There are a number of perl scripts and cron jobs that help make the board more efficient or provide new features. I don&#8217;t intend to provide a download for the Refugees site because I don&#8217;t believe it can be supported in the same way that a pure php solution can be. If the source code was released, it would have to be as a &#8220;fork&#8221; (again, see above).</p>
<p><strong>Will there be Berties?</strong><br />
 <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  I actually had someone ask this the other day. Jon has a supply of Berties and I don&#8217;t see any reason to try to start something else along those lines. So the answer is no Berties from me. If you want one (or more!) simply use the <a href="http://www.phpbb.com/shop/">existing order page</a>.</p>
<p><strong>I am an enthusiast, what can I do to help?</strong><br />
This is my favorite question. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Join the board (once it&#8217;s open) and help people. Help build the community. That is the best thing that anyone can do to help.</p>
<p>Many of these questions have been incorporated into the FAQ at the phpBB2 Refugees site, but I thought it would be worthwhile to post them here in advance of the site opening date. As stated at the beginning of the post, if you have other questions please feel free to post them in the comment form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbdoctor.com/blog/2008/11/18/phpbb2-refugees-questions-and-answers-qa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling All phpBB2 Refugees</title>
		<link>http://www.phpbbdoctor.com/blog/2008/11/17/calling-all-phpbb2-refugees/</link>
		<comments>http://www.phpbbdoctor.com/blog/2008/11/17/calling-all-phpbb2-refugees/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 20:30:18 +0000</pubDate>
		<dc:creator>Dave Rathbun</dc:creator>
				<category><![CDATA[phpBB2 Refugees]]></category>

		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=283</guid>
		<description><![CDATA[As many of you already know, phpBB2 support at phpbb.com is going to be frozen in a few months. By &#8220;frozen&#8221; I mean that the last phpBB2-related forums at phpbb.com will be closed as &#8220;read only&#8221; and only phpBB3 will be supported / MODded / styled / discussed there. I have gone on record more [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you already know, phpBB2 support at phpbb.com is going to be frozen in a few months. By &#8220;frozen&#8221; I mean that the last phpBB2-related forums at phpbb.com will be closed as &#8220;read only&#8221; and only phpBB3 will be supported / MODded / styled / discussed there. I have gone on record more than once as stating that I understand why the phpBB Group has decided to do this. They want to move on to phpBB3 without the legacy phpBB2 holding them back. That makes sense to me, given their limited resources. I don&#8217;t have a problem with their decision at all.</p>
<p>In the last few months there really hasn&#8217;t been too much said about the decision. I expect that might change once things actually close.</p>
<p>Based on my own analysis, I have decided to stay on phpBB2 for at least another year or two. At this point I believe I will be waiting for 3.2 to be released before I reconsider migrating forward. As a result I will remain involved and interested in phpBB2 matters for a while. I have long suspected that I am not alone in this situation, and recent conversations have not done anything to change my opinion. For that reason (and more) I am proud to make the pre-launch announcement of a new site. I give you: <a href="http://www.phpbb2refugees.com">phpBB2 Refugees</a> <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="/blog/images/refugees_logo.png" width="340" height="90" border="0" alt="phpBB2 Refugees Logo" title="phpBB2 Refugees Logo" /></p>
<p>Now if you click that link today, as I post this, you won&#8217;t be able to get in. Not just yet. <span id="more-283"></span> The domain is active and the site is there but we (yes, I said &#8220;we&#8221;, more on that in a moment) are working on a few finishing touches before the site opens for registrations.</p>
<p>Why wasn&#8217;t this announced earlier? Since I am on the moderator team at phpbb.com I wanted to make sure that I did not step on any toes or upset any group policies by starting this site. It took a while to discuss, but ultimately I was told that as long as I made it very clear that this site was <strong>not official in any way</strong> (despite my position on the team) that it would be fine. I don&#8217;t have a problem with this at all. This is going to be my site and will be completely separate and distinct from anything going on at phpbb.com.</p>
<p>I got the domain back in July. I started a lease on a new server about two months ago. Since then I have been working at combining code from this site (phpbbdoctor) and my largest phpBB2 board (aka &#8220;BOB&#8221; that I often talk about) to take the best of both. While working on some styles issues (I like designing web sites, but graphics is not my strongest area) I passed a few questions by some other folks. Two things happened&#8230; first, I got help. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Second, people got excited about the site, and I think that&#8217;s good too.</p>
<p>When I launched BOB we started with a core of about 5 folks at the beginning. For the next few months we sent out invitations to other folks on the mailing list that we were replacing asking them to join. The idea of starting out slow like this was to build the site based on input and feedback from the initial members. (Case in point: The &#8220;<a href="http://www.phpbbdoctor.com/blog/2008/11/11/user-selectable-board-width/">User Selectable Board Width</a>&#8221; MOD I wrote about recently came about because of a suggestion from an early Refugeees member.) Before BOB launched we had spent a bit over two months doing an extended test run and had about 70 members by the time the site was officially launched. That model worked very well for us and I hope it will work for Refugees (albeit on a bit more compressed time frame) as well.</p>
<p>Frankly I am encouraged by the similarities that I see between the launch &#8220;BOB&#8221; and the Refugees site. Both were created because an existing resource (a mailing list in one case, the official forums in this case) was being retired. Both had existing user communities, meaning we&#8217;re not trying to create something from nothing, we&#8217;re simply trying to prepare a &#8220;continuation&#8221; site. For the record, &#8220;BOB&#8221; started our seventh year in August of 2008. While I don&#8217;t necessarily expect the Refugees site to last that long, if it does last, I will continue to support it.</p>
<p>Here is my committment to the community: I am starting this site because I believe there will be a use for it. I will keep the site active and support it with my own presense for a minimum of two years from the launch date. If at that point the site is not required because of any reason, we (the community) can decide if the site needs to be retired or what other steps should be taken. What I am trying to say is that I am definitely giving this site a minimum of two years to become successful. Don&#8217;t take that as an implication that I will shut it down after two years please, as that is not the intention. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  All I am saying is that if it&#8217;s not successful in the next two months &#8230; six months&#8230; or even the next year&#8230; it&#8217;s still not going to be shut down.</p>
<p>How successful will it become? Ultimately that is up to the community. If people join and help each other, it will become a success. It&#8217;s going to take more than one or two people to make this happen.</p>
<p>Now about this &#8220;we&#8221; I mentioned earlier&#8230;</p>
<p>I have already talked to Robert (aka Lumpy) about his site at phpbbusers.com. I am pleased we are going to be combining our efforts, with more details to be posted shortly. I have one of the members of the phpBB Styles team helping out with setting up the styles area, and I&#8217;m really excited about that since styles is my weakest area. A few of the folks from the bbProtection project are already on board and helping me test out the new site. Another team member from phpbb.com owns the domain &#8220;phpbb2support.com&#8221; and has volunteered to forward it to the Refugees site. All of these are positive developments in my opinion.</p>
<p>If you have an interest in phpBB2 and would like to participate in the &#8220;early release&#8221; efforts, please send me a PM at phpbb.com and I will get you more details.</p>
<p>The current plan is for the site to be completely open for public registrations and use in December 9th. </p>
<p>Can anyone think of why that date might have been selected? <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbdoctor.com/blog/2008/11/17/calling-all-phpbb2-refugees/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
