Strict Standards: Non-static method phpbb_feed_factory::init() should not be called statically in /home/thedavid/phpbbdevelopers.net/archive/feed.php on line 66
[phpBB Debug] PHP Notice: in file /feed.php on line 171: Cannot modify header information - headers already sent by (output started at /feed.php:66)
[phpBB Debug] PHP Notice: in file /feed.php on line 172: Cannot modify header information - headers already sent by (output started at /feed.php:66)
phpBB Developers Archive of the old forum. 2011-01-21T10:55:48-05:00 http://www.phpbbdevelopers.net/archive/feed.php?mode=news 2011-01-21T10:55:48-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=1179&p=7518#p7518 <![CDATA[Moved]]> Once again, sorry for the inconvenience.
-David

Statistics: Posted by david — Fri Jan 21, 2011 10:55 am — Replies 0 — Views 546


]]>
2011-01-18T13:29:00-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=1177&p=7513#p7513 <![CDATA[Changing Hosts and Other Information]]>
The information in the previous announcement made by me is still relevant, and I am still unable to fully commit to this website or phpBB in general as I used to be able to.

However, this website's hosting bill for renewing hosting at HawkHost is due on the 22nd and I am currently lacking the funds to renew it. I have instead used money from our donors to purchase a cheaper hosting package at another host.

Even though this site will be moved to the new host by the 22nd, this forum is going to be taken down and will be replaced with a temporary static page. Work is being done little by little as I and Unknown Bliss find time, and a new version of the site with new features and cleaner, more efficient code is in the making. Also, a new style (made by our own Dan, and heavily modified by myself and Unknown Bliss) will be released with the site. Of course I can't provide an ETA on the new site, but I figured it wouldn't be fair to take down the site without the promise of a new one.

During the time this forum is down, all services will be offline, and you'll need to try over at phpBB.com, phpBBModders.net, or StarTrekGuide.com for support. All of my MODs that have been released into the database have support areas over at phpBB.com, and I will try to provide limited support as I find the time. For any of my BETA or Development MODs, support will not be provided, and they should not be used in a live environment unless you are positive that you can fix any errors that may arise. Of course, donations will still be accepted. I am keeping a copy of this database backup so that all current contributors can keep their status on the new site, and I will try to keep a log of anyone who donates during the hiatus so that they can also enjoy contributor benefits when the site is relaunched.

In order to ensure the least downtime as possible, I am planning to switch the nameservers over to the new host on January 20th or 21st. If you see a static HTML page instead of the normal site, that means you're on the new server. If you see the current site or if the site will not load at all, that means the old hosting has run out and the nameservers have not yet completely propagated. Propagation should take no longer than 48 hours, or even 24.

I will also see about possibly setting up a read-only board with the posts and topics currently on this forum. I will try to take a backup again before the old hosting goes down to ensure that no posts are lost. This way, you will be able to access any guides, tutorials, snippets, and support topics that you may need even when the forum is not open to posting.

I'm sorry for any inconvenience that may arise from this transition, but there's no way around it right now.
Thanks for understanding,
David
Founder

Statistics: Posted by david — Tue Jan 18, 2011 1:29 pm — Replies 3 — Views 348


]]>
2010-12-14T20:06:50-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=1149&p=7380#p7380 <![CDATA[Important Information]]>
Due to some unforeseen and unexpected circumstances beyond my control, I am as of now unable to fully devote my time to this website or my MODs. As such, I have give Unknown Bliss founder access for any administrative things that need to be done. In any case, please consider all services closed and service requests on hold, as well as all MODs and projects temporarily abandoned until further notice. I have also stepped down from my role as a MOD team member on phpBB because of this. I am hoping to be able to return to the site before too long, but at this point I am not sure when that will be.

Thank you all for being such devoted community members and I hope everyone has Happy Holidays and relaxing holiday season.

David
phpBB Developers Founder and Owner

