账号通
    

账号  

密码  

5839

查看

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) 回到顶部顶端 回到底部底部
zhoujt 当前离线

91

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:217 分
登录次数:63 次
注册时间:2010/4/25
最后登录:2011/10/9
zhoujt 发表于:2010/9/6 15:38:00   | 只看该作者 查看该作者主题 沙发 
 
  支持(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) 回到顶部顶端 回到底部底部
科汛官方 当前离线

47268

主题

145

广播

405

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

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2010/9/6 17:38:00   | 只看该作者 查看该作者主题 报纸 
科汛在线考试系统(NET)
首页文件,是你自己下载过
http://bbs.kesion.com/forumthread-86086.html
处理


至于.tmp默认情况下是没有该类文件的
 
KesionCMS,,
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
czs386303180 当前离线

349

主题

1

广播

0

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

用户积分:2489 分
登录次数:351 次
注册时间:2008/5/3
最后登录:2016/3/13
czs386303180 发表于:2010/9/7 13:57:00   | 只看该作者 查看该作者主题 地板 
科汛在线商城系统(NET)
我也有出现过,好象是压缩数据库失败时出现的。。
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
taobaojipiao 当前离线

267

主题

0

广播

0

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

用户积分:49 分
登录次数:9 次
注册时间:2010/9/25
最后登录:2010/11/6
taobaojipiao 发表于:2010/10/27 20:48:00   | 只看该作者 查看该作者主题 7楼 
科汛在线考试系统(NET)

缓存文件啊  临时的 可以删除!

嘿嘿

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

11

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:10 分
登录次数:2 次
注册时间:2012/2/7
最后登录:2012/2/7
dan1223 发表于:2012/2/7 13:53:00   | 只看该作者 查看该作者主题 8楼 
科汛在线商城系统(NET)
不要让你的人生如那断了线的风筝,随风任意的放纵飘荡,因为那样最终只能一落千丈。所以请紧握你人生中的那根风筝线,北京***专科*** ,无论它有多大的困难与阻碍,只要坚持走过后,你人生中的风筝将会迎风浮摇直上九重霄,翱翔直过九万里,最终叩响那人人期盼的成功的黄金之门。fejruihgdfjghd
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
ypmul 当前离线

33

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:548 分
登录次数:37 次
注册时间:2008/12/18
最后登录:2014/5/14
ypmul 发表于:2012/2/7 14:25:00   | 只看该作者 查看该作者主题 9楼 
呵,还是支持一下
很好呀!!!

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

86

主题

1

广播

0

粉丝
添加关注
级别:学前班

用户积分:252 分
登录次数:72 次
注册时间:2011/4/3
最后登录:2017/5/30
xiaomingcscs 发表于:2012/2/8 15:04:00   | 只看该作者 查看该作者主题 10楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.26563秒 powered by KesionCMS 9.0