1 頁 (共 1 頁)

[2006/01/12] phpBB 2.0.19 安全性修正版本

發表於 : 2006-01-12 11:01
小竹子
由於小弟我最近重感冒,導致釋出延誤深感抱歉,也非常感謝 MAC 版主以及相關朋友的幫忙協助新版本的內容翻譯及討論!

註:如果您是全新安裝的使用者請下載上述全新安裝之版本,而您是 2.0.17 之前的版本,請下載第三個檔案 2.0.19 BIG-5 語系檔下載點,直接覆蓋您的語系檔即可。

本次語系檔新增如下:
language/lang_chinese_traditional_taiwan/lang_admin.php

//
// Login attempts configuration
//
$lang['Max_login_attempts'] = '可容許的登入嘗試次數';
$lang['Max_login_attempts_explain'] = '允許會員嘗試登入討論版的次數.';
$lang['Login_reset_time'] = '登入封鎖期限';
$lang['Login_reset_time_explain'] = '當會員超過了可容許的登入嘗試次數後, 在此鎖定期限(分鐘)過期之前, 會員帳號將被暫時禁止登入.';
language/lang_chinese_traditional_taiwan/lang_main.php

$lang['Login_attempts_exceeded'] = '您的嘗試登入次數已經超過上限 ( %s 次). 您必須等待 %s 分鐘之後才能再次登入.';
$lang['Please_remove_install_contrib'] = '請確定 install/ 和 contrib/ 這兩個目錄都已經刪除';
關於 2.0.18 升級到 2.0.19 的相關教學翻譯文件請參考 Mac 製作之頁面:
http://macphpbbmod.sourceforge.net/word ... page_id=16

關於 2.0.18 升級到 2.0.19 的相關討論串請參考:
http://phpbb-tw.net/phpbb/viewtopic.php?t=41232


本次更新內容如下:
  • [Fix] corrected index on session keys table under MS SQL
  • [Fix] added session keys table to backup
  • [Fix] delete session keys entries when deleting user
  • [Fix] changes to support MySQL 5.0
  • [Fix] changes to some of the admin files to improve efficiency and remove a potential error condition when building the menu
  • [Fix] change truncation of username length in usercp_register.php - BFUK
  • [Fix] incorrect path to avatars in admin_users.php (Bug #667)
  • [Fix] fixed get_userdata to support correct sql escaping (non-mysql dbs) - jarnaez
  • [Fix] fixed captcha for those not having the zlib extension enabled
  • [Change] Placed version information above who is online in admin panel for better visual presence
  • [Sec] fixed XSS issue (only valid for Internet Explorer) within the url bbcode
  • [Sec] fixed XSS issue (only valid for Internet Explorer) if html tags are allowed and enabled
  • [Sec] added configurable maximum login attempts to prevent dictionary attacks