[外掛] Visual Confirmation 安裝說明

Officially Approved MODs
由 phpBB Group 官方發展小組認證的 MOD!

版主: 版主管理群

版面規則
請注意!只有發表在 [2.0.x] MOD Database Releases 的外掛,才算是官方認證的外掛。
主題已鎖定
Mac
百戰天龍馬蓋先
百戰天龍馬蓋先
文章: 2590
註冊時間: 2003-02-02 02:28
來自: MacphpBBMOD
聯繫:

[外掛] Visual Confirmation 安裝說明

文章 Mac »

代碼: 選擇全部

######################################################## 
## 外掛名稱:		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
## 
############################################################## 
## 在增加此外掛前, 請務必備份所有需要修改的檔案
##############################################################
什麼是Visual Confirmation:
從 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
最後由 Mac 於 2004-09-02 21:38 編輯,總共編輯了 1 次。
+ 關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。

phpBB 官網 | 竹貓星球 | MacphpBBMOD | 我的服務
Mac
百戰天龍馬蓋先
百戰天龍馬蓋先
文章: 2590
註冊時間: 2003-02-02 02:28
來自: MacphpBBMOD
聯繫:

文章 Mac »

升級到 1.1.2

~Mac
+ 關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。

phpBB 官網 | 竹貓星球 | MacphpBBMOD | 我的服務
Mac
百戰天龍馬蓋先
百戰天龍馬蓋先
文章: 2590
註冊時間: 2003-02-02 02:28
來自: MacphpBBMOD
聯繫:

文章 Mac »

升級到 1.1.3

只是更新了英文 COPY 指令的寫法而已\r

~Mac
+ 關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。

phpBB 官網 | 竹貓星球 | MacphpBBMOD | 我的服務
主題已鎖定

回到「官方認證外掛」