[外掛]Website&Signature Disabled(關閉註冊時的個性資訊)+安全性

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

版主: 版主管理群

版面規則
請注意!只有發表在 [2.0.x] MOD Database Releases 的外掛,才算是官方認證的外掛。
主題已鎖定
jwxinst
竹貓忠實會員
竹貓忠實會員
文章: 945
註冊時間: 2006-03-31 10:07
來自: New York, USA     學業狀況: 當天才...       個人狀況: 臭蛋
聯繫:

[外掛]Website&Signature Disabled(關閉註冊時的個性資訊)+安全性

文章 jwxinst »

前言

很多人都很討厭BOT註冊機器人或者任何非法會員登錄你的網站,註冊成立會員做宣傳更有的黑客和非法會員自動附上有害的病毒連結

對於這種情況,我在官方找到根幾個ANTI-SPAM MOD.
外掛資訊

外掛名稱: Registration Disable Website Signature
官方認可外掛類別: 58 Profile

參考和下載點
http://www.phpbb.com/phpBB/viewtopic.php?t=373695
(註: 此外掛不需要動語系檔)

外掛介紹
本外掛是2.0.20時新出的一個防BOT註冊機器人的好外掛,阻止BOT機器人完成註冊並自動附上廣告或者有害的病毒連

裡面包括一個ADD-ON: AUTO-BAN(自動封IP) ,便可以讓這些非法的會員永遠不得登錄你的網站。

只要BOT機器人或者任何非法會員,在註冊時強制地填寫個人網站或者個性簽名檔,就會遭到被封鎖IP (BAN IP)的後果。

當然,這個外掛只能針對那些實體或者以絕對IP登錄的機器人和非會員。

代碼: 選擇全部

##############################################################
## 外掛名稱: No Website Signature during registration
## 外掛作者: EXreaction < exreaction@gotechzilla.com > (Nathan Guse) http://www.gotechzilla.com
## 外掛簡介: When a user registers, the website and signature sections are removed, and they are not
##        allowed to register if they enter in anything
## 外掛版本: 1.1.11
##
## 安裝難度: 簡單
## 安裝需時: 約2-3分鍾
## 修改檔案(EDITED FILES): includes/usercp_register.php
##                templates/subSilver/profile_add_body.tpl
## 外掛附件(Included Files): 沒有
##############################################################
## 外掛歷史:
## 
##   2006-02-22 - Version 1.0.0
##      - (no version notes)
##   2006-03-12 - Version 1.0.1
##      - Re-wrote the MOD...I learned a much easier and better way to do it since 1.0.0
##   2006-03-17 - Version 1.0.2
##      - Fixed it so bots can't fill it in even though it is hidden
##            (basically it is version 1.0.0 plus version 1.0.1)
##   2006-03-27 - Version 1.0.3
##      - Fixed a few things...
##   2006-04-23 - Version 1.1.0
##      - Made it so that instead of just setting the website sig to nothing, if someone enters anything in
##            they are not allowed to register(only stops bots(that enter something in there)...
##            people won't see it anyways, so they won't enter anything in)
##   2006-05-13 - Version 1.1.1
##      - Added session_end() so that when the bot is banned, they can't keep trying to register...
##		  ...and fixed a few other problems. :p
##   2006-05-14 - Version 1.1.11
##      - Minor mistake fixed :p
###############################################
安裝方法

1. 下載外掛後請解壓縮,打開後請按Website Signature Remove 1.1.11.mod

2. 這個外掛非法簡單,按著裡面的指示修改檔案。

3. 本外掛不需要更新資料庫,也不需要上傳任何附件。

4. 修改好檔案後請務必做以下這一點(這個可以在安裝指導中看到)

#-----[ DIY INSTRUCTIONS (自由安裝)-----------------------------------------

如果你希望可以靠這個外掛增加一個AUTO-BAN(自動封鎖)IP的功能,請做以下的修改。
(註:這一步驟是自由選擇是否要修改,如果你沒興趣這一步就免了!)

#
#-----[ OPEN]---------------------------------------
#
includes/usercp_register.php

#
#-----[ FIND ]------------------------------------------
#

代碼: 選擇全部

  $ban_ip = false;
#
#-----[ REPLACE WITH ]------------------------------------------
#

代碼: 選擇全部

  $ban_ip = true;
目前狀態圖檔
GoKo Music進度: 10%

問個問題不要緊可是沒有發文格式、問題不夠詳細情況,難道要用猜嗎?
新手必讀
[教學] 基本認識、學習、隨我架設phpBB的新手通 -更新至2.0.22
問問題的技巧
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=44340
MOD安裝教學及轉碼
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=22832
主題已鎖定

回到「官方認證外掛」