代碼: 選擇全部
########################################################
## 外掛名稱: Visual Confirmation 安裝說明
## 外掛作者: phpBB Group < N/A > (phpBB Group) http://www.phpbb.com/
## ycl6 < ycl6@users.sourceforge.net > (Mac / Y.C. LIN) http://macphpbbmod.sourceforge.net/
## 外掛描述: 這份安裝教學告訴你如果要使用 Visual Confirmation 外掛
## 應該編輯哪一些 php 檔案
## Visual Confirmation 外掛可以在你的 phpBB 安裝包裡找到
## (contrib 文件夾中)
## 外掛版本: 1.1.3
##
## 安裝難度: 簡單
## 安裝時間: 5 分鐘
##
## 需要編輯的檔案: 5
## profile.php
## admin/admin_board.php
## includes/constants.php
## includes/usercp_register.php
## templates/subSilver/admin/board_config_body.tpl
##
## 附加的檔案: 1
## includes/usercp_confirm.php
##
#################################################################
## 由於安全上的考量,請檢查:
## http://www.phpbb.com/mods/ 是否有此外掛的最新版本
## 從其他地方下載此檔可能會造成你在你的 phpBB 討論版上寫入有誤的程式碼
## 基於這個理由,phpBB 將不會為沒有收藏在我們的外掛資料庫的外掛提供支援
## 我們的外掛資料庫在 http://www.phpbb.com/mods/
##
## 版權聲明: 這一個外掛不可以刊登在或加入到非官方的 phpBB 網站
##############################################################
## 作者留言:
## 本份文件是安裝說明, Visual Confirmation 外掛的真正作者是 phpBB Group
##
## Visual Confirmation 的原始檔案可以在\r
## contrib/visual_confirmation.zip 找到\r
##
## 如果你使用的 usercp_confirm.php 來自 visual_confirmation.zip
## 請把 <code>if (!preg_match('/^[A-Z1-9]+$/', $confirm_id))</code>
## 更換成 <code>if (!preg_match('/^[A-Za-z0-9]+$/', $confirm_id))</code>
##
##############################################################
## 版本歷史:
##
## 2004-03-20 - 版本 1.0.0
## - 首次發佈
##
## 2004-07-16 - 版本 1.1.0
## - 適用於 v2.0.9
##
## 2004-07-16 - 版本 1.1.1
## - usercp_confirm.php 官方錯誤,馬上修正
## - 適用於 v2.0.9
##
## 2004-07-17 - 版本 1.1.2
## - 修正升級安裝指示錯誤: includes/usercp_register.php
## 不是 includes/constants.php
## - 適用於 v2.0.9
##
## 2004-09-02 - 版本 1.1.3
## - 修正英文 COPY 寫法
## - 適用於 v2.0.10
##
##############################################################
## 在增加此外掛前, 請務必備份所有需要修改的檔案
##############################################################從 contrib/README.html 引言
我把這份教學提供給所有有需要的人下載Visual Confirmation System
Author: psoTFX
Unfortunately there are people "out there" who have nothing better to do than cause other people trouble. Even worse are groups that write applications which cause problems. One very annoying (and pointless) way in which people can cause you trouble is by mass registering users. This Mod, back-ported from the forthcoming phpBB 2.2 helps eliminate or reduce this problem. It generates a random series of six alphanumeric characters as a png image. The user must then input these characters before they can register a new user. Should they fail three times in a row they will be locked out for the rest of that session
你可以從 下載教學 得到這份教學指示\r
~Mac