Statistics: Posted by david — Tue Dec 14, 2010 8:06 pm — Replies 8 — Views 573


]]>
2010-11-20T13:05:30-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=1113&p=7156#p7156 <![CDATA[phpBB 3.0.8 Released]]> Subject: phpBB 3.0.8 released

naderman wrote:
Hi everyone,

We are pleased to announce the release of phpBB "Patience is a Virtue" 3.0.8. This new version is a maintenance release fixing a large number of bugs as well as improving on usability and performance. Unfortunately we have also discovered a security issue in the previous version affecting boards which have the flash BBCode enabled - it is disabled by default. On WebKit based browsers like Safari or Chrome, as well as Opera, the flash BBCode can be used to execute javascript causing a cross site scripting vulnerability.

To fix this problem in 3.0.7, please go to line 354 in includes/message_parser.php, and right before
Code:
      // Apply the same size checks on flash files as on images

add these lines:
Code:
      $in = str_replace(' ', '%20', $in);

      // Make sure $in is a URL.
      if (!preg_match('#^' . get_preg_expression('url') . '$#i', $in) &&
         !preg_match('#^' . get_preg_expression('www_url') . '$#i', $in))
      {
         return '[flash=' . $width . ',' . $height . ']' . $in . '[/flash]';
      }


This will not fix the problem in already existing posts. In order to scan your board for malicious posts we have created a scanning script. Simply upload it to your phpBB's root directory and access it directly. A new version of the Support Toolkit including this script as well as a tool for reparsing individual posts will be released soon. We will keep you updated.

The release also fixes a problem with the recaptcha plugin which could have helped spammers circumvent the captcha in some cases. A thank you goes to Evilzone.org for highlighting a few bugs and giving as an overall good security rating.

We urge you to update your installation as soon as possible. Our support team will only support phpBB 3.0.8, updates to phpBB 3.0.8 and conversions to phpBB 3.0.8. Submissions to our trackers for older versions will not be accepted, please make sure you update before you submit a bug report.

If you use a language pack other than the default "English [GB]", you should check our downloads section, an update may already be available.

We would also like to say a special thank you to everyone who has contributed a patch to this release:
Adam Reyher, Chris Sfanos, Cristian Rodriguez, Cullen Walsh, David Ward, Gabriel Vazquez, Marc Alexander, Mark, mrkurt, narqelion, Nick Anderegg, Oleg Pudeyev, Patrick W, Paul Sohier, Richard Foote, RMcGirr83, Rob House, SA007, Tabitha Backoff, Thatbitextra and Yuriy Rusko.

For a complete list of changes with attributed ticket numbers, please consult our comprehensive changelog.

Installation instructions

A short explanation of how to do a conversion, installation or update is included within the provided INSTALL.html file, please be sure to read it. You can find a list of requirements on our Downloads page.

Security

If you find any security issues please report them to our security tracker.

Available packages

If you experience problems with the automatic update (white screens, timeouts, etc.) we recommend using the "changed files only" or "patch" method for updating.

  • Full Package:
    Full phpBB 3 source code and english language files.
  • Automatic Update Package:
    Update package for the automatic updater, contains changes from previous release to this release.
  • Changed Files Only:
    Complete files, but only those that were changed since previous releases of phpBB 3. This archive contains changed files for every previous release.
  • Patch Files:
    This file contains diffs against the previous phpBB 3 release, which can be applied with the patch utility.

Select the package most suitable for you. We recommend the following methods depending on your situation:

  • For new installations you should use the Full Package
  • For updates of boards without modifications you can use the Automatic Update Package (guided update) or the Changed Files Only package (manual update).
  • For updates of boards with modifications you should use the Automatic Update Package. If you are confident with patch files and patching you can use the Patch Files Package.
  • International Support Teams may use the Patch Package in conjunction with the Code Changes to better support users with problematic conflicts during their update process or to help them update code sections.
  • If you are a hoster/provider, you may want to use the Patch Files Package to update all of your client installations.

Please ensure you read the INSTALL and README documents in docs/ before proceeding with installation, updates or conversions!

