呵,这是水妹在原论坛上发的,一直觉得不错的,现在再放出来,喜欢的快来!!
插件名称:英语单词学习
适用版本:Discuz! 2.X
插件作者:水镜梵天
最后更新:2003.12.5
修改文件:viewthread.php
修改模版:viewthread.htm
安装难易:易
本插件是根据JackMing的文本插件修改的,在数据库中增加了一个表,内容为2004年考研英语词汇。其中音标的显示需要安装金山的Kingsoft Phonetic Plain字体。
安装步骤
1、导入stu_glossary001.sql
2、viewthread.php
查找
复制代码- while( $post = $db->fetch_array( $querypost)) {
|
后面添加
复制代码- //背单词插件开始
- $id =rand(1,6262);
- $query = "SELECT * FROM stu_glossary001 WHERE 1 and id = $id ";
- $result = mysql_query( $query) or die("Query failed");
- while ( $line = mysql_fetch_array( $result, MYSQL_ASSOC)) {
- $post[word] = "<font color='red'>2004年考研英语词汇助记</font> <font color='green'> $line[word] [</font><font face='Kingsoft Phonetic Plain' color='green'> $line[tone]</font><font color='green'>] $line[cn]</font>";
- }
- mysql_free_result( $result);
- //背单词插件结束
|
3、viewthread.htm
查找
后面添加
下载下面的压缩包,把stu_glossary001.sql导入到论坛的数据库中即可,压缩包中另外还带有金山的Kingsoft Phonetic Plain字体。
http://211.86.126.217/sjft/word.rar演示:
http://211.86.126.217/discuz/[此贴被sinhua在2004-05-10 14:43重新编辑]