Users of the day

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

Users of the day

未閱讀文章 懸壺子 »

Users of the day

代碼: 選擇全部

######################################################## 
## 
## MOD Title:   Users of the day 
## MOD Version: 2.1 
## Author:     ZoZo <zozo@etoiles.net> 
## 
## Description:  
## Displays, under the online users list, a list of the registered users 
## who have visited during the last XX hours. Can also display the list 
## of the users who didn't come. (see "Edit below") 
## 
## Installation Level:  easy 
## Installation Time:  2-3 minutes 
## 
## Files To Edit:         3 
##                   - /templates/subSilver/index_body.tpl 
##                   - /language/lang_english/lang_main.php 
##                   - /includes/page_header.php 
## 
## Included Files:      None 
## 
######################################################## 
## VERSION HISTORY: 
## 
## October 22th 2004: v2.1 
## 1. Now admins are displayed first, then mods then users. 
## 2. Corrected a problem in the text file with Easy Mod Installer. 
## 
## June 20th 2003: v2.0 
## 1. The list's delay is customizable, but you must give a number in hours, 24 by default. 
## 2. There's now a counter for each list. 
## 3. The MOD doesn't display the list of the users who didn't visit by default. 
## 
## October 28th 2002: v1.1 
## 1. The MOD uses the database variable "user_session_time" instead of "user_lastvisit", which is updated only when the user logs out. 
##  
## October 15th 2002: v1.0 
## 1. Created main features. 
##    
######################################################## 
## TODO LIST: 
## 
## 1. Don't restrict the time unit to hours. 
## 
######################################################## 
##        PLEASE REPORT ANY BUGS OR SUGGESTIONS       ## 
########################################################



外掛下載位置 : http://www.phpbbhacks.com/viewhack.php?id=770

中文化 by git

代碼: 選擇全部

$lang['Day_users'] = '%d 位註冊會員瀏覽於 %d 小時內 :'; 
$lang['Not_day_users'] = '%d 未註冊會員瀏覽於 <span style="color:red">DIDN'T</span> %d 小時內:';  
版面鎖定 主題已鎖定

回到「phpBB2」