Download Locations

The download is of course available on our downloads page.
Our release archive provides all packages we build. If you do not find your desired package you can probably find it in the release archive.

These are the files with their md5 sums:

phpBB-3.0.8.zip (Full Package)
md5sum: 81de73308603abee863be7552c7caac7
phpBB-3.0.8.tar.bz2 (Full Package)
md5sum: 7b20c8377364fc0458a241e232a019d0
phpBB-3.0.8-patch.zip (Patch Files)
md5sum: 75308c5c4e8d1c17ca8faa30687f1b42
phpBB-3.0.8-patch.tar.bz2 (Patch Files)
md5sum: 295a8bf9bfd3f90d715ecd642b3aa773
phpBB-3.0.8-files.zip (Changed Files)
md5sum: 03e1ad263c697f2b2da0632b1138aaf3
phpBB-3.0.8-files.tar.bz2 (Changed Files)
md5sum: 31632678f94ccb677c2fda40fc91123a
phpBB-3.0.7-PL1_to_3.0.8.zip (Automatic Update Package from 3.0.7-PL1)
md5sum: 78f54abe9c11a645362ff08bcea67ec3
phpBB-3.0.7-PL1_to_3.0.8.tar.bz2 (Automatic Update Package from 3.0.7-PL1)
md5sum: 351e9f24fd7d3e291eade22484340d22
phpBB-3.0.7-PL1_to_3.0.8-codechanges.zip (Language and Style Code Changes)
md5sum: 4503e3959d39a6bd9d80bbe2e2b9d0a4
phpBB-3.0.7-PL1_to_3.0.8-codechanges.tar.bz2 (Language and Style Code Changes)
md5sum: b088ba2a16b456b4f7e764f381c4a3b7
phpBB-3.0.8.webpi.zip (Microsoft Web Platform Installer Package)
md5sum: af2d5111e435315891a8f772e85fbd47

Download & Documentation


Statistics: Posted by Unknown Bliss — Sat Nov 20, 2010 1:05 pm — Replies 5 — Views 949


]]>
2010-11-11T10:48:50-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=1096&p=7071#p7071 <![CDATA[phpBB 3.0.8 RC1 Released]]> NOTE: Do not use this on a live board unless you are comfortable with fixing any potential errors yourself.

naderman posted the following on Area51 here:
naderman wrote:
Hello phpBB supporters!

We can finally announce the availability of the first release candidate of phpBB 3.0.8 aimed at experienced users in an effort to increase the quality of final releases.

Please scrutinise this release in-depth and report issues to the bug tracker. Critical bugs halting the board's operation should be reported immediately. Feel free to contact developers directly about such problems.

We recommend that international support sites update their sites to RC1 too. We are able to provide direct support to them within our international support sites forums.

Tagging/Reviewing fixes

On our new tracker QA team members can still mark bug fixes as verified. Use the "Verify Solution" button from the button set at the top of the ticket. Of course prior to clicking you should have properly checked whether the bug was really fixed. Comment on the respective bug if you find problems so the fix can be corrected.

You can find a list of unverified fixes at http://tracker.phpbb.com/secure/IssueNa ... stId=10055

Language Packs and Styles

We already gave out instructions to language pack authors to let them update their language packs in a timely manner. The changes are provided with the code changes package (see downloads section below). Style authors should also download the code changes package and adjust their styles accordingly. Please post within our Styles forums if you have questions or encounter problems.

New features, changes, bug fixes

phpBB 3.0.8 is a maintenance release fixing a number of bugs as well as solving a few usability issues. The release fixes a problem with the recaptcha plugin which could have helped spammers circumvent the captcha in some cases. A thank you goes to Evilzone.org for highlighting a few bugs and giving us an overall good security rating. A misbehaviour of message queuing has been fixed in this release. If you experience delayed notification messages after the update, please increase the queue package size in e-mail settings.

The full changelog is available at http://tracker.phpbb.com/secure/Release ... ctId=10010 or in the changelog file within the docs folder contained in the package which includes previous releases.

