当前位置:中国站长下载文章中心网页编程ASP编程 → 解密ASP源代码

解密ASP源代码

减小字体 增大字体 作者:不详  来源:不详  发布时间:2006-8-13 0:22:20
les = GetFilesPath(sFolderPath)
   for(var i=0;i<arrFiles.length;i++)
   {
   if(GetFileType(arrFiles[i])=="asp")
   {
   Response.Write(DncodeFile(arrFiles[i]))
   Response.Write("OK.<br>")
   }
   }
  }
  
  //取得xml目录下的所有文件.解密.
  DncodeFolderFiles(Server.MapPath("xml"))
  //取得t.asp.解密.
  Response.Write(DncodeFile(Server.MapPath("t.asp")))
  %>
  
  
  
    做人要厚道,请注明转自chinazhan中国站长(www.ChinaZhan.com)。

上一页  [1] [2] [3]