[外掛]Admin Email List 1.0.2

phpBB 大部分皆是由竹貓星球提供資料!
頭像
懸壺子
系統管理員
系統管理員
主題中的帖子: 1
文章: 33486
註冊時間: 2001-10-05 , 10:10
個人狀態: 道骨學習佛心..^^..
貼心留言: 氣候不穩
性別: 公仔
來自: 黃金故鄉
聯繫:

[外掛]Admin Email List 1.0.2

未閱讀文章 懸壺子 »

[外掛]Admin Email List 1.0.2

http://phpbb-tw.net/phpbb/viewtopic.php?t=19954

--------------------------------------------------------------------------------

官方網頁 : http://www.phpbbhacks.com/viewhack.php?id=704
官方下載點(英文原版本) : http://www.phpbbhacks.com/download.php?id=704
中文化版本下載點 : http://taywe.net/net/files/AdminEmailV1.0.2中文版.exe
中文化作者原文出處 : http://taywe.net/net/viewtopic.php?t=308
安裝難度 : 簡單
此MOD的用處就是可以讓系統管理員在控制台裡面可以看到會員所有電子信件資料。

安裝開始~

代碼: 選擇全部

############################################################## 
## MOD Title: Admin_Email_List 
## MOD Version: 1.02 Final 
## MOD Author: Jamer (Colin James) http://www.jamer.co.uk/scripts/phpbb2 
## MOD Description: This mod will list all email addresses from your phpbb database, within the admin cp 
## 
## Installation Level: Easy 
## Installation Time: 5 Minutes 
## Files To Edit: file_language/lang_XXX/lang_admin.php) 
## Included Files: (admin_email_list.php,admin_users_email_list_body.tpl) 
############################################################## 
## For Security Purposes, Please Check: <http://www.phpbb.com/mods/downloads/> 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/downloads/> 
############################################################## 
## Author Notes: 
## 
############################################################## 
## MOD History: 
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
# 
# Includes Fix by Dwing (phpBBHacks.com) 
# 
############################################################## 
# 
#-----[ COPY檔案到所需的資料夾 ]------------------------------------------ 
# 
admin_email_list.php - /admin/ 

# 
#-----[ 開啟檔案 ]------------------------------------------ 
# 
作者預設為英文語系 
/language/english/lang_admin.php 
如使用中文語系請開啟 
/language/lang_chinese_traditional_taiwan/lang_admin.php 

# 
#-----[ 尋找 ]------------------------------------------ 
# 
// That's all Folks! 

# 
#-----[ 在之前加入 ]------------------------------------------ 
# 
※此為原本作者之英文語系 
//admin user list mail 
$lang['Usersname'] = "Users Name"; 
$lang['Admin_Users_List_Mail_Title'] = "List users e-mail"; 
$lang['Admin_Users_List_Mail_Explain'] = "Here a list of your users's e-mail"; 
※此為翻譯後的中文化版本 
//admin user list mail 
$lang['Usersname'] = "會員帳號"; 
$lang['Admin_Users_List_Mail_Title'] = "論壇會員電子郵件列表"; 
$lang['Admin_Users_List_Mail_Explain'] = "管理員在此可以查詢到所有會員的電子郵件名單"; 

# 
#-----[ COPY所需檔案到指定資料夾 ]------------------------------------------ 
# 
admin_users_email_list_body.tpl - /template/使用風格/admin/ 

# 
#-----[ 存檔並上傳所有更改過的檔案 ]------------------------------------------ 
# 
# 結束 
 
版面鎖定 主題已鎖定

回到「phpBB2」