迅雷联盟影视采集插件for 动易SiteWeaver6.x

演示地址:雪影在线 v.xueol.com/ 本程序根据cbf001电影程序迅雷采集插件修改而来,参考了809工作室影视插件(Pe Video 1.0)部分代码,雪影线在cbf001电影站地址:http://mv.xueol.com/ 迅雷影视采集插件 是在动易SiteWeaver系列开源版基础上以结合迅雷影视联盟开发建立,本插件同时支持AC版和SQL版,可一键同步迅雷影视联盟数据,按日期采集等功能,支持影视图片采集入库,分为大图和缩略图采集;所采集电影可自由按频道栏目入库,可自定义多种参数。 使用本插件,请同时修改影视频道的 ShowSoftDown.asp 文件,请参照http://bbs.powereasy.net/dispbbs.asp?BoardID=28&ID=355965&replyID=&skin=1。或使用“释怀网全能播放器SPlayer2.0”修改版,加入了迅雷联盟支持。 立即下载播放器 2008411054846601.rar (文件大小:101 K, 下载次数:442) 请在压缩包内ShowSoftDown.asp 文件中找到 DownloadUrl = replace(DownloadUrl,http://v.xueol.com/UploadFiles_7325/,"") 红色部分替换为你的电影频道URL和上传目录,如你的电影频道URL是,而上传目录是的话,UploadFiles请将此处改为http://www.aaa.com/movie/UploadFiles/ 。http://www.aaa.com/movie/ unid="22722" 红色部分改为你的迅雷联盟ID。 采集页预览: 2008419553359458.jpg (大小:20 K 下载次数:0) 2008419555522287.jpg (大小:50.1 K 下载次数:0) 2008419562170395.jpg (大小:113.4 K 下载次数:0) 使用方法: 一、解压文件至管理(Admin)目录。压缩包中包含Admin_Index_Left.asp文件,如要自行修改请不要上传这个文件。 二、添加插件:如不愿手动修改,请直接上传压缩包中的Admin_Index_Left.asp文件到Admin目录。 找开Admin_Index_Left.asp找到 Response.Write " <td height=20><a href=Admin_AreaCollection.asp?Action=Main target=main>区域采集管理</a></td>" & vbCrLf Response.Write " </tr>" & vbCrLf Response.Write " </table>" & vbCrLf Response.Write " </div>" & vbCrLf Response.Write " <div style='width:167'>" & vbCrLf Response.Write " <table cellpadding=0 cellspacing=0 align=center width=130>" & vbCrLf Response.Write " <tr>" & vbCrLf Response.Write " <td height=5></td>" & vbCrLf Response.Write " </tr>" & vbCrLf Response.Write " </table>" & vbCrLf Response.Write " </div></td>" & vbCrLf Response.Write " </tr>" & vbCrLf Response.Write "</table>" & vbCrLf End If End If 在下面添加 '迅雷采集插件 If AdminPurview = 1 Then Response.Write "<table cellpadding=0 cellspacing=0 width=167 align=center>" & vbCrLf Response.Write " <tr>" & vbCrLf Response.Write " <td height=28 onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background='Images/Admin_left_02.gif' id=menuTitle809 onclick=""new Element.toggle('submenu809')"" style='cursor:hand;'><a href='Admin_Help_xunlei.asp' target='main'><span>迅雷影视采集插件</span></a></td>" & vbCrLf Response.Write " </tr>" & vbCrLf Response.Write " <tr>" & vbCrLf Response.Write " <td style='display:none' align='right' id='submenu809'><div style='width:165'>" & vbCrLf Response.Write " <table cellpadding=0 cellspacing=0 align=center width=130>" & vbCrLf Response.Write " <tr>" & vbCrLf Response.Write " <td height=20><a href=Admin_Help_Admin_xunlei.asp target=main>开始采集迅雷电影</a></td>" & vbCrLf Response.Write " </tr>" & vbCrLf Response.Write " </table>" & vbCrLf Response.Write " </div>" & vbCrLf Response.Write " <div style='width:167'>" & vbCrLf Response.Write " <table cellpadding=0 cellspacing=0 align=center width=130>" & vbCrLf Response.Write " <tr>" & vbCrLf Response.Write " <td height=5></td>" & vbCrLf Response.Write " </tr>" & vbCrLf Response.Write " </table>" & vbCrLf Response.Write " </div></td>" & vbCrLf Response.Write " </tr>" & vbCrLf Response.Write "</table>" & vbCrLf End If '迅雷采集插件 三、修改相关文件: 1、入库参数:修改Admin_xunlei_Config.asp Admin(0)="1004" 修改为您的影视频道ID Admin(1)="movie" 修改为您的影视频道目录 If class_id="动作" Then class_id=21 ElseIf class_id="篮球" or class_id="写真" Then class_id=172 ElseIf class_id="剧情" or class_id="罪案" or class_id="灾难" Then class_id=27 ElseIf class_id="爱情" or class_id="情色"Then class_id=26 ElseIf class_id="恐怖" Then class_id=24 ElseIf class_id="喜剧" Then class_id=22 ElseIf class_id="小品" Then class_id=173 ElseIf class_id="战争" Then class_id=23 ElseIf class_id="记录" Then class_id=175 ElseIf class_id="科幻" or class_id="幻想" Then class_id=25 ElseIf class_id="动画" Then class_id=174 ElseIf class_id="韩剧" or class_id="内地" or class_id="国产" or class_id="港台" or class_id="欧美" Then class_id=27 Else class_id=176 End If If main_class_id="综艺" Then class_id=172 ElseIf main_class_id="连续剧" Then class_id=170 将红色部分修改为你的影视频道对应栏目ID 中文栏目分类为迅雷联盟影视分类,与人的影视频道栏目对应 2、修改字段对应参数以及采集图片保存:Admin_xunlei_Inc.asp文件: a、图片保存地址,找到: ShengChengID="../"&Admin(1)&"/UploadSoftPic/xunlei/"&GenerateRandomFileName(data_inputer)&".jpg"'修改保存路径 修改红色部分,改为你想保存的目录 b、rs("author")=data_actor '主演 ---注意:请修改动易数据库PE_Soft表中的author字段。动易默认该字段最大字节只有30,请改大点,如改为100或更大。否则会出现错误。 修改方法,AC版,打开数据库,找到PE_Soft,右键点击设计视图,找到author字段,把字段大小改为100 rs("MY_director")=data_director '导演 红色部分为动易数据库中的字段,author为软件作者,这里对应影片主演。MY_director为自定义字段,请自行添加,对应采集的影片导演。 其他参数请参照动易系统说明或查看数据库 c、采集缩略图设置: 本采集系统默认为采集迅雷大图,建议使用默认设置。如要修改,请打开Admin_xunlei_xunlei.asp文件,找到 data_picurl=SearchChildNote.item(i).selectsinglenode("big_pic").text 将红色部分替换为small_pic 插件下载:[hide] 200841957532113.rar (文件大小:20.1 K, 下载次数:170) [/hide] 有朋友说采集回来的电影播放不了,显示连接不到服务器。问题已经在回复中回答。这里再说明一下: 播放不了,是因为你的播放器不支持迅雷播放方式。 使用本插件,请同时修改影视频道的 ShowSoftDown.asp 文件,或使用本人提供的播放页,加入了迅雷联盟支持。 立即下载播放器点击浏览该文件 请注意:请在压缩包内ShowSoftDown.asp 文件中找到 DownloadUrl = replace(DownloadUrl,http://v.xueol.com/UploadFiles_7325/,"") 红色部分替换为你的电影频道URL和上传目录,如你的电影频道URL是,而上传目录是的话,UploadFiles请将此处改为http://www.aaa.com/movie/UploadFiles/ 。http://www.aaa.com/movie/ http://www.xieguang133.com/

posted on 2009-10-03 12:27  xieguang133  阅读(290)  评论(0)    收藏  举报

导航