
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
	<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head><card id="MainCard" title="&#x6B22;&#x8FCE;&#x5149;&#x4E34;"><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a><br/>&nbsp;</p><p><b>&#x6807;&#x9898;&#x3A;</b> &#x624B;&#x673A;&#x53D1;&#x9001;&#x4EE3;&#x7801;&#x6295;&#x653E;&#x53C2;&#x8003;&#x4E4B;&#x52A8;&#x6613;&#x5185;&#x5BB9;&#x7BA1;&#x7406;&#x7CFB;&#x7EDF;</p><p><b>&#x4F5C;&#x8005;&#x3A;</b> &#x64;&#x6E;&#x61;&#x77;&#x6F;</p><p><b>&#x65E5;&#x671F;&#x3A;</b> &#x32;&#x30;&#x30;&#x38;&#x2D;&#x30;&#x31;&#x2D;&#x31;&#x34;&#x20;&#x31;&#x32;&#x3A;&#x34;&#x33;&#x20;&#x41;&#x4D;</p><p><b>&#x5206;&#x7C7B;&#x3A;</b> <a href="wap.asp?do=showLog&amp;cateID=15">&#x7A0B;&#x5E8F;&#x4FEE;&#x6539;</a></p><p><b>&#x5185;&#x5BB9;&#x3A;</b> &#x672C;&#x6B21;&#x793A;&#x4F8B;&#x7248;&#x672C;&#x4E3A;SiteWeaver&#x2122; CMS 6.5&#xFF0C;&#x5176;&#x4ED6;&#x7248;&#x672C;&#x53EF;&#x53C2;&#x8003;&#x4FEE;&#x6539;&#x3002;<br/>1.&#x51C6;&#x5907;&#x5DE5;&#x4F5C;<br/>&#xB7;&#x7AD9;&#x957F;&#x7684;&#x8054;&#x76DF;ID&#xFF1B;<br/>&#xB7;&#x540E;&#x53F0;&#x7BA1;&#x7406;&#x5E10;&#x53F7;&#x4EE5;&#x4FBF;&#x4FEE;&#x6539;&#x6A21;&#x677F;&#x6587;&#x4EF6;(&#x540E;&#x53F0;&#x9ED8;&#x8BA4;&#x5730;&#x5740;http://www.mzwu.com/Admin/Admin_Index.asp)&#xFF1B;<br/>&#xB7;&#x6587;&#x4EF6;&#xFF1A;Include/PowerEasy.Soft.asp<br/>2.&#x4FEE;&#x6539;&#x6B65;&#x9AA4;<br/>&#x2460;&#x6253;&#x5F00;&#x6587;&#x4EF6;&#34;Include/PowerEasy.Soft.asp&#34;&#xFF0C;&#x4FEE;&#x6539;GetDownloadUrlList&#x548C;GetSoftPicUrl&#x4E24;&#x4E2A;&#x51FD;&#x6570;(&#x7EA2;&#x8272;&#x65B0;&#x589E;)&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;Private Function GetDownloadUrlList(ShowModule)<br/>&nbsp;&nbsp;&nbsp;&nbsp;Dim DownloadUrls, arrDownloadUrls, arrUrls, iTemp, strUrls<br/>&nbsp;&nbsp;&nbsp;&nbsp;Dim rsDownServer, sqlDownServer, ShowServerName, iShowModule, iCols<br/>&nbsp;&nbsp;&nbsp;&nbsp;iShowModule = PE_CLng(ShowModule)<br/>&nbsp;&nbsp;&nbsp;&nbsp;DownloadUrls = rsSoft(&#34;DownloadUrl&#34;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;If DownloadUrls = &#34;&#34; Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GetDownloadUrlList = &#34;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Exit Function<br/>&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;strUrls = &#34;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;If InStr(DownloadUrls, &#34;@@@&#34;) &gt; 0 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#39;&#x6784;&#x5EFA;&#x955C;&#x50CF;&#x670D;&#x52A1;&#x5668;&#x4E0B;&#x8F7D;&#x5730;&#x5740;&#x5217;&#x8868;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arrDownloadUrls = Trim(Replace(DownloadUrls, &#34;@@@&#34;, &#34;&#34;)) &#39;&#x5F97;PE_Soft&#x4E2D;&#x7684;Url&#x5730;&#x5740;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sqlDownServer = &#34;sel&#101;ct * from PE_DownServer wh&#101;re ChannelID=&#34; &amp; ChannelID<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set rsDownServer = Server.Cr&#101;ateObject(&#34;adodb.recordset&#34;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rsDownServer.Open sqlDownServer, Conn, 1, 3<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If rsDownServer.BOF o&#114; rsDownServer.EOF Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strUrls = &#34;&#x5BF9;&#x4E0D;&#x8D77;&#xFF0C;&#x672A;&#x627E;&#x5230;&#x4EFB;&#x4F55;&#x955C;&#x50CF;&#x670D;&#x52A1;&#x5668;&#x4FE1;&#x606F;&#xFF01;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iCols = 1<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do While Not rsDownServer.EOF<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If rsDownServer(&#34;ShowType&#34;) = 0 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowServerName = rsDownServer(&#34;ServerName&#34;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowServerName = &#34;&lt;img src=&#39;&#34; &amp; rsDownServer(&#34;ServerLogo&#34;) &amp; &#34;&#39; border=0&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;&#x8BBE;&#x7F6E;&#x4E86;&#x4E0B;&#x8F7D;&#x70B9;&#x6570;&#x7684;&#x5904;&#x7406;&#xFF08;PE_DownServer&#x4E2D;&#x6709;&#x6536;&#x8D39;&#x76F8;&#x5173;&#x5B57;&#x6BB5;&#xFF09;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;If EnableProtect = True o&#114; ClassPurview &gt; 0 o&#114; rsSoft(&#34;InfoPoint&#34;) &gt; 0 o&#114; rsDownServer(&#34;InfoPoint&#34;) &gt; 0 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&lt;a href=&#39;&#34; &amp; ChannelUrl_ASPFile &amp; &#34;/ShowSoftDown.asp?UrlID=&#34; &amp; rsDownServer(&#34;ServerID&#34;) &amp; &#34;&amp;SoftID=&#34; &amp; rsSoft(&#34;SoftID&#34;) &amp; &#34;&#39; target=&#39;_blank&#39; name=&#39;unionsoftlinks&#39;&gt;&#34; &amp; ShowServerName &amp; &#34;&lt;/a&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&lt;a href=&#39;&#34; &amp; rsDownServer(&#34;ServerUrl&#34;) &amp; arrDownloadUrls &amp; &#34;&#39; target=&#39;_blank&#39;&gt;&#34; &amp; ShowServerName &amp; &#34;&lt;/a&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If iShowModule = 0 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&#xA0;&#xA0;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If (iCols Mod iShowModule) &lt;&gt; 0 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&#xA0;&#xA0;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&lt;br&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iCols = iCols + 1<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rsDownServer.MoveNext<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loop<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GetDownloadUrlList = strUrls<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rsDownServer.Close<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set rsDownServer = Nothing<br/>&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iCols = 0<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arrDownloadUrls = Split(DownloadUrls, &#34;$$$&#34;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For iTemp = 0 To UBound(arrDownloadUrls)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;iCols = iCols + 1<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;arrUrls = Split(arrDownloadUrls(iTemp), &#34;|&#34;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If UBound(arrUrls) &gt;= 1 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If arrUrls(1) &lt;&gt; &#34;&#34; And arrUrls(1) &lt;&gt; &#34;http://&#34; Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;If EnableProtect = True o&#114; ClassPurview &gt; 0 o&#114; rsSoft(&#34;InfoPoint&#34;) &gt; 0 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&lt;a href=&#39;&#34; &amp; ChannelUrl_ASPFile &amp; &#34;/ShowSoftDown.asp?UrlID=&#34; &amp; iTemp + 1 &amp; &#34;&amp;SoftID=&#34; &amp; rsSoft(&#34;SoftID&#34;) &amp; &#34;&#39; target=&#39;_blank&#39; name=&#39;unionsoftlinks&#39;&gt;&#34; &amp; arrUrls(0) &amp; &#34;&lt;/a&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;&nbsp;&nbsp;&nbsp;&nbsp;If Left(arrUrls(1), 1) &lt;&gt; &#34;/&#34; And InStr(arrUrls(1), &#34;://&#34;) &lt;= 0 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&lt;a href=&#39;&#34; &amp; ChannelUrl &amp; &#34;/&#34; &amp; UploadDir &amp; &#34;/&#34; &amp; arrUrls(1) &amp; &#34;&#39; target=&#39;_blank&#39;&gt;&#34; &amp; arrUrls(0) &amp; &#34;&lt;/a&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&lt;a href=&#39;&#34; &amp; GetFirstSeparatorToEnd(arrDownloadUrls(iTemp), &#34;|&#34;) &amp; &#34;&#39; target=&#39;_blank&#39;&gt;&#34; &amp; arrUrls(0) &amp; &#34;&lt;/a&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If iShowModule = 0 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&#xA0;&#xA0;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If (iCols Mod iShowModule) &lt;&gt; 0 Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&#xA0;&#xA0;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUrls = strUrls &amp; &#34;&lt;br&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Next<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GetDownloadUrlList = strUrls<br/>&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>End Function<br/>Private Function GetSoftPicUrl(SoftPicUrl, SoftPicWidth, SoftPicHeight)<br/>&nbsp;&nbsp;&nbsp;&nbsp;Dim strSoftPicUrl, FileType, strPicUrl<br/>&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicUrl = &#34;&#34; Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strSoftPicUrl = strSoftPicUrl &amp; &#34;&lt;img src=&#39;&#34; &amp; strPicUrl &amp; strInstallDir &amp; &#34;images/nopic.gif&#39; &#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicWidth &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; width=&#39;&#34; &amp; SoftPicWidth &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicHeight &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; height=&#39;&#34; &amp; SoftPicHeight &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strSoftPicUrl = strSoftPicUrl &amp; &#34; border=&#39;0&#39;&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FileType = LCase(Mid(SoftPicUrl, InStrRev(SoftPicUrl, &#34;.&#34;) + 1))<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If LCase(Left(SoftPicUrl, Len(&#34;UploadSoftPic&#34;))) = &#34;uploadsoftpic&#34; Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strPicUrl = ChannelUrl &amp; &#34;/&#34; &amp; SoftPicUrl<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strPicUrl = SoftPicUrl<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If FileType = &#34;swf&#34; Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strSoftPicUrl = strSoftPicUrl &amp; &#34;&lt;object classid=&#39;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#39; codebase=&#39;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&#39; &#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicWidth &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; width=&#39;&#34; &amp; SoftPicWidth &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicHeight &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; height=&#39;&#34; &amp; SoftPicHeight &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strSoftPicUrl = strSoftPicUrl &amp; &#34;&gt;&lt;param name=&#39;movie&#39; value=&#39;&#34; &amp; strPicUrl &amp; &#34;&#39;&gt;&lt;param name=&#39;quality&#39; value=&#39;high&#39;&gt;&lt;embed src=&#39;&#34; &amp; strPicUrl &amp; &#34;&#39; pluginspage=&#39;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&#39; type=&#39;application/x-shockwave-flash&#39; &#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicWidth &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; width=&#39;&#34; &amp; SoftPicWidth &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicHeight &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; height=&#39;&#34; &amp; SoftPicHeight &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strSoftPicUrl = strSoftPicUrl &amp; &#34;&gt;&lt;/embed&gt;&lt;/object&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ElseIf FileType = &#34;gif&#34; o&#114; FileType = &#34;jpg&#34; o&#114; FileType = &#34;jpeg&#34; o&#114; FileType = &#34;jpe&#34; o&#114; FileType = &#34;bmp&#34; o&#114; FileType = &#34;png&#34; Then<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strSoftPicUrl = strSoftPicUrl &amp; &#34;&lt;img name=&#39;unionsoftimg&#39; class=&#39;pic2&#39; src=&#39;&#34; &amp; strPicUrl &amp; &#34;&#39; &#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicWidth &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; width=&#39;&#34; &amp; SoftPicWidth &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicHeight &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; height=&#39;&#34; &amp; SoftPicHeight &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strSoftPicUrl = strSoftPicUrl &amp; &#34; border=&#39;0&#39;&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strSoftPicUrl = strSoftPicUrl &amp; &#34;&lt;img class=&#39;pic2&#39; src=&#39;&#34; &amp; strInstallDir &amp; &#34;images/nopic.gif&#39; &#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicWidth &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; width=&#39;&#34; &amp; SoftPicWidth &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If SoftPicHeight &gt; 0 Then strSoftPicUrl = strSoftPicUrl &amp; &#34; height=&#39;&#34; &amp; SoftPicHeight &amp; &#34;&#39;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strSoftPicUrl = strSoftPicUrl &amp; &#34; border=&#39;0&#39;&gt;&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;End If<br/>&nbsp;&nbsp;&nbsp;&nbsp;GetSoftPicUrl = strSoftPicUrl<br/>End Function<br/>&#x2461;&#x6253;&#x5F00;&#34;&#x4E0B;&#x8F7D;&#x4E2D;&#x5FC3;&#x7BA1;&#x7406;&#x2192;&#x8F6F;&#x4EF6;&#x6A21;&#x677F;&#x9875;&#x7BA1;&#x7406;&#x2192;&#x5185;&#x5BB9;&#x9875;&#x6A21;&#x677F;&#34;&#xFF0C;&#x627E;&#x5230;&#34;{$DownloadUrl}&#34;&#xFF0C;&#x5728;&#x5176;&#x524D;&#x9762;&#x589E;&#x52A0;&#x4E0B;&#x8FB9;&#x4EE3;&#x7801;&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;&lt;script language=&#34;JavaScript&#34; type=&#34;text/JavaScript&#34;&gt;<br/>&lt;!--<br/>//&#x609F;&#x7A7A;&#x7F51;&#x76DF;(union.5k3g.com)&#x624B;&#x673A;&#x53D1;&#x9001;&#x4EE3;&#x7801;<br/>function mms()<br/>{<br/>&#160;&#160;&#160;&#160;var uid = &#34;&#34;;//&#x8054;&#x76DF;ID<br/>&#160;&#160;&#160;&#160;var resName = &#34;{$SoftName}{$SoftVersion}&#34;;//&#x8D44;&#x6E90;&#x540D;&#x79F0;<br/>&#160;&#160;&#160;&#160;var fileUrl = GetDownloadUrl();//&#x8D44;&#x6E90;&#x5730;&#x5740;<br/>&#160;&#160;&#160;&#160;var imgUrl = GetDownloadImg();//&#x8D44;&#x6E90;&#x56FE;&#x7247;,&#x6CA1;&#x6709;&#x76F4;&#x63A5;&#x7528;&#x7AD9;&#x70B9;LOGO&#x5730;&#x5740;<br/>&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;window.open(&#34;http://code.5k3g.com/tl/picDIY/Sendgame.aspx?uid=&#34;+uid+&#34;&amp;title=&#34;+escape(resName)+&#34;&amp;fileurl=&#34;+escape(fileUrl)+&#34;&amp;imgurl=&#34;+escape(imgUrl),&#34;unionwin&#34;,&#34;width=450,height=400&#34;);<br/>&#160;&#160;&#160;&#160;return false;<br/>}<br/>function GetDownloadUrl()<br/>{<br/>&#160;&#160;&#160;&#160;var softlink = document.getElementsByName(&#34;unionsoftlinks&#34;)[0].href;<br/>&#160;&#160;&#160;&#160;return softlink.replace(/downid=[0-9]{1,5}/,&#34;downid=0&#34;);<br/>}<br/>function GetDownloadImg()<br/>{<br/>&#160;&#160;&#160;&#160;return document.getElementsByName(&#34;unionsoftimg&#34;)[0].href;<br/>}<br/>//--&gt;<br/>&lt;/script&gt;<br/>&lt;a href=&#34;javascript:;&#34; onClick=&#34;return mms();&#34; style=&#39;color:&#39;&gt;&#x53D1;&#x9001;&#x5230;&#x624B;&#x673A;&lt;/a&gt;&#xA0;&#xA0;<br/>3.&#x68C0;&#x67E5;&#x7ED3;&#x679C;<br/>&#x5728;&#x9875;&#x9762;(&#x9759;&#x6001;&#x9875;&#x4FEE;&#x6539;&#x540E;&#x5F97;&#x91CD;&#x65B0;&#x751F;&#x6210;)&#x4E0A;&#x70B9;&#x51FB;&#34;&#x53D1;&#x9001;&#x5230;&#x624B;&#x673A;&#34;&#xFF0C;&#x5728;&#x5F39;&#x51FA;&#x7684;&#x7A97;&#x53E3;&#x4E2D;&#x7528;&#x53F3;&#x952E;&#x70B9;&#x51FB;&#x7A7A;&#x767D;&#x90E8;&#x5206;&#x9009;&#x62E9;&#x5C5E;&#x6027;&#xFF0C;&#x5E76;&#x590D;&#x5236;&#x51FA;&#x5730;&#x5740;&#xFF0C;&#x5E94;&#x548C;&#x4E0B;&#x8FB9;&#x5730;&#x5740;&#x7C7B;&#x4F3C;&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;http://code.5k3g.com/tl/picDIY/Sendgame.aspx?uid=10009&amp;title=aa&amp;fileurl=http%3A//www.mzwu.com/ebook/aa.rar&amp;imgurl=http://www.mzwu.com/images/logo.gif<br/>&#x4E3B;&#x8981;&#x770B;&#x4E0B;uid&#x662F;&#x5426;&#x6B63;&#x786E;&#xFF0C;fileurl&#x5FC5;&#x987B;&#x4E3A;&#x7EDD;&#x5BF9;&#x5730;&#x5740;&#x5E76;&#x4E14;&#x53EF;&#x4EE5;&#x76F4;&#x63A5;&#x4E0B;&#x8F7D;&#x5230;&#x8D44;&#x6E90;(&#x4E0D;&#x80FD;&#x6709;&#x9632;&#x76D7;&#x94FE;&#x3001;&#x8981;&#x6C42;&#x5B89;&#x88C5;&#x8FC5;&#x96F7;&#x3001;&#x5FEB;&#x8F66;&#x7B49;)&#xFF01;</p><p> + <a href="#CommentCard">&#x67E5;&#x770B;&#x5F53;&#x524D;&#x65E5;&#x5FD7;&#x8BC4;&#x8BBA;</a> (0)</p><p>&nbsp;<br/><br/><a href="wap.asp?do=Login">&#x767B;&#x5F55;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.078&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="postCommentCard"><p><b>&#x6807;&#x9898;&#x3A;</b> <a href="#MainCard">&#x624B;&#x673A;&#x53D1;&#x9001;&#x4EE3;&#x7801;&#x6295;&#x653E;&#x53C2;&#x8003;&#x4E4B;&#x52A8;&#x6613;&#x5185;&#x5BB9;&#x7BA1;&#x7406;&#x7CFB;&#x7EDF;</a></p><p><br/>你没有权限发表评论</p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.078&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="CommentCard"><p>&#x6682;&#x65E0;&#x8BC4;&#x8BBA;</p><p><a href="#MainCard">&#x8FD4;&#x56DE;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.078&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card>
</wml>
