<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 20 Nov 2008 06:23:07 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Bill Staples' Blog:  Quick Install of the World's Most Popular Web Applications on IIS7]]></title>
      <guid>http://www.phpdeveloper.org/news/11222</guid>
      <link>http://www.phpdeveloper.org/news/11222</link>
      <description><![CDATA[<p>
Among other things mentioned in his <a href="http://blogs.iis.net/bills/archive/2008/10/15/quick-install-of-the-world-s-most-popular-web-applications-on-iis7.aspx">his latest post</a> <i>Bill Staples</i> talks about a new tool that makes the installation of lots of popular web apps (PHP and not) simpler - the <a href="http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx">Microsoft Web Application Installer</a>.
</p>
<blockquote>
The Microsoft Web Application Installer (Web AI) is a companion to Web PI, and provides a super easy way to download, install and configure many popular community and open source applications on IIS7. Available applications include <a href="http://www.dotnetnuke.com/">DotNetNuke</a>, <a href="http://drupal.org/">Drupal<a/>, <a href="http://gallery.menalto.com/">Gallery</a>, <A href="http://graffiticms.com/">Graffiti</a>, <A href="http://www.oscommerce.com/">osCommerce</a>, <a href="http://phpbb.com/">PHPBB</a>, and <a href="http://wordpress.org/">Wordpress</a>, with more on the way.
</blockquote>
<p>
You can find out more about this web installer and the Microsoft Platform tools from <A href="http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx">this page</a> on Microsoft's site or in <a href="http://forums.iis.net/1156.aspx">this Web AI forum</a> (where you can also provide your own feedback).
</p>]]></description>
      <pubDate>Thu, 16 Oct 2008 07:54:23 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CyberInsecure.com: Half-Million Sites Mostly Running PHPBB Forum Software Hacked In Latest Attack]]></title>
      <guid>http://www.phpdeveloper.org/news/10175</guid>
      <link>http://www.phpdeveloper.org/news/10175</link>
      <description><![CDATA[<p>
According to the CyberInsecure.com website around a half-million websites running PHPBB <a href="http://cyberinsecure.com/half-million-sites-mostly-running-phpbb-forum-software-hacked-in-latest-attack/">were hacked</a> in a large coordinated effort.
</p>
<blockquote>
More than half a million websites have been compromised in a new round of attacks that hacked domains in order to infect unsuspecting users' PCs with a variety of trojans. This ongoing campaign includes new malware hosting domains and new trojans variations. All of the sites are running older or misconfigured versions of "phpBB," an open-source message forum manager. Open-source popular applications like phpBB tend to be often targeted by mass scanning and exploiting tools.
</blockquote>
<p>
The hack redirected visitors through several steps ultimately ending up on a page that tried to take advantage of errors in older Internet Explorer and RealPlayer versions. <a href="http://cyberinsecure.com/half-million-sites-mostly-running-phpbb-forum-software-hacked-in-latest-attack/">The article</a> talks about exactly which viruses could have caused the problems and the wide range of sites (both in topic and location) that were effected. 
</p>
<p>
The best way to protect you and your PHPBB install from something like this happening is to get the <a href="http://www.phpbb.com">latest version</a> of the software and learn how to configure it correctly.
</p>]]></description>
      <pubDate>Tue, 13 May 2008 14:04:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Official phpBB.com Podcast]]></title>
      <guid>http://www.phpdeveloper.org/news/8601</guid>
      <link>http://www.phpdeveloper.org/news/8601</link>
      <description><![CDATA[<p>
The phpBB development team have <a href="http://www.phpbb.com/community/viewtopic.php?f=64&t=578481">released an announcement</a> about a new podcast that the application's developers will be creating.
</p>
<blockquote>
We are now live after much discussion and work internally with the first episode of the Official phpBB Podcast!
</blockquote>
<p>
The first episode has been posted to <a href="http://podcast.phpbb.com/">the official podcast website</a> and includes talk of browser cookies, COPA vs COPPA, jaber support, PHP5 support and board/category/forum/subforum differences.
</p>
<p>
You cna check out this latest podcast <a href="http://podcast.phpbb.com/2007/09/06/episode-1-welcome-to-the-official-phpbb-podcast/">in this post</a> or <a href="http://podcast.phpbb.com/feed/">subscribe to their feed</a> (either normally or in iTunes) to get this and future episodes.
</p>]]></description>
      <pubDate>Thu, 06 Sep 2007 10:31:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stoyan Stefanov's Blog: phpBB front-end optimization - 1 hour workshop]]></title>
      <guid>http://www.phpdeveloper.org/news/8237</guid>
      <link>http://www.phpdeveloper.org/news/8237</link>
      <description><![CDATA[<p>
On his blog, <i>Stoyan Stefanov</i> takes a look at using on of the most popular pieces of PHP forum software out there - <a href="http://www.phpbb.com/">phpBB</a> - and optimizing the front-end.
</p>
<blockquote>
During this short workshop there will be no changes to the phpBB code, we'll create a new template instead, so that in case something bad happens, your board will continue to work normally. As an example, I'll use the bgcanada.com/phpBB2, the board I volunteer to administrate.
</blockquote>
<p>
The tutorial is broken up into sections:
</p>
<ul>
<li>The plan
<li>New subdomains
<li>Creating a new template
<li>Moving CSS to an external file, merging
<li>Copying files to the new subdomains
<li>Serving gzipped content
<li>Turning ETags off
<li>Expires header
<li>Sysadmin summary
</ul>
<p>
It looks like a lot of steps, but each section is relatively short and written well so as not to have more information than needed. In the end you'll have a simple template that uses <a href="http://nate.koechley.com/blog/2007/06/12/high-performance-web-sites/">Yahoo's 14 optimization rules</a> to make things work that much faster.
</p>]]></description>
      <pubDate>Fri, 13 Jul 2007 08:56:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: James Atkinson (Founder of phpBB) Officially Steps Down]]></title>
      <guid>http://www.phpdeveloper.org/news/7781</guid>
      <link>http://www.phpdeveloper.org/news/7781</link>
      <description><![CDATA[<p>
According to <a href="http://www.phpbb.com/community/viewtopic.php?f=14&t=538301&sid=303bd0a94894e04252450c7ccaa4183f">this new post</a> in the phpBB forums, <i>James Atkinson</i>, the <a href="http://en.wikipedia.org/wiki/James_Atkinson_(software_developer)">founder of the phpBB project</a> has formally stepped down as of the 30th of April (2007) via an email set to <a href="http://www.phpbb.com/about/team/">the development team</a>.
</p>
<blockquote>
The now newly independent phpBB still has <a href="http://www.phpbb.com/about/team/">the same active contributors</a> 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 <a href="http://www.phpbb.com/">www.phpBB.com</a> 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's users.
</blockquote>
<p>
Development of the software and community around it will still continue - the only thing that will change is the name working as a figurehead of the group.
</p>]]></description>
      <pubDate>Fri, 04 May 2007 16:15:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[International PHP Magazine: IPM Poll Question: Benefits of phpbb SEO Master Include?]]></title>
      <guid>http://www.phpdeveloper.org/news/7097</guid>
      <link>http://www.phpdeveloper.org/news/7097</link>
      <description><![CDATA[<p>
The International PHP Magazine has <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26775,nodeid,5.html">posted the results</a> from the latest poll on their site. This time, it asked visitors to vote on which of the five options they thought was the best advantage that the phpbb SEO Master had to offer.
</p>
<blockquote>
The option, 'All' has won hands-down with a majority of 20.6%. A contradicting result is seen as next to 'All' is the option 'None' with 12.7% votes. The third position goes to 'easy install and works with your existing board' as it has garnered 4.8% votes. The last on the list is 'topic URLS are dynamically converted to SEO friendly addresses' which has got a dismal 0.0%.
</blockquote>
<p>
Be sure to check out <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26774,nodeid,5.html">this week's poll</a> too - it asks for votes on which of the options is the most important feature of PHP 5. Options include "Better error handling", "Newer useful functions", and "Best OOP support period".
</p>]]></description>
      <pubDate>Tue, 16 Jan 2007 07:37:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[International PHP Magazine: Poll Question: Which is the Best PHP MVC Framework?]]></title>
      <guid>http://www.phpdeveloper.org/news/7059</guid>
      <link>http://www.phpdeveloper.org/news/7059</link>
      <description><![CDATA[<p>
The International PHP Magazine has <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26752,nodeid,5.html">posted the results</a> of the poll they conducted over the past week that asked readers to vote for which of the options was their favorite framework.
</p>
<blockquote>
'CakePHP' has beaten all its competitors with a majority of 78.5% votes taking home the title of the best PHP MVC Framework. Next in line is 'Sympony' with 10.9 %votes.WACT, Achievo, PHPonTrax was last on the list as three of them garnered a dismal 0.0% votes each.
</blockquote>
<p>
<a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26753,nodeid,5.html">This week's poll</a> looks at a different type of software - phpbb SEO Master - and asks which of the choices is the best benefit you and your application could benefit the most from. Head over and <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26753,nodeid,5.html">cast your vote</a> today!
</p>]]></description>
      <pubDate>Tue, 09 Jan 2007 08:10:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[JSLabs Blog:  phpBB 3...is it worth the wait?]]></title>
      <guid>http://www.phpdeveloper.org/news/6933</guid>
      <link>http://www.phpdeveloper.org/news/6933</link>
      <description><![CDATA[<p>
The JSLabs Blog has <a href="http://www.whenpenguinsattack.com/2006/12/19/phpbb-3is-it-worth-the-wait/">a look</a> at one of the most popular PHP scripts in use today - phpBB - and their latest development release (<a href="http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=477306">v3.0 beta 4</a>) and asks "is it worth the wait?"
</p>
<blockquote>
Recently, a new development version has been released (for testing purposes only), which has many new improvements over the current version (2.X). Today, I decided to install it on one of my development servers to find out if it really is worth the wait.
</blockquote>
<p>
He <a href="http://www.whenpenguinsattack.com/2006/12/19/phpbb-3is-it-worth-the-wait/">lists the requirements</a> and goes through a series of screenshots and descriptions of the new features including caching and the improvements to the moderation system.
</p>]]></description>
      <pubDate>Tue, 19 Dec 2006 10:38:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jacob Santos' Blog: phpBB is Dead, Long Live FUDForum (or at least SMF)]]></title>
      <guid>http://www.phpdeveloper.org/news/6364</guid>
      <link>http://www.phpdeveloper.org/news/6364</link>
      <description><![CDATA[<p>
In <a href="http://www.santosj.name/php/phpbb-is-dead-long-live-fudforum-or-at-least-smf/">this new entry</a> on his blog, <i>Jacob Santos</i> is officialy ringing his own sort of death knell for phpBB in the form of recommending a move to FUDForum.
</p>
<blockquote>
The development of phpBB 3 has been past due for a long time. In my humble and not so educated opinion, it has faded (or if it hasn't already, it will fade) into obscurity. The phpBB 2.x development line has been overtaken by other forum projects, including better security in their package. <a href="http://www.simplemachines.org/">SMF</a> offers many of the features that will appear in phpBB 3 and also offers phpBB ease of installation and use.
</blockquote>
<p>
He goes on to talk about the "upcoming release" of phpBB 3 but reminds us of the fact that it might be "another 2 or 3 years" before the update. If they ever get it out, though, (and it lives up to expectations) it'll be great.
</p>
<p>
<i>Jacob</i> then <a href="http://www.santosj.name/php/phpbb-is-dead-long-live-fudforum-or-at-least-smf/">looks at</a> FUDForum (a project involving <i>Ilia Alshanetsky</i>) and praises it for its integration skills and simplicity. It even includes APIs to help integrate the install of FUDForum with the databases from other popular message boards.
</p>]]></description>
      <pubDate>Tue, 26 Sep 2006 13:28:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[TechEnclave.com: First take on phpBB Olympus]]></title>
      <guid>http://www.phpdeveloper.org/news/5654</guid>
      <link>http://www.phpdeveloper.org/news/5654</link>
      <description><![CDATA[<p>
On TechEnclave.com today, there's <a href="http://www.techenclave.com/forums/first-take-on-phpbb-olympus-74396.html">a new review</a> of the latest version of phpBB, Olympus. In it, <i>Safin</i> take a look at the features, installation, the management setup, and much more.
</p>
<blockquote>
<p>
Finally the much awaited PHPBB Olympus is out as a public beta. In this review i am gonna list my experiences as i test fire the new beta.
</p>
<p>
Ok starting with a bit of history. I first tried phpbb 2 years back and i didn't like it at all. Now with Olympus i reckon we have some real good competetion. It might still not face up feature to feature with vbulletin, but its no pushover either. Considering its free and considering that it enjoys the support of an extensive modding community, i see great things happening with olympus.
</p>
</blockquote>
<p>
They cover <a href="http://www.techenclave.com/forums/first-take-on-phpbb-olympus-74396.html">the normal flow</a> of a user first installing the package:
<ul>
<li>installation (of course)
<li>configuration
<li>the user control panel
<li>the overview and forum management sections
<li>user management
<li>attachment control
<li>styling options
<li>maintenance/system options
<li>viewing the forums/threads
</ul>
</p>
<p>
Quite an exhaustive list, and for <a href="http://www.techenclave.com/forums/first-take-on-phpbb-olympus-74396.html">each item</a> there's a brief bit of opinion by the reviewer on how good it was accomplished and a rating (out of ten) at the bottom of each page.
</p>
]]></description>
      <pubDate>Thu, 22 Jun 2006 06:08:30 -0500</pubDate>
    </item>
  </channel>
</rss>
