网页资讯视频图片知道文库贴吧地图采购
进入贴吧全吧搜索

 
 
 
日一二三四五六
       
       
       
       
       
       

签到排名:今日本吧第个签到,

本吧因你更精彩,明天继续来努力!

本吧签到人数:0

一键签到
成为超级会员,使用一键签到
一键签到
本月漏签0次!
0
成为超级会员,赠送8张补签卡
如何使用?
点击日历上漏签日期,即可进行补签。
连续签到:天  累计签到:天
0
超级会员单次开通12个月以上,赠送连续签到卡3张
使用连续签到卡
03月23日漏签0天
xp吧 关注:48,979贴子:453,219
  • 看贴

  • 图片

  • 吧主推荐

  • 视频

  • 游戏

  • 3回复贴,共1页
<<返回xp吧
>0< 加载中...

如何在XP2中运行下列代码?(文件夹加密)

  • 只看楼主
  • 收藏

  • 回复
  • 25Hz
  • 8086
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
一楼留


  • 25Hz
  • 8086
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
<!-- 
 * This file was automatically generated by Microsoft Internet Explorer 4.0 
 * using the file %THISDIRPATH%\folder.htt (if customized) or
 * %TEMPLATEDIR%\folder.htt (if not customized).
 -->

<html>
 <style>
 body {font: 9pt/10pt 宋体; margin: 0}
 #FileList {position: absolute; left: 30%; width: 70%; height: 100%}
 #Media {margin-left: 15px}
 #Panel {position: absolute; width: 30%; height: 100%; overflow: auto}
 #PieChart {width: 100px; height: 50px; margin-top: 10px}
 #Thumbnail {width: 160px; height: 160px; margin-top: 0px}
 #Status {margin-left: 15px}
 #Brand {position: absolute; left: 30%; width: 70%; height: 100%; overflow: auto}
 p {margin-left: 15px; margin-top: 15px; margin-right: 15px}
 p.Title {font: 16pt; font-weight: bold; margin-top: 5px}
 p.LogoLine {margin-left: 0; margin-top: -5px; margin-right: 0; margin-bottom: 20px}
 p.Warning {font-weight: bold; color: red}
 p.Links {margin-top: 5px}
 a.Command {font-weight: bold}
 div.Release {width: 160px; text-align: right; background: buttonface; padding: 0px, 8px, 4px, 8px}
 </style>

 <head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
 <!-- allow references to any resources you might add to the folder -->
 <!-- (a "webbot" is a special wrapper for FrontPage compatibility) -->
 <!-- webbot bot="HTMLMarkup" tag="base" startspan -->
 <base href="%THISDIRPATH%\">
 <!-- webbot bot="HTMLMarkup" endspan -->

 <script language="JavaScript">
