查看完整版本: [08-27] 教你學英文for4.1

rengo 2006-8-27 02:16

[08-27] 教你學英文for4.1

插件名稱:教你學英文
適用版本: 4.x!
作  者: 不明
修  改: viewthread.php、viewthread模版
用  途: 在每一個帖內顯示一個英文生字,及其中文解釋,讓會員可學習英文

1. 修改viewthread.php,
找:
[code]$discuz_action = 3;[/code]
下加:

[code]$words = file("./newWord.txt","r");[/code]

找:

[code]$post['regdate'] = gmdate($dateformat, $post['regdate'] + $timeoffset * 3600);[/code]
下加:

[code]$post[word] = "<font color=red>教你學英文"." [</font>".$words[rand(0,6050)]."  <font color=red>]</font>";[/code]

2. 修改  viewthread . html 模版,
找:

[code]<tr><td valign="top">[/code]
下加:

[code]$post[word]<hr width="100%" style="height: 1px; color: {INNERBORDERCOLOR}">[/code]

3. 下載附件,解壓後上傳  newWord.txt  到論壇根部

完成!!!

資料來源 : http://www.alan888.com/Discuz/viewthread.php?tid=79510
頁: [1]
查看完整版本: [08-27] 教你學英文for4.1