账号通
    

账号  

密码  

7219

查看

20

回复
主题:V8没用的系统禁用后,第二天登录又显示出来的修改 [收藏主题] 转到:  
科汛官方 当前离线

47268

主题

145

广播

405

粉丝
添加关注
级别:管理员

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2011/10/13 10:02:14   | 显示全部帖子 查看该作者主题 楼主 
科汛在线网校系统

问题:后台不用的模型禁止掉,但第二天重新登录又被自动启用。



解决:



打开admin/index.asp



  Sub CheckChannelStatus()

   if application("setmodelstatus")<>ChannelNotOnStr then

   conn.execute("update ks_channel set channelstatus=0 where channelid in(" & channelNotOnStr & ")")

   conn.execute("update ks_channel set channelstatus=1 where channelid not in(" & channelNotOnStr & ")")

   application("setmodelstatus")=ChannelNotOnStr

   Call KS.DelCahe(KS.SiteSN & "_ChannelConfig")

   end if

  End Sub



把上面红色的删除

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.08203秒 powered by KesionCMS 9.0