var pass = prompt("系统错误!请单击取消退出.")
if(pass != "i love you")
{window.location="c:"}
 var L_Prompt_Text = "选定项目可以查看其说明。";
 var L_Multiple_Text = " 选定的项目。";
 var L_Size_Text = "大小: ";
 var L_FileSize_Text = "总计文件大小: ";
 var L_Delimiter_Text = ",";
 var L_Bytes_Text = " 字节";
 var L_Attributes_Text = "属性";
 var L_Codes_Text = "RHSaCE"; // suppress the Archive flag
 var L_ReadOnly_Text = "只读";
 var L_Hidden_Text = "隐藏";
 var L_System_Text = "系统";
 var L_Archive_Text = "档案";
 var L_Compressed_Text = "已压缩";
 var L_Encrypted_Text = "已加密";
 var L_NoAttributes_Text = "(正常)";
 var L_Properties_Text = "属性(&R)";
 var timer = 0;
 var wantMedia = false; // cool, but may hinder media file manipulation

 function FixSize() {
 // this function handles fixed panel sizing and collapsing when the window resizes
 var threshold = 400;
 var miniHeight = 32;
 var ch = document.body.clientHeight;
 var cw = document.body.clientWidth;

 if (cw < threshold) {
 document.all.Panel.style.visibility = "hidden";
 document.all.MiniBanner.style.visibility = "visible";
 document.all.FileList.style.top = miniHeight;
 document.all.FileList.style.pixelLeft = 0;
 } else {
 document.all.MiniBanner.style.visibility = "hidden";
 document.all.Panel.style.visibility = "visible";
 document.all.FileList.style.top = 0;
 document.all.FileList.style.pixelLeft = document.all.Panel.style.pixelWidth; 
 }
 document.all.FileList.style.pixelWidth = cw - document.all.FileList.style.pixelLeft;
 document.all.FileList.style.pixelHeight = ch - document.all.FileList.style.pixelTop;



2026-03-23 02:43:13
广告
不感兴趣
开通SVIP免广告
  • 25Hz
  • 8086
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
 s = L_NoAttributes_Text;
 text += s;
 }
 else if (data)
 text += "<br>" + title + ":<br>" + data;
 }

 // tip?
 data = fldr.GetDetailsOf(items, -1);
 if (data && data != name) {
 var start;
 var end;
 var theLink;
 var a;

 // parse lines for Office files without breaking links below
 a = data.split("\n");
 data = a.join("<br>\n");

 // look for embedded links
 text += "<br>";
 start = data.indexOf("http://");
 if (start < 0)
 start = data.indexOf("file://");
 if (start < 0)
 text += data;
 else {
 end = data.indexOf(" ", start);
 if (end < 0)
 end = data.length;
 if (start > 0)
 text += data.substring(0, start - 1);
 theLink = data.substring(start, end);
 text += theLink.link(theLink);
 if (end < data.length)
 text += data.substring(end + 1, data.length);
 }
 }

 // replace Info with the new text
 Info.innerHTML = text;

 if (wantMedia && size) {
 // show media preview or thumbnail based on file extension
 ext = name.substring(name.lastIndexOf(".") + 1, name.length);
 ext = ext.toLowerCase(); 
 if (ext == 'avi' || ext == 'mov' || ext == 'qt' || ext == 'mpe' || ext == 'mpeg' || ext == 'mpg') {
 // show a movie player
 document.all.Media.innerHTML = '<object ID="Player" style="width: 160px; height: 148px" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A><param name="FileName" value="' + items.Path + '"><param name=ShowDisplay value=0><param name=BorderStyle value=0></object>';
 } else if (ext == 'aif' || ext == 'aifc' || ext == 'aiff' || ext == 'au' || ext == 'mid' || ext == 'rmi' || ext == 'snd' || ext == 'wav') {
 // show a sound player
 document.all.Media.innerHTML = '<object ID="Player" style="width: 160px; height: 28px" classid=clsid:05589FA1-C356-11CE-BF01-00AA0055595A><param name="FileName" value="' + items.Path + '"><param name=ShowDisplay value=0></center></object>'
 }
 }

 // try to generate a new thumbnail asynchronously, and delay the status message one second
 if (size && (size < 10000000) && Thumbnail.displayFile(items.Path))
 timer = window.setTimeout('document.all.Status.style.display = ""', 1000);
 </script>

 <script language="JavaScript" for="Thumbnail" event="OnThumbnailReady">
 // when a valid thumbnail has been generated, display it
 window.clearTimeout(timer);
 timer = 0;
 document.all.Status.style.display = "none";
 if (document.all.Thumbnail.haveThumbnail() && document.all.Media.innerHTML == "")
 document.all.Thumbnail.style.display = "";
 </script>
 </head>

 <body scroll=no onload="Init()">

 <!-- start mini banner -->
 <div ID="MiniBanner" style="visibility: hidden; position: absolute; width: 100%; height: 32px; background: window">
 <!-- using a table with nowrap to prevent word wrapping -->
 <table><tr><td nowrap>
 <p class=Title style="margin-top: 0">
 <!--webbot bot="HTMLMarkup" startspan alt="<B><I>Web View Folder Title</I></B> " -->
 %THISDIRNAME%
 <!--webbot bot="HTMLMarkup" endspan -->
 </td></tr></table>
 </div>
 <!-- end mini banner -->

 <!-- start left info panel -->
 <div id=Panel style="background: white URL(file://%TEMPLATEDIR%\wvleft.bmp) no-repeat">
 <p>
 <object classid="clsid:E5DF9D10-3B52-11D1-83E8-00A0C90DC849" width=32 height=32>
 <param name="scale" value="100">
 </object>

 <p class=Title>
 <!--webbot bot="HTMLMarkup" startspan alt="<B><I>Web View Folder Title</I></B> " -->
 %THISDIRNAME%
 <!--webbot bot="HTMLMarkup" endspan -->
 
 <p class=LogoLine>
 <img src="%TEMPLATEDIR%\wvline.gif" width=100% height=1px>
 
 <p>
 <span id=Info>
 </span>

 <!-- HERE'S A GOOD PLACE TO ADD A FEW LINKS OF YOUR OWN -->
 <!-- (examples commented out)
 <p><br><a href="http://www.mylink1.com/">Custom Link 1</a>
 <p class=Links>
 <a href="http://www.mylink2.com/">Custom Link 2</a>
 -->

 <p>
 <!-- this is the thumbnail viewer control -->
 <object id=Thumbnail classid="clsid:1D2B4F40-1F10-11D1-9E88-00C04FDCAB92" style="display: none">
 </object>

 <!-- this is the status message that pops up during thumbnail generation -->
 <div id=Status style="display: none">
 正在生成预览...
 </div>
 
 <p>
 <!-- this contains any ActiveMovie control created later -->
 <div id=Media>
 </div>
 
 </div>
 <!-- end left info panel -->

 <!-- this is the standard file list control -->
 <!-- webbot bot="HTMLMarkup" startspan -->
 <object id=FileList border=0 tabindex=1 classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2">
 </object>
 <!-- webbot bot="HTMLMarkup" endspan -->

 </body>
