[外掛]論壇狀態簽名檔0.3可顯示中文

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
銀薰
星球公民
星球公民
文章: 48
註冊時間: 2003-05-10 00:28

[外掛]論壇狀態簽名檔0.3可顯示中文

文章 銀薰 »

Forum.Statistic.Signature.Beta.0.3

代碼: 選擇全部

############################################################## 
## MOD Title: Forum Statistic Signature 
## MOD Author: burnz < burnz@ujang.net > (Halid Juki) - http://www.ujang.net 
## MOD Description: Display your forum statistic on the signature image dynamically
## MOD Version: Beta 0.3
## 
## Installation Level: easy 
## Installation Time: 1-10 Minutes 
## Required Library: GD Graphics Library (http://www.boutell.com/gd/)
## Files To Edit: (0)
## 
## Included Files: (3)
##		 - install.txt
##		 - signature.php
## 		 - signature/sign.jpg
## 
############################################################## 

############################################################## 
## 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/ 
############################################################## 

############################################################## 
##
## MOD History: 
##
## 06/13/03 - Beta 0.3
##      - Remove unnecessary coding :) bad coding. (Thanks to ycl6)
##      - Update spelling mistake :(
##
## 06/13/03 - Beta 0.2
##      - Add change permission of the signature directory
##      - Add crontab example
##
## 06/12/03 - Beta 0.1
##	    - First Release 
## 
##############################################################

##############################################################  
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################

# 
#-----[ COPY ]------------------------------------------ 
#

copy signature/signature.php to signature/signature.php
copy signature/sign.jpg to signature/sign.php
chmod the signature directory to 0777

# 
#--------------------------------------------------------------------
# CONFIGURATION FOR Forum Statistic Signature 
#
# OPEN: signature.php
#
# FIND:
//
// Configuration
//

$width = 365; //Width in pixel of signature image
$height = 30; //Height in pixel of signature image
$left = 10; //Indent of Stats from left edge
$top = 14; //Distance from top of signature image
$spacing = 11; //Line spacing of stats text
$signImage = "/home/user/public_html/signature/sign.jpg";  //Relative path to underlying signature image
$newImage = "/home/user/public_html/signature/newimage.jpg"; //Relative path and Name to new signature image with stats
$compression = 100; //Compression of signature image with stats (100 = No Compression)

//
// END configuration
// --------------------------------------------------------
#
# Adjust the above values in signature.php
#
#--------------------------------------------------------------------

Edit your signature under the profile menu. Add the link to the new image created on the signature directory.
NOTE: Do not link to the signature.php script directly.
e.g: [img]http://www.yourforum.com/signature/newimage.jpg[/img]


Run the cron jobs to update the image.
Example:
Update every 15 minutes
0,15,30,45 * * * * wget -q http://www.yourforum.com/signature.php > /dev/null

Update evey 30 minutes
0,30 * * * * wget -q http://www.yourforum.com/signature.php > /dev/null

If you couldn't run the crontab, you can directly use the signature.php on your signature
[img]http://www.yourforum.com/signature.php[/img]

#
# EoM
由於找不到Mowd大的0.2版...
所以參考Mowd大提供的網頁
http://freebsd.sinica.edu.tw/~statue/zh ... ftext.html
修改而成...

這個是0.3版..好像解決一個bug....
但是不知道被我這樣亂改會不會怎樣= =
(如同Mowd大說的...字體大小不要亂改...)

下載點
http://home.pchome.com.tw/comics/mybell ... .3_Cht.exe
圖檔
問題外掛:(例:快速回覆)
參考連結:(連結至外掛發表區的主題)
使用版本:(例:phpBB 2.0.2)
網站位置:(例:http://phpbb-tw.net)
狀況描述:

(這裡描述您遇到的狀況)


補充:
(若是需要,請列出您曾裝過的外掛名稱)
主題已鎖定

回到「非官方認證外掛」