A5下载程序插件

分类分类

增加迅雷下载功能插件 for phpcms3.0

增加迅雷下载功能插件 for phpcms3.0

大小:6.89 KB更新:2010/09/03

类别:phpcms插件系统:Linux/2003/PHP

立即下载

1,覆盖文件,保持原目录不变。
2,修改下载内容页面模版

  ************XHTML风格:(官方自带 作者:年华)**************       
  打开模版 templatesxhtmldowncontent.html
        找到:

  1. <li>{$readmessage}
     
  2.                         {loop $downurls $downurl} <a href="{$channelurl}download.php?downid={$downid}&id={$downurl['id']}" title="{$downurl['name']}">{$downurl['name']}{$downurl['type']}</a>
     
  3.                         {/loop}</li>
下面添加:
  1. <li >{$readmessage}
     
  2.                 <span style="background-color:#f4f4f4;font-weight:bold;">迅雷下载</span>
     
  3.                 {loop $downurls $downurl}
     
  4.                 <a href="#" thunderHref="{$downurl['thunder']}"  thunderPid="00442" thunderResTitle="{$downurl['name']}" onClick="return OnDownloadClick_Simple(this)" oncontextmenu="ThunderNetwork_SetHref(this)" >{$downurl['name']}</a>
     
  5.                 {/loop}
     
  6.                 </li>
找到:

{template 'phpcms','header'}

  
下面添加:
  

<script src="http://pstatic.xunlei.com/js/webThunderDetect.js"></script>

------------------------------------------------------------------------------------------

  ***************默认模版修改方法:(官方自带  作者:康康)*******************

打开模版  templatesdefaultdowncontent.html
找到:
  1. <table width="740" cellpadding="0" cellspacing="5" class="downaddress">
     
  2.       <tr>
     
  3.         <td width="14%" align="center"><img src="{$skindir}/images/down.gif" width="84" height="26"></td>
     
  4.         <td width="86%">{$readmessage}
     
  5. {loop $downurls $downurl} <a href="{$channelurl}download.php?downid={$downid}&id={$downurl['id']}" title="{$downurl['name']}">{$downurl['name']}{$downurl['type']}</a>
     
  6. {/loop}
     
  7.       </td>
     
  8.       </tr>
     
  9.     </table>
下面添加:
  1. <table width="740" cellpadding="0" cellspacing="5" class="downaddress">
     
  2.       <tr>
     
  3.         <td width="14%" align="center"></td>
     
  4.         <td width="86%">{$readmessage} <span style="background-color:#f4f4f4;font-weight:bold;">迅雷下载</span>
     
  5.         {loop $downurls $downurl}
     
  6.         <a href="#" thunderHref="{$downurl['thunder']}" thunderPid="00442" thunderResTitle="{$downurl['name']}" onClick="return OnDownloadClick_Simple(this)" oncontextmenu="ThunderNetwork_SetHref(this)" >{$downurl['name']}</a>
     
  7.         {/loop}
     
  8.       </td>
     
  9.       </tr>
     
  10. </table>
找到:

{template 'phpcms','header'}

  
下面添加:
 

 <script src="http://pstatic.xunlei.com/js/webThunderDetect.js"></script>

--------------------------------------------------------------------------------------------
注意:
   使用迅雷下载将不能统计下载次数。

 

精品推荐
开发者应用
同类推荐
      相关文章
      相关下载
      说两句网友评论
        我要跟贴
        取消
        推荐专题