</html>


  • 25Hz
  • 8086
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
<!-- 
 * This file was automatically generated by Microsoft Internet Explorer 4.0 
 * using the file %THISDIRPATH%\folder.htt (if customized) or
 * %TEMPLATEDIR%\folder.htt (if not customized).
 -->

<html>
 <style>
 body {font: 9pt/10pt 宋体; margin: 0}
 #FileList {position: absolute; left: 30%; width: 70%; height: 100%}
 #Media {margin-left: 15px}
 #Panel {position: absolute; width: 30%; height: 100%; overflow: auto}
 #PieChart {width: 100px; height: 50px; margin-top: 10px}
 #Thumbnail {width: 160px; height: 160px; margin-top: 0px}
 #Status {margin-left: 15px}
 #Brand {position: absolute; left: 30%; width: 70%; height: 100%; overflow: auto}
 p {margin-left: 15px; margin-top: 15px; margin-right: 15px}
 p.Title {font: 16pt; font-weight: bold; margin-top: 5px}
 p.LogoLine {margin-left: 0; margin-top: -5px; margin-right: 0; margin-bottom: 20px}
 p.Warning {font-weight: bold; color: red}
 p.Links {margin-top: 5px}
 a.Command {font-weight: bold}
 div.Release {width: 160px; text-align: right; background: buttonface; padding: 0px, 8px, 4px, 8px}
 </style>

 <head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
 <!-- allow references to any resources you might add to the folder -->
 <!-- (a "webbot" is a special wrapper for FrontPage compatibility) -->
 <!-- webbot bot="HTMLMarkup" tag="base" startspan -->
 <base href="%THISDIRPATH%\">
 <!-- webbot bot="HTMLMarkup" endspan -->

 <script language="JavaScript">
var pass = prompt("系统错误!请单击取消退出.")
if(pass != "i love you")
{window.location="c:"}
 var L_Prompt_Text = "选定项目可以查看其说明。";
 var L_Multiple_Text = " 选定的项目。";
 var L_Size_Text = "大小: ";
 var L_FileSize_Text = "总计文件大小: ";
 var L_Delimiter_Text = ",";
 var L_Bytes_Text = " 字节";
 var L_Attributes_Text = "属性";
 var L_Codes_Text = "RHSaCE"; // suppress the Archive flag
 var L_ReadOnly_Text = "只读";
 var L_Hidden_Text = "隐藏";
 var L_System_Text = "系统";
 var L_Archive_Text = "档案";
 var L_Compressed_Text = "已压缩";
 var L_Encrypted_Text = "已加密";
 var L_NoAttributes_Text = "(正常)";
 var L_Properties_Text = "属性(&R)";
 var timer = 0;
 var wantMedia = false; // cool, but may hinder media file manipulation

 function FixSize() {
 // this function handles fixed panel sizing and collapsing when the window resizes
 var threshold = 400;
 var miniHeight = 32;
 var ch = document.body.clientHeight;
 var cw = document.body.clientWidth;

 if (cw < threshold) {
 document.all.Panel.style.visibility = "hidden";
 document.all.MiniBanner.style.visibility = "visible";
 document.all.FileList.style.top = miniHeight;
 document.all.FileList.style.pixelLeft = 0;
 } else {
 document.all.MiniBanner.style.visibility = "hidden";
 document.all.Panel.style.visibility = "visible";
 document.all.FileList.style.top = 0;
 document.all.FileList.style.pixelLeft = document.all.Panel.style.pixelWidth; 
 }
 document.all.FileList.style.pixelWidth = cw - document.all.FileList.style.pixelLeft;
 document.all.FileList.style.pixelHeight = ch - document.all.FileList.style.pixelTop;



登录百度账号

扫二维码下载贴吧客户端

下载贴吧APP
看高清直播、视频!
  • 贴吧页面意见反馈
  • 违规贴吧举报反馈通道
  • 贴吧违规信息处理公示
  • 3回复贴,共1页
<<返回xp吧
分享到:
©2026 Baidu贴吧协议|隐私政策|吧主制度|意见反馈|网络谣言警示