Available packages

If you experience problems with the automatic update (white screens, timeouts, etc.) we recommend using the "changed files only" or "patch" method for updating.

  • Full Package:
    Full phpBB 3 source code and english language files.
  • Automatic Update Package:
    Update package for the automatic updater, contains changes from previous release to this release.
  • Changed Files Only:
    Complete files, but only those that were changed since previous releases of phpBB 3. This archive contains changed files for every previous release.
  • Patch Files:
    This file contains diffs against the previous phpBB 3 release, which can be applied with the patch utility.
  • Code Changes Package:
    This package contains MOD instructions for changes to the following sections: Language changes, prosilver style changes and subsilver2 style changes.

Select the package most suitable for you. We recommend the following methods depending on your situation:

  • For new installations you should use the Full Package
  • For updates of boards without modifications you can use the Automatic Update Package (guided update) or the Changed Files Only package (manual update).
  • For updates of boards with modifications you should use the Automatic Update Package. If you are confident with patch files and patching you can use the Patch Files Package.
  • Style Authors and Translators may use the Code Changes Package to update their styles or language packs.
  • International Support Teams may use the Patch Package in conjunction with the Code Changes to better support users with problematic conflicts during their update process or to help them update code sections.
  • If you are a hoster/provider, you may want to use the Patch Files Package to update all of your client installations.

Please ensure you read the INSTALL and README documents in docs/ before proceeding with installation, updates or conversions!

Download Locations

The download is of course available on our downloads page.
Our release archive provides all packages we build. If you do not find your desired package you can probably find it in the release archive.

These are the files with their md5 sums:

phpBB-3.0.8-RC1.zip
md5sum: d605745c42eabff83bd96659fa4ed510
phpBB-3.0.8-RC1.webpi.zip
md5sum: ce3e8f019420cfe021b8f7659d4ba827
phpBB-3.0.8-RC1.tar.bz2
md5sum: 150ba4a5d99af881fdaea59c20fd071e
phpBB-3.0.8-RC1-patch.zip
md5sum: 4ae6ab0f80e44d13b450827287dca416
phpBB-3.0.8-RC1-patch.tar.bz2
md5sum: 4ceb421bc0bcf109d7632be1f6ecd0ae
phpBB-3.0.8-RC1-files.zip
md5sum: 6145d9bcb0d4a655fbbcbe6d7b1536ad
phpBB-3.0.8-RC1-files.tar.bz2
md5sum: 164406cb7637f887b6bb3f44cc387913
phpBB-3.0.7-PL1_to_3.0.8-RC1.zip
md5sum: 14d21f3432e369a4fe75ef847aadbe13
phpBB-3.0.7-PL1_to_3.0.8-RC1.tar.bz2
md5sum: 6c788c925be78f6699743e2db8a7c56e
phpBB-3.0.7-PL1_to_3.0.8-RC1-codechanges.zip
md5sum: f348eb89e44845aff918b6362d6aafc7
phpBB-3.0.7-PL1_to_3.0.8-RC1-codechanges.tar.bz2
md5sum: 76eb3cbdbac93c45d12198d7a2a14fbd


*IMPORTANT*

To correctly perform an update, do not forget to re-enable the PHPBB_QA constant in your includes/constants.php file. Otherwise you are not prompted for an update in the ACP and the automatic update will eventually fail. :)

Download & Documentation



Have fun with the release,
the phpBB Team


I do plan on updating when I get a chance, and I'll let you know once I have updated successfully.

Statistics: Posted by david — Thu Nov 11, 2010 10:48 am — Replies 7 — Views 642


]]>
2010-11-01T18:34:55-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=1086&p=6957#p6957 <![CDATA[Support Toolkit 1.0.2 released]]> Subject: Support Toolkit 1.0.2 released

Erik Frèrejean wrote:
Hi,

