1 頁 (共 1 頁)

Users of the day

發表於 : 2006-09-21 , 8:56
懸壺子
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 小時內:';