1 頁 (共 1 頁)

[外掛] Digital Countdown MOD (倒數計時) (Update 1.0.2)

發表於 : 2007-02-21 15:37
心靈捕手
檔頭部份擷取:

代碼: 選擇全部

############################################################## 
## MOD Title: Digital Countdown MOD 
## MOD Author: beetle < beetle@beetletwo.com >
## MOD Description: this mod adds a whole new page for a digital countdown
clock that can be used for things such as weddings, parties, new years ect.
##############################################################   
## MOD Version: 1.0.1 
## 
## Installation Level: (Easy) 
## Installation Time: 5 Minutes 
## Files To Edit: includes/page_header.php
##		  viewonline.php
##		  admin/index.php
##		  language/lang_english/lang_main.php
##		  includes/constants.php
##
## Included Files: templates/subsilver/countdown.tpl
##		   countdown.php
##                 gif images
############################################################## 
## Author Notes: This is a simple mod that will add the countdown
clock for events on a new page. the countdown clock is digital
you will want to add a link in your overall_header.tpl or where ever
you would like to be able to access the new countdown.tpl 
 ############################################################## 
補充說明:
此外掛也是利用 JavaScript 語法, 來計算事件倒數計時的時間;
只是其利用新開一頁的方法呈現, 比較不會和論壇上其他已經安裝的語法相衝突.

下載連結:
Digital Countdown Clock

[建議] 升級 1.0.2

發表於 : 2007-03-01 18:53
心靈捕手
檔頭部份擷取:

代碼: 選擇全部

##############################################################   
## 外掛歷史:
## 1.0.2 2007-03-01
##         - 新增控制台 -> 一般管理 -> 基本組態: 輸入倒數計時的事件和時間
##         - 修改 install.txt (安裝說明, 本檔)
##         - 新增 update/101_to_102.txt (安裝說明, 升級檔)
##         - 修改 countdown.php, countdown.tpl 程式碼; 升級者, 務必重新上傳此二檔
## 
## 1.0.1 (時間不詳)
##############################################################
下載位址:
http://files.filefront.com/digital_coun ... einfo.html

DEMO (圖示):
1. 倒數計時時鐘
http://wang5555.dnsfor.me/phpbb2/countdown.php
圖檔
2. 後台選項:
圖檔

補充說明:
倒數計時的 (終點) 時間, 有其一定的格式須遵守.
  • 月份以 3 個英文字 (可以全部大寫) 表示
    Jan
    Feb
    Mar
    Apr
    May
    Jun
    Jul
    Aug
    Sep
    Oct
    Nov
    Dec
  • 天數以阿拉伯數字表示
    1, 2, 3,...31
  • 年份以四位數阿拉伯數字表示
    2006, 2007
  • 小時以阿拉伯數字表示
    0, 1, 2, 3,...23
  • 分以兩位阿拉伯數字表示
    00, 01, 02, 03,...59
  • 秒以兩位阿拉伯數字表示
    00, 01, 02, 03,...59