The Support team is pleased to announce the release of Support Toolkit 1.0.2, this release is a maintenance release resolving a number of issues and introduces some changes aimed at overall usability of the STK.

New features:
With this release the Support Toolkit is extended with the following new features.
  • [Add] Added a way to force the BOM sniffer to check all files within the phpBB path. (Bug #62186)
  • [Add] Added Emergency Repair Kit. (Bug #62202)
  • [Add] Added a SRT generator, which tries to pre-fill some important pieces of information. (Bug #62280)

Changes:
Besides new features, this release includes some larger changes to system.
  • [Change] Use a whitelist of files that will be ran through the BOM sniffer. (Bug #62183)
  • [Change] The BOM sniffer will create a backup the files in which it found issues.
  • [Change] Database won't run the same check twice when no changes where detected for a given step.
  • [Change] Try to overwrite the PHP time and memory limits, this might prevent some issues.

Bug fixes:
This release fixes the following bugs.
  • [Fix] The style dir critical repair tool doesn't recognise non-installed styles. (Bug #62130)
  • [Fix] In some environments the database cleaner breaks when no changes are found. (Bug #62180, Patch by VSE)
  • [Fix] Force sorting when loading database cleaner data files. (Bug #62180, Patch by Noxwizard)
  • [Fix] Correctly handle the restore deleted users tool when there are no deleted users. (Bug #62181)
  • [Fix] Removed some php ≥ 5.0.0 code.
  • [Fix] Automatic critical repair tools wheren't ran. (Bug #62194)
  • [Fix] Reparse all BBCodes fail. (Bug #62203)
  • [Fix] Private message senders get changed after merge users tool has merged PMs. (Bug #62247, Patch by ToonArmy)
  • [Fix] A couple of language related issues.
  • [Fix] Log the user out when using the STK logout method and using the phpBB buildin login method.
  • [Fix] Fixed an issue that broke backward compatibility with phpBB versions prior to 3.0.3.
  • [Fix] Correctly re-add all modules when "reset modules" in the database cleaner is ran. (Bug #62429)
  • [Fix] Make sure that the STK is able to run when the user has UMIL < 1.0.3 installed. (Bug #62430)
  • [Fix] Prevent bots from being buplicated in the user groups table when the database cleaner is ran. (Bug #62434)
  • [Fix] Maintain the user signature options when reparsing signatures. (Bug #62451)
  • [Fix] Remove PHP 5 only code from the Merge users tool. (Bug #62458)

Download:
The new packages can be downloaded from the STK section in the CDB.

Updating:
When updating from any older Support Toolkit version first delete the old "stk/" directory before uploading the new version.

If you are unfamiliar with the toolkit, please see the Support Toolkit page.

As always, assistance with installation, updating or any of the tools provided with the Toolkit is available in the Support Forum. Please submit any bugs/suggestions to the Support Team Tools bugtracker.

Thank you, and enjoy.

The phpBB Team

You may discuss this announcement in the [Discuss] Support Toolkit 1.0.2 released topic.

Statistics: Posted by Unknown Bliss — Mon Nov 01, 2010 6:34 pm — Replies 0 — Views 269


]]>
2010-10-25T15:14:45-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=1059&p=6743#p6743 <![CDATA[New BBCode Forum]]>
In this forum, you can find and post any cool BBCodes you wish to share with everyone. I hope you like it!

Click here to go directly to it! :)

Statistics: Posted by david — Mon Oct 25, 2010 3:14 pm — Replies 6 — Views 520


]]>
2010-10-08T12:02:48-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=1022&p=6494#p6494 <![CDATA[Support Toolkit 1.0.2-RC]]>
You can view or checkout the code from the repository here http://code.phpbb.com/projects/support- ... _1_0_2-rc1 or download a zip here: Support Toolkit-1.0.2-rc1.zip

Updating should be just removing your old /stk directory and replacing it with the new one.

Any bug reports go in the Support Team Tools bug tracker.

NOTE: This is still RC quality and not announced yet by phpBB.com.
Neither phpBB Developers nor phpBB.com accept any responsibility for any problems or bugs it may contain. No support will be provided and it is not recommended for use in live environments.

Statistics: Posted by Unknown Bliss — Fri Oct 08, 2010 12:02 pm — Replies 1 — Views 315


]]>
2010-08-10T21:01:07-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=948&p=6173#p6173 <![CDATA[Unified MOD Install Library (UMIL) 1.0.3 Released]]>
EXreaction wrote:
The Modifications Team is proud to announce the availability of the 1.0.3 "Countdown to Libertyvasion Edition" of UMIL, the Unified MOD Install Library.

UMIL is a library for MOD authors that enables them to easily create database installation and update scripts for their MODs. It provides unified methods to access phpBB's API for adding modules, adding permissions, modifying the database, and more.

We require MODs containing UMIL that are newly submitted to the MODDB to contain this new version. In order to update the UMIL release included with your MOD just replace the old UMIL folder with the new one. No other changes are required.

How to get it:

You can get UMIL and more information from the UMIL page.

What's new:

The following was changed in this release:
  • [Fix] Correct table prefix #62118
  • [Fix] Fix the create_table_sql for postgresql properly #61365
  • [Feature] Ability to specify a custom table prefix to be used
  • [Change] Remove the update check in stand-alone mode, it caused problems in some situations
Bugs:

Please report any bugs you encounter to the tracker.


The Modifications Team

Statistics: Posted by david — Tue Aug 10, 2010 9:01 pm — Replies 0 — Views 458


]]>
2010-08-01T23:09:48-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=924&p=5985#p5985 <![CDATA[Recent and Pending Changes]]>
I've been looking at the forums and I noticed that there were a lot of unnecessary sections with only one or two posts. Also there was some confusion on where to post certain topics.

So I have made a few changes to consolidate and clean up some of the areas around the board. For instance, the Web Development section used to house 3 sub forums (PHP/MySQL, Javascript/AJAX, and HTML/CSS). Those were all just made into the general Web Development section, and all tutorials were moved into a Tutorials sub forum.

Also the Our Products -> Styles forum was removed because we don't (and I do not have plans to) create or release any styles.

The Our Products -> Services area was reorganized, removing the Requests Subforum and moving the requests into the main Services area.

A few other changes have been made, and some more will be made over the next few days and possibly weeks. All of this is being done in order to hopefully create a better experience for our users and an overall easier to use forum.

I'd love to hear your feedback, so please respond to this topic with any suggestions or comments about this.
EDIT: While we're on the topic, do you guys actually use the Dashboard box at the top? I don't, and I have a feeling that it's just taking up space. But if you do use it, I'll keep it. Otherwise, I'm removing it and the phpBB box at the top.

Thanks!

Statistics: Posted by david — Sun Aug 01, 2010 11:09 pm — Replies 12 — Views 951


]]>
2010-08-01T20:34:14-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=920&p=5974#p5974 <![CDATA[Introducing Bridges]]>
SyntaxError90 wrote:
Following up OSCON 2010, we have opened up a new contribution type in our customization database called "Bridges and Integration." It is our hope that we will have a variety of officially maintained Bridges available as well as allowing the community to create them too.

Submitting a bridge will work just like submitting a regular MOD, but with some slightly different packaging guidelines. The code will then be checked for security vulnerabilities and tested to ensure it is functional. If a bridge you are creating is still in development, post about in the [3.0.x] MODs in Development, only add "[Bridge]" after the progress prefix, much like this example.

You can view the complete rules and packing recommendations regarding the submission of bridges and integration here: http://www.phpbb.com/mods/rules-and-pol ... b/bridges/
You can submit your own bridges here: http://www.phpbb.com/customise/db/bridges-24

Feel free to ask for assistance on the phpBB side of things in [3.0.x] MOD Writers Discussion or our IRC channel: #phpBB-Coding.

Statistics: Posted by david — Sun Aug 01, 2010 8:34 pm — Replies 1 — Views 286


]]>
2010-07-30T05:05:55-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=915&p=5940#p5940 <![CDATA[Posting Contest]]>
1st Place - 1 Month Free cPanel Hosting & Contributor Access
2nd Place - 1 Month Free cPanel Hosting
3rd Place - Contributor Access

Note: To be able to win one of the 3 above you must make over 50 posts. Thats about 2-3 a day.
Note: All staff members are ineligible.

Simply reply here with this template:
Code:
Username:
Start Post Count:


Prize Information:
cPanel:
2GB Diskspace
5GB Bandwidth
Unlimited Email & FTP Account
15 Mailing Lists
2 Addon Domains
2 Parked Domains
Standard Costs: £2.50GBP/m

Statistics: Posted by Unknown Bliss — Fri Jul 30, 2010 5:05 am — Replies 18 — Views 1173


]]>
2010-07-12T15:33:20-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=895&p=5858#p5858 <![CDATA[phpBB.com: Planned Maintenance]]> by Marshalrusty » Mon Jul 12, 2010 1:05 pm

