账号通
    

账号  

密码  

5857

查看

12

回复
主题:admin目录下出现rad955B8.tmp文件是什么问题 [收藏主题] 转到:  
sctongyi 当前离线

909

主题

0

广播

0

粉丝
添加关注
级别:七年级

用户积分:7148 分
登录次数:239 次
注册时间:2007/2/2
最后登录:2012/10/23
sctongyi 发表于:2010/9/6 12:46:00   | 显示全部帖子 查看该作者主题 楼主 
科汛在线网校系统
在该目录下出现多个rad955B8.tmp类似 文件名可能不同但后缀为tmp的文件而且还比较大有几M的 也有100多M的 有谁知道是什么文件

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
sctongyi 当前离线

909

主题

0

广播

0

粉丝
添加关注
级别:七年级

用户积分:7148 分
登录次数:239 次
注册时间:2007/2/2
最后登录:2012/10/23
sctongyi 发表于:2010/9/6 17:33:00   | 显示全部帖子 查看该作者主题 沙发 
科汛在线网校系统
同时网站根目录还行也多了些文件有个叫log.asp内容是
<!--#include file="conn.asp"--->
<!--#include file="ks_cls/kesion.commoncls.asp"--->
<div id="msg">
消息...
</div>
<%

dim ks:set ks=new publiccls
dim rsc,n
n=0
   dim rs:set rs=server.CreateObject("adodb.recordset")
   rs.open "select content,title from ks_bloginfo where content is not null",conn,1,3
   do while not rs.eof
      n=n+1
     if n mod 10 =0 then
  response.write "<script>document.getElementById('msg').innerHTML='正在转换日志" & rs(1) & "';</script>"
  end if
      rs(0)=KS.Htmlcode(rs(0))
   rs.update
  rs.movenext
  response.flush
   loop
   rs.close
closeconn
response.write "<script>document.getElementById('msg').innerHTML='恭喜,所有内容转换完毕!';</script>"
response.write "恭喜,所有内容转换完毕!"
%>
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
sctongyi 当前离线

909

主题

0

广播

0

粉丝
添加关注
级别:七年级

用户积分:7148 分
登录次数:239 次
注册时间:2007/2/2
最后登录:2012/10/23
sctongyi 发表于:2010/9/6 17:33:00   | 显示全部帖子 查看该作者主题 藤椅 
content.asp文件里的内容
<!--#include file="conn.asp"--->
<!--#include file="ks_cls/kesion.commoncls.asp"--->
<div id="msg">
消息...
</div>
<%

dim ks:set ks=new publiccls
dim rsc,n
n=0
set rsc=server.CreateObject("adodb.recordset")
rsc.open "select channeltable,basictype from ks_channel where basictype=1 or basictype=3 or basictype=2 or basictype=7 or basictype=5 or basictype=8 order by channelid",conn,1,1
do while not rsc.eof
   response.write "正在转换表<font color=red>"  & rsc(0) & "</font>的内容字段!<br/>"
   dim rs:set rs=server.CreateObject("adodb.recordset")
   if rsc(1)=1 then
   rs.open "select articlecontent,title from " & rsc(0) & " where articlecontent is not null",conn,1,3
   elseif rsc(1)=2 then
   rs.open "select picturecontent,title from " & rsc(0) & " where picturecontent is not null",conn,1,3
   elseif rsc(1)=3 then
   rs.open "select downcontent,title from " & rsc(0) & " where downcontent is not null",conn,1,3
   elseif rsc(1)=5 then
   rs.open "select prointro,title from " & rsc(0) & " where prointro is not null",conn,1,3
   elseif rsc(1)=7 then
   rs.open "select moviecontent,title from " & rsc(0) & " where moviecontent is not null",conn,1,3
   else
   rs.open "select gqcontent,title from " & rsc(0) & " where gqcontent is not null",conn,1,3
   end if
   do while not rs.eof
         n=n+1
   if n mod 20 =0 then
   response.write "<script>document.getElementById('msg').innerHTML='正在转换文档" & rs(1) & "';</script>"
   end if
   if not isnull(rs(0)) and rs(0)<>"" then
    rs(0)=KS.Htmlcode(rs(0))
    rs.update
   end if
  rs.movenext
  response.flush
   loop
   rs.close
rsc.movenext
loop
rsc.close
set rsc=nothing
closeconn
response.write "<script>document.getElementById('msg').innerHTML='恭喜,所有内容转换完毕!';</script>"
response.write "恭喜,所有内容转换完毕!"
%>
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行7.00293秒 powered by KesionCMS 9.0