1 頁 (共 1 頁)

[2.0.10]E-Mail Spambot Fighter

發表於 : 2004-08-30 14:21
webspirit

代碼: 選擇全部

##############################################################
## MOD Title: E-Mail Spambot Fighter
## MOD Author: truthsolo <rob@truthsolo.net> (Rob Dosogne) http://www.truthsolo.net/
## MOD Description: 將會員的 E-mail 位址轉換成「xxxx 在 xxxx 點 xxx」的格式,以避免遭郵址收集程式的收集
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: 6
##		groupcp.php
##		memberlist.php
##		privmsg.php
##		viewtopic.php
##		includes/usercp_viewprofile.php
##		language/lang_english/lang_main.php
## Included Files: N/A
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Spam sucks.
##############################################################
## MOD History:
##
##   2004-03-24 - Version 1.0.0
##      - Initial release. @_@
##      - Beta tested.  Passed.
##
##   2004-06-29 - Version 1.0.1
##      - Made 'AT' and 'DOT' localizable.
##      - Added language file to edit.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
language/lang_chinese_traditional_taiwan/lang_main.php

代碼: 選擇全部

// E-Mail Spambot Fighter
$lang['e-mail_sbf_at'] = ' 在 ';
$lang['e-mail_sbf_dot'] = ' 點 ';
官方網頁

發表於 : 2004-08-30 19:19
Mac
希望你在推薦外掛時能夠附上中文說明
讓看不懂英文的網友也能知道這些外掛是做什麼用途的
另外,如果能附上中文 lang 檔案的翻譯那就更好了 ^^

~Mac