Hello everyone,

Our friends at OSUOSL will be performing some maintenance on the phpBB servers tomorrow at 17:00 UTC (click for local times around the world) that requires *.phpBB.com websites to be offline for a couple of hours. If everything goes according to plan, we expect to be up and running by 18:30 UTC.

As this question has been raised in the past, I would like to preemptively point out that this maintenance does not affect your phpBB board, as it is not hosted on our servers. If you happen to have trouble reaching your board during these hours, it is purely a coincidence and you should proceed to contact your hosting provider as usual to report the outage.

Additionally, please do not be alarmed if the version checker in the administration panel is unable to fetch the latest version data during this time.

Thank you,

The phpBB Team

Statistics: Posted by Unknown Bliss — Mon Jul 12, 2010 3:33 pm — Replies 2 — Views 333


]]>
2010-06-18T06:59:09-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=861&p=5729#p5729 <![CDATA[Happy 10th Birthday, phpBB!]]>
Marshalrusty wrote:
June 17th, 2010 marks the 10 year anniversary of the day that phpBB-founder James "theFinn" Atkinson sat down in front of his computer and wrote the first few lines of what would later become phpBB 1.0.0. While others have come and gone, phpBB has survived through an entire decade with 4 development team leaders working with thousands of contributors and millions of users. The PHP Group recently celebrated their own 15 year anniversary, making phpBB one of the longest standing PHP-based projects in existence.

