自动更新迅雷电视剧等长期性更新节目的修改方法!
来源:原创 作者:zm3000 日期:2008-04-19 热度:kc迅雷电影程序的最大问题是电视剧及台湾等那一堆综艺类节目的更新问题,现在是只能更新不存在的节目,对已经存在的节目,不能更新新加的集数.....
这里是解决办法:
1、打开page/movie/fun.asp
2、搜索到:
public sub xlinsert(sub_type,xlname,xlactor,xldirector,xlcontent,xlimage,xlfile,xlparams)
3、把往下十行处的:
set rs=conn.execute("select kid from king__movie_page where ktitle='"&safe(xlname)&"';")
if not rs.eof and not rs.bof then
这两句替换为:
set rs=conn.execute("select top 1 kid,ktitle,kc_params,listid from king__movie_page where ktitle='"&safe(xlname)&"' order by kid desc;")
if not rs.eof and not rs.bof then
if safe(xlparams)<>rs("kc_params") then
conn.execute "update king__movie_page set kc_params='"&safe(xlparams)&"' where ktitle='"&safe(xlname)&"';"
kc.createpage rs("kid")
end if
4、存盘上传。
5、首先在你网站后台点导入迅雷影片库,会自动把以前没有补全的电视剧等节目补全生成。
6、以后你就按正常的每日更新使用就可以了,不会有不更新电视剧等此类节目的情况了。
注:尽量保证站里没有同名的电影,注意这点就可以了。
表达或其它原因,如果这么修改有问题,大家可以提出来。。。一起探讨!
演示:大家可以去www.k55.cn看看,看所有的那堆台湾节目和电视连续剧是不是更新到最新的...
