phpBB is a UBB-style dissussion board written in PHP. It includes features such as posting/replying/editing messages, private messages, private forums, user and anonymous posting, robust theming, user ranking by posts or by special, admin definable, ranks, and much more. phpBB supports 8 different SQL backends, not just MySQL, SQLite, PostgreSQL, Firebird, ODBC and a few others...

Journal Entries

No entries yet. Link your entries with 'phpbb' to include this project.


Ratings & Reviews

Community Rating
4.0/5.0

Based on 57 user ratings.

Your Rating

Click to rate this project.

Links

2 links submitted so far. Submit your own links.

News

Edit RSS feeds.

    Beyond Londonvasion 2008

    Londonvasion 2008 is now over, and we all had a blast!

    This was a historic event for phpBB as it sets precedent for future plans. We would like to thank all those who attended the conference for their support, and the community as a whole ... [More] for providing us with the resources necessary to make such an event possible.

    As promised, the entire event was recorded and we have already begun working on editing the video. A new Londonvasion page will be added within the next week with videos, photos and detailed descriptions of what went on. Keep an eye on the Londonvasion discussion topic in the 3.0 Discussion Forum for updates from the team.

    The future holds great things for us and we hope that this will be the first of many live events in the name of phpBB.

    Thanks! [Less]

    phpBB Blog

    We are pleased to announce the opening of a phpBB Blog. This blog will be written by the phpBB Team on various topics related to phpBB and communities. The blog will provide an inside look into the phpBB Teams while benefiting the community.

    Be sure to check it out: http://www.phpbb.com/blog

    phpBB2 Modifications No Longer Accepted

    The MOD Team no longer accepts new phpBB2 Modifications into the MOD Database. Security updates for existing phpBB2 MODs in the database will be accepted. Please submit these updates using the My MODs section.

    Along with this the [2.0.x] MOD ... [More] Writers Discussion and [2.0.x] MOD Requests forums have been changed to read only. No new topics or replies will be allowed. New topics can no longer be made in [2.0.x] MODs in Development forum. Everyone can still reply to existing topics.

    If you have any questions, feel free to PM me. Thanks. [Less]

    phpBB 3.0.2 released

    Hello,

    We are very pleased to announce the availability of the phpBB 3.0.2 package. This version has seen numerous stability fixes, performance tweaks and general bugs fixed. Additionally one minor security-related bug was ... [More] fixed.

    With this release, we also re-introduced the code changes tutorial. Due to the different codebase in phpBB3, these are a lot bigger and a lot more complicated than they ever were in phpBB2 - also the reason why we introduced the automatic update package and automatic updater in phpBB, which is able to handle modded boards too by merging differences. We do not recommend the use of the code changes tutorial - those are meant for professional users and support teams to help assist users having problems while updating.

    Please note that we urge you to update. The versions we currently support here are phpBB 2.0.23 and phpBB 3.0.2.

    Important changes since 3.0.1:

    [Fix] Ability to set permissions on non-mysql dbms (Bug #24955)[Fix] Fixed blank style on setups having no username defined within config.php (Bug #25065)[Fix] Made the compress_tar class tolerate archives that do not properly have their archived contents listed (Bug #14429 / thanks to JRSweets for his patch)[Fix] Moved topics should not count towards the number of topics in a forum (Bug #14648 / thanks to Schumi for his patch)[Fix] Properly check for invalid characters in MySQL DB prefixes during install (Bug #18775)[Fix] Bring the PostgreSQL backup system back to working order (Bug #22385)[Fix] Update correct theme for cached styles in style.php (Bug #25805)[Fix] Correctly determine safe mode for temp file creation in functions_upload.php (Bug #23525)[Fix] Correctly sort by rank in memberlist (Bug #24435)[Fix] Purge cache after database restore (Bug #24245)[Fix] Correctly display subforum read/unread icons from RTL in FF3, Konqueror and Safari3 . (thanks arod-1 for the fix, related to Bug #14830)[Fix] Added missing form token in acp (thanks NBBN).[Fix] Do not remove whitespace in front of url containing the boards url and no relative path appended (Bug #27355)[Fix] reset forum notifications in viewtopic (Bug #28025)[Fix] corrected link for searching post author's other posts (Bug #26455)[Fix] HTTP Authentication supports UTF-8 usernames now (Bug #21135)[Fix] Topic searches by author no longer return invalid results (Bug #11777)[Fix] Delete drafts and bookmarks when deleting an user. (#27585, thanks Schumi for the fix)[Fix] Set last_post_subject for new topics. (#23945)[Fix] Allow moving posts to invisible forums. (#27325)[Fix] Don't allow promoting unapproved group members (#16124)[Fix] Correctly fetch server name if using non-standard port (#27395)[Fix] Regular expression for email matching in posts will no longer die on long words.[Fix] Do not display ban message if direct call to cron. (thanks Dog Cow for reporting)[Fix] Correctly display double-colon on special conditions within highlighted php source (Bug #26795)[Fix] Increase storage capacity of titles/subjects due to specialchared content (Bug #25235)[Fix] Catch invalid username wildcard ban (we do not support these) (Bug #29305)[Fix] Fix (email)-domain checks for those having DNS prefixes set (Bug #29635)[Change] Adjust truncate_string() to be able to adjust the maximum storage length.[Change] Sort the tables at the database table backup screen[Change] For determining the maximum number of private messages in one box, use the biggest value from all groups the user is a member of (Bug #24665)[Change] Show email ban reason on registration. Additionally allow custom errors properly returned if using validate_data(). (Bug #26885)[Change] Don't allow redirects to different domains. (thanks nookieman)[Feature] Added optional referer validation of POST requests as additional CSRF protection.[Feature] Added optional stricter upload validation to avoid mime sniffing in addition to the safeguards provided by file.php. (thanks to Nicolas Grekas for compiling the list).[Feature] Streamlined banning via the MCP by adding a ban link to the user profile. Also pre-fills ban fields as far as possible.[Feature] Added ACP logout to reset an admin session.[Sec] Only allow urls gone through redirect() being used within login_box(). (thanks nookieman)
    Please refer to the changelog for a complete list of fixes since 3.0.1:

    http://www.phpbb.com/support/documents. ... &version=3
    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.

    Minimum Requirements

    phpBB3 has a few requirements which must be met before you are able to install and use it.

    A webserver or web hosting account running on any major Operating System with support for PHPA SQL database system, one of:
    MySQL 3.23 or above (MySQLi supported)PostgreSQL 7.3 SQLite 2.8.2 Firebird 2.0 MS SQL Server 2000 or above (directly or via ODBC)OraclePHP 4.3.3 (>=4.3.3, >4.4.x, >5.x.x, >6.0-dev (compatible)) with support for the database you intend to use.getimagesize() function need to be enabledThese optional presence of the following modules within PHP will provide access to additional features, but they are not required.
    zlib Compression supportRemote FTP supportXML supportImagemagick supportGD Support
    The presence of each of these optional modules will be checked during the installation process.

    Security

    Security issues found should be reported to our security tracker in the usual way.

    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. We do not recommend the use of the code changes tutorial - this is meant for professional users and support teams to help assist users having problems while updating.

    You can of course find this download available on our downloads page. As per usual five packages are available to simplify your update.

    Full Package
    Contains entire phpBB3 source and english language files.Changed Files Only
    Contains only those files changed from previous versions of phpBB3. Please note this archive contains changed files for each previous release.Patch Files
    Contains patch compatible patches from previous versions of phpBB3.Automatic Update Package
    Update package for the automatic updater, containing the changes from previous release to this release. Able to update modified installations without loosing these.Code Changes
    Contains the changes from previous release to this release in MOD template and MODX format.
    Select whichever package is most suitable for you.

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

    Download/Documentation

    phpBB DownloadsphpBB3 DocumentationphpBB3 support forumphpBB3 bug trackerphpBB3 Coding GuidelinesphpBB3 Sourcecode DocumentationphpBB Code Forge
    Have fun with the release,
    the phpBB Team [Less]

    Londonvasion - 10 Days Left Before the Event

    As of this post, exactly 10 days (240 hours; 14400 minutes; 864000 seconds) remain until the start of Londonvasion, the first ever live phpBB conference. If you are planning to attend and have not yet registered, then you should do so as soon as ... [More] possible. Do not wait any longer!

    bertie_badges.jpg
    [Click here to register]

    What is Londonvasion 2008?
    Londonvasion 2008 is the first ever live phpBB conference. We are very excited to present you with this unique opportunity to meet fellow community members, as well as the phpBB team.

    The conference will be held on Sunday July 20th in a hotel across the street from London Heathrow Airport (UK). Doors will open at 9:00 AM and the event is scheduled to end at around 17:00 (5 PM). Presentations will be made throughout the event, and time will be provided for live Q&A.

    Where is the event being held?
    The conference will be held at the Radisson Edwardian Heathrow Hotel which is located directly across from London Heathrow Airport (LHR). There are around a dozen other hotels in the area, so you should have no problem finding a room if necessary.

    If you plan on using the London Underground for transportation, the closest station also happens to be at LHR. Travel from the airport and Underground station to the hotel is available via a £4 shuttle bus which runs every 15 minutes. The shuttle also stops at the other hotels located on Bath Rd and can therefore be used to travel between hotels ? make sure to confirm this when booking. Alternatively, taxi fare from the airport is around £7.

    Community members who reside in London may be able to provide travel tips, so please feel free to ask in the discussion topic.

    Advertising
    Several methods of live advertising are still available. If you are interested, please contact me for more information via any of the methods listed in my profile.

    What should I bring?
    Wifi will be available, so you are welcome to bring any portable internet capable device. Cameras (photo, video) will be allowed.

    If you bring your Bertie, make sure that he is marked in some recognisable way and differs from all the others.

    Parking
    On site parking is available for a fee of £10 per day. This price may differ slightly depending on the amount of space.

    Food and beverage
    The hotel will be setting up a cafeteria with very reasonably priced options in the 3rd floor atrium. Items will include sandwiches of various fillings, tea, coffee, pastries, desserts and other snacks.

    Updates
    Important updates will be posted as replies to this topic and also emailed to all confirmed attendees. You may also wish to see the discussion topic for answers to specific questions.

    Register?
    Please read this post in its entirety before proceeding with registration.

    There is a registration fee of £10 per person for the event. This is an unavoidable measure to prevent bogus bookings and the reselling of tickets, which is strictly prohibited. To further prevent "ticket scalping", each paid registration will have an id, name and email associated with it. All proceeds will be used to offset the cost of the event.

    You can register for the event by filling out the following form: http://www.phpbb.com/londonvasion/. Upon submitting the form, you will be redirected to Paypal where you can pay the registration fee. You will receive a confirmation PM when your registration has been processed and confirmed. At this time, you will also see a confirmation page in place of the form. If you do not receive a confirmation PM, then your registration has not been confirmed. The system will only accept one registration per username, and the username will be linked to the ticket.

    [Click here to register]

    Please do not hesitate to contact me in private if you:
    1) are unable to use Paypal.
    2) need to register multiple tickets or a ticket for someone else.
    3) do not receive a confirmation PM after payment.
    4) experience any other problems.

    Thanks, and we hope to see you in London,

    - The phpBB Team [Less]

Read all phpBB articles…


Who uses phpBB?

Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32

Who contributes to phpBB?

Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32 Anon32
I'm a contributor

Where in the world?




People who use phpBB also use:

StarTrekGuide MODs for phpBB3 Sphinx for phpBB oscp GroundWork Monitor Open Source MediaWiki Simple Machines Forum AWStats WordPress SquirrelMail Mozilla Add-ons Owl Intranet Knowledgebase OpenNMS


Project Cost

This calculator estimates how much it would cost to hire a team to write this project from scratch. More »
Include
Codebase 216,025
Effort (est.) 55 Person Years
Avg. Salary $ year
$ 3,005,757