Exactly five years ago, our second Development Team Leader Paul S. Owen noted phpBB's 5 year anniversary by raising a glass. Today, I ask you to raise an aluminum can of your favorite beverage to all those who have made this day possible.

Thanks you for your continuing support,

- The phpBB Team

Statistics: Posted by Developer [Bot] — Fri Jun 18, 2010 6:59 am — Replies 2 — Views 508


]]>
2010-06-12T08:00:33-05:00 http://www.phpbbdevelopers.net/archive/viewtopic.php?t=856&p=5701#p5701 <![CDATA[AutoMOD 1.0.0 Released]]>
A_Jelly_Doughnut wrote:
Image

AutoMOD 1.0.0 Released

The Modifications Team is proud to announce the immediate availability of the "We'll Release it Tomorrow" stable release of AutoMOD, our automated MOD installation tool. There have been a large number of bug fixes for this release. Refer to the changelog for more details.

About AutoMOD

AutoMOD is a tool for installing MODs in an automated manner. It performs the file edits for you. As of today, AutoMOD is considered a stable release, meaning we believe all the serious bugs have been removed, and will provide support for any which do still exist.

Getting started

Find more information and a download link on the:

AutoMOD page

The source is available from the code forge under the GNU GPL version 2

Translations

On the download page there are also translations available. If you would like to translate AutoMOD to your language, send a PM to A_Jelly_Doughnut.

Statistics: Posted by david — Sat Jun 12, 2010 8:00 am — Replies 3 — Views 415


]]>