<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[歌声与微笑]]></title> 
<link>http://www.gsywx.com/index.php</link> 
<description><![CDATA[歌声与微笑]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[歌声与微笑]]></copyright>
<item>
<link>http://www.gsywx.com/read.php/7.htm</link>
<title><![CDATA[动网BBS上传flash、mp3、wmv等自动播放for_dvbbs8.0]]></title> 
<author>admin &lt;admin@gsywx.com&gt;</author>
<category><![CDATA[电脑类]]></category>
<pubDate>Thu, 02 Aug 2007 01:07:25 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/7.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;早上去了dvbbs的官方论坛，又看到了有人需要这个功能，前些天也有人用QQ加我，说要我把7.1的改成8.0可用，当时怕麻烦，再加上我也不再用DVBBS了，所以就拒绝了，今天看来还是有必要做一下，其实过程很简单，修改方法如下：<br/><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"> &nbsp; &nbsp; &nbsp; &nbsp;动网升为8.0了，常来看贴，发现很多人还是想要这个功能，今天早上把它弄好了，想用的人就顶下贴吧。<br/><hr/><br/><br/>下面来修改：<br/><br/>1、打开inc/upload_class.asp<br/><br/>找到判断文件类型:0=其它,1=图片,2=FLASH,3=音乐,4=电影<br/><br/>在下面的类别里添加自己想要增加的扩展名：如第三类添加&quot;wma&quot;，&quot;wmv&quot;，第四类添加,&quot;rm&quot; <br/><br/>如改成以下这样：<br/><br/>如改成这样:<br/><br/> Private Function CheckFiletype(Byval FileExt)<br/> &nbsp;FileExt = Lcase(Replace(FileExt,&quot;.&quot;,&quot;&quot;))<br/> &nbsp;Select Case FileExt<br/> &nbsp; &nbsp;Case &quot;gif&quot;, &quot;jpg&quot;, &quot;jpeg&quot;,&quot;png&quot;,&quot;bmp&quot;,&quot;tif&quot;,&quot;iff&quot;<br/> &nbsp; &nbsp; CheckFiletype=1<br/> &nbsp; &nbsp;Case &quot;swf&quot;, &quot;swi&quot;<br/> &nbsp; &nbsp; CheckFiletype=2<br/> &nbsp; &nbsp;Case &quot;mid&quot;, &quot;wav&quot;, &quot;mp3&quot;,&quot;rmi&quot;,&quot;cda&quot;,&quot;wma&quot;,&quot;wmv&quot;<br/> &nbsp; &nbsp; CheckFiletype=3<br/> &nbsp; &nbsp;Case &quot;avi&quot;, &quot;mpg&quot;, &quot;mpeg&quot;,&quot;ra&quot;,&quot;ram&quot;,&quot;wov&quot;,&quot;asf&quot;,&quot;rm&quot;<br/> &nbsp; &nbsp; CheckFiletype=4<br/> &nbsp; &nbsp;Case Else<br/> &nbsp; &nbsp; CheckFiletype=0<br/> &nbsp;End Select<br/> End Function<br/><br/>2、在Skins&#92;Default&#92;filetype <br/><br/>目录里添加与刚添加扩展名一样的图标如&quot;wma.gif&quot;,&quot;wmv.gif&quot;,&quot;rm,gif&quot;(用原有图标直接复制粘贴下即<br/><br/>可)。 <br/><br/>3、打开post_upload.asp <br/><br/>找到:<br/> If F_Type=1 then<br/> &nbsp;Response.write <br/><br/>&quot;&lt;script&gt;parent.Dvbbs_Composition.document.body.innerHTML+=&#039;[upload=&quot;&amp;FileExt&amp;&quot;,&quot;&amp;F_OldName&amp;<br/><br/>&quot;]&quot;&amp;ShwoFileName&amp;&quot;[/upload]<br/><br/>&lt;br&gt;&#039;&lt;/script&gt;&quot;<br/> Else<br/> &nbsp;Response.write <br/><br/>&quot;&lt;script&gt;parent.Dvbbs_Composition.document.body.innerHTML+=&#039;[upload=&quot;&amp;FileExt&amp;&quot;,&quot;&amp;F_OldName&amp;<br/><br/>&quot;]viewFile.asp?<br/><br/>ID=&quot;&amp;DownloadID&amp;&quot;[/upload]&lt;br&gt;&#039;&lt;/script&gt;&quot;<br/> End If<br/><br/>在下面添加:<br/><br/><br/> If F_Type=2 then<br/> &nbsp;Response.write <br/><br/>&quot;&lt;script&gt;parent.Dvbbs_Composition.document.body.innerHTML+=&#039;[flash=480,360]&quot;&amp;ShwoFileName&amp;&quot;[<br/><br/>/flash]&lt;br&gt;&#039;&lt;/script&gt;&quot;<br/> End If<br/> If F_Type=3 then<br/> &nbsp;Response.write <br/><br/>&quot;&lt;script&gt;parent.Dvbbs_Composition.document.body.innerHTML+=&#039;[MP=480,360,true]&quot;&amp;ShwoFileName&amp;<br/><br/>&quot;[/MP]&lt;br&gt;&#039;&lt;/script&gt;&quot;<br/> End If<br/> If F_Type=4 then<br/> &nbsp;Response.write <br/><br/>&quot;&lt;script&gt;parent.Dvbbs_Composition.document.body.innerHTML+=&#039;[RM=480,360,true]&quot;&amp;ShwoFileName&amp;<br/><br/>&quot;[/RM]&lt;br&gt;&#039;&lt;/script&gt;&quot;<br/> End If<br/><br/>修改完成。</div></div><br/><br/><br/><hr/><br/><br/>为了避免大家出错，我把我改好的文件传上来，直接覆盖即可使用。<br/><br/><a href="attachment/1186023532_0.rar">点击这里下载文件</a><br/><br/><br/>Tags - <a href="http://www.gsywx.com/go.php/tags/%25E7%25BD%2591%25E7%25AB%2599%25E5%25BB%25BA%25E8%25AE%25BE/" rel="tag">网站建设</a>
]]>
</description>
</item><item>
<link>http://www.gsywx.com/read.php/7.htm#blogcomment1</link>
<title><![CDATA[[评论] 动网BBS上传flash、mp3、wmv等自动播放for_dvbbs8.0]]></title> 
<author>xiaoyuwxz &lt;wxz@gsywx.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 02 Aug 2007 02:55:23 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/7.htm#blogcomment1</guid> 
<description>
<![CDATA[ 
	贴完后就发现动网贴子内容打不开了，等过会能打开了，却发现一通乱码，上面的播放代码自动形成的播放器，害我改了好多次才成功，郁闷啊，连个贴都不会发了。感叹的动网的落没，这也许也是我不再想用动网的原因之一了。
]]>
</description>
</item>
</channel>
</rss>