当前位置: 首页 > 图文教程 > 网络编程 > PHP > phpBB 3.0.6 RC1简单介绍和下载

PHP
php 远程图片保存到本地的函数类
php 破解防盗链图片函数
快速开发一个PHP扩展图文教程
PHP6 mysql连接方式说明
php 进度条实现代码
php discuz 主题表和回帖表的设计
php 无限级缓存的类的扩展
php adodb操作mysql数据库
php FPDF类库应用实现代码
sourcesafe管理phpproj文件的补充说明(downmoon)
AspNetAjaxPager,Asp.Net通用无刷新Ajax分页控件,支持多样式多数据绑定
php一句话cmdshell新型 (非一句话木马)
php 木马的分析(加密破解)
PHP 数组入门教程小结
php 方便水印和缩略图的图形类
PHP加速 eAccelerator配置和使用指南
PHP 组件化编程技巧
IIS6+PHP5+MySQL5+Zend Optimizer+phpMyAdmin安装配置图文教程 2009年
两个强悍的php 图像处理类1
PHP 数据库 常见问题小结

PHP 中的 phpBB 3.0.6 RC1简单介绍和下载


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-12   浏览: 95 ::
收藏到网摘: n/a

phpBB不仅是受欢迎的自由软件还是个开放源代码的网络论坛系统,使用PHP作为程序语言,并支持如MySQL、 PostgreSQL、MSSQL、Microsoft Access与Oracle[1]等的资料库.
除去资料库支持上,以下为phpBB的几项优点:
    * 使用样板系统设计可方便地快速修改
    * 国际化并支持61种可用的语言翻译,phpBB声称可同时安装多套翻译
    * 庞大且众多的网络论坛提供使用者自由交流与外挂软件的支援

下载:phpBB 3.0.6 RC1

The package is downloadable from:
http://www.phpbb.com/files/qa/phpBB-3.0 ... hanges.zip
http://www.phpbb.com/files/qa/phpBB-3.0 ... es.tar.bz2

New features, changes, bug fixes

The following is a list of major new features implemented in phpBB 3.0.6:

  • Backported 3.2 captcha plugins:
    • Classic and GD CAPTCHA
    • reCaptcha (based on API from recaptcha.net by Mike Crawford and Ben Maurer)
    • Q&A CAPTCHA
    • 3D Wave (by Robert "Xore" Hetzler)

  • ATOM Feeds
  • bare-bones Quick Reply editor in viewtopic
  • Users can report PMs to moderators which are then visible in a new MCP module
  • Ability to copy permissions from one forum to several other forums.
  • Send statistical information (anonymously) about PHP and phpBB configuration to help improve phpBB.
The following is a list of minor feature additions to phpBB 3.0.6:
  • Add language selection on the registration terms page
  • New groups option to excempt group leaders from group permissions
  • New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
  • Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users.
  • Add new option to disable avatars board-wide
  • Enhance obtain_users_online_string to be able to return user-lists for other session-items
  • Add unapproved topic icon for moderators on forum list
  • Ability to define minimum number of characters for posts/pms
  • Store signature configuration options in database
  • Detect when a post has been altered by someone else while editing.
  • Add unread posts quick search option
  • Add option to disable avatar uploads from remote locations.
  • Ability to delete warnings and keep warnings permanently
  • Ability to empty a user's outbox from the user ACP quick tools.
  • Ability to search ACP / MCP logs
  • Parse email text files with the template engine.
  • Use email-style quoting when bbcodes are disabled.
  • Added new functionality to inactive users module:
    • Ability to set users per page.
    • Ability to sort by posts/number of reminders/last reminded date.
    • Show number of posts and ability to search posts.
    • Show number of reminders sent to user.
    • Show date of last reminder sent to user.
  • Display version check on ACP main page.
  • Ability to control the display of custom profile fields on viewtopic
  • Fallback options for missing language files.
  • Separate PM Reply and PM Reply to all in prosilver.
  • Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
  • Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
  • Added function to generate Email hash.
  • Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one. Prosilver uses this for the posting page(s) and registration screen.
  • Ability to specify amount of time user is able to delete his last post in topic.

The following is a list of smaller changes implemented in phpBB 3.0.6:

  • submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
  • Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • Add index on log_time to the log table to prevent slowdown on boards with many log entries.
  • Template engine now permits to a limited extent variable includes.
  • Quote BBCode no longer requires the f_reply permission.
  • Banning/unbanning users now generates an entry in their user notes
  • Smilies no longer require the f_bbcode permission.
  • Ability to define column split in FAQ/BBCode help
  • Changed behaviour of group_create() function to support specifying additional group columns
  • Hide avatar when avatar-type is not allowed
  • INCLUDEPHP not depending on phpbb_root_path
  • Ability to fetch moderators with get_moderators() even if load_moderators setting is off.
  • "Post details" links with image in MCP.
  • PM history now only shows PMs of users you currently reply to.
  • Show quote button for own PMs in PM history.
  • Fetch requested cookie variables directly from cookie super global.
  • Add confirmation for deactivating styles
  • Add confirmation for deactivating language packs
  • Add confirm-box when deleting permissions
  • Add pagination for icons and smilies in the ACP and smilies in the smiley popup
  • Cache get_username_string() function calls on viewtopic.
  • Cache version check.
  • When creating a new forum without copying permissions, ask again.
  • Parse multiline url title for [url] BBCode tag.
  • Introduce new parameter to page_header() for forum specific who is online listings.
  • Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
  • Unapproved topics can no longer be replied to
  • Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests
  • Allow three-digit hex notation in Color BBcode.
  • Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page.
  • Do not take edit post time into account for determining permission to delete last post in topic.
  • Resize oversized Topic icons
  • Banned IPs are now sorted
  • phpBB updater now skips sole whitespace changes. This reduces the chance of conflicts tremendously.