SQL版的软件总数和今日更新修整!
作者:cmscn 日期:2008-05-30
修改行数:11行
原 sql="select count(id) from down where hidden=1 and tim>="&formatdatetime(formatdatetime(joekoe_cms.now_time,2))&""
改为 sql="select count(id) from down where hidden=1 and tim>='"&formatdatetime(formatdatetime(joekoe_cms.now_time,2))&"'"
第2处修改:16行
原 sql="select top 1 num_down from configs"
原 sql="select count(id) from down where hidden=1 and tim>="&formatdatetime(formatdatetime(joekoe_cms.now_time,2))&""
改为 sql="select count(id) from down where hidden=1 and tim>='"&formatdatetime(formatdatetime(joekoe_cms.now_time,2))&"'"
第2处修改:16行
原 sql="select top 1 num_down from configs"
安全退出本次登入"后,如何跳转到首页
作者:cmscn 日期:2008-05-10
单页带分页调用
作者:cmscn 日期:2008-04-23
eWebEditor编辑器添加
作者:cmscn 日期:2008-04-21
SQL版影视插件修改
作者:cmscn 日期:2008-03-28
将
video.mdb导入SQL数据库,方法和升级SQL版一样
导入后将表
video,video_style,video_free,video_url中id设为'索引',isdef设为 '允许空' ←非常之重要的,千万不能疏忽
http://www.joekoe.com/forum/view_47473.html
video.mdb导入SQL数据库,方法和升级SQL版一样
导入后将表
video,video_style,video_free,video_url中id设为'索引',isdef设为 '允许空' ←非常之重要的,千万不能疏忽
http://www.joekoe.com/forum/view_47473.html