gaufeo 发表于 2007-4-27 11:31:00

***密码类***又一个加密源代码的程序

把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件
<html>

<head>
<meta name="description"
content="click here for a dhtml script that adds a webpage to the user's favorite list simply by clicking on a link!">
<meta name="keywords" content="bookmark script, channels script, ">
<title>dynamic drive dhtml scripts- source code encrypter </title>


</head>

<body bgcolor="#ffffff" onload=initstyleelements()>

    <p align="left"><!--webbot bot="htmlmarkup" startspan --><script language=javascript>
<!--
//////////////////////////////////////////////////////////////////
//                      source code encrypter v1.0            //
//////////////////////////////////////////////////////////////////
//                                                            //
//this javascript can be freely used as long as this message//
//stays here in the header of the script. any modifications   //
//and bugs found (and fixed) are appreciated.               //
//script submitted/featured on dynamicdrive.com               //
//visit http://www.dynamicdrive.com for source code         //

//          svetlin staev, thewebmonster@altavista.com          //
//////////////////////////////////////////////////////////////////

var i=0;
var ie=(document.all)?1:0;
var ns=(document.layers)?1:0;

function initstyleelements() /* styles for buttons init */
    {
      var c = document.pad;
      if (ie)
            {
                //c.text.style.backgroundcolor="#dddddd";
                c.compileit.style.backgroundcolor="#c0c0a8";
                c.compileit.style.cursor="hand";
                c.select.style.backgroundcolor="#c0c0a8";
                c.select.style.cursor="hand";
                c.view.style.backgroundcolor="#c0c0a8";
                c.view.style.cursor="hand";
                c.retur.style.backgroundcolor="#c0c0a8";
                c.retur.style.cursor="hand";
                c.clear.style.backgroundcolor="#c0c0a8";
                c.clear.style.cursor="hand";
            }
      else return;
    }

/* buttons enlightment of "compilation" panel */
function lighton(what)
    {
      if (ie) what.style.backgroundcolor = '#e0e0d0';
      else return;
    }
function focuson(what)
    {
      if (ie) what.style.backgroundcolor = '#ebebeb';
      else return;
    }
function lightout(what)
    {
      if (ie) what.style.backgroundcolor = '#c0c0a8';
      else return;
    }
function focusoff(what)
    {
      if (ie) what.style.backgroundcolor = '#dddddd';
      else return;
    }
/* buttons enlightment of "compilation" panel */

function generate() /* generation of "compilation" */
    {
      code = document.pad.text.value;
      if (code)
            {
                document.pad.text.value='compiling...please wait!';
                settimeout("compile()",1000);
            }
      else alert('first enter something to compile and then press compileit')
    }
function compile() /* the "compilation" */
    {
      document.pad.text.value='';
      compilation=escape(code);
      document.pad.text.value="<script>\n<!--\ndocument.write(unescape(\""+compilation+"\"));\n//-->\n<\/script>";
      i++;
      if (i=1) alert("page compiled 1 time!");
      else alert("page compiled "+i+" times!");
    }
function selectcode() /* selecting "compilation" for copying */
    {
      if(document.pad.text.value.length>0)
            {
                document.pad.text.focus();
                document.pad.text.select();
            }
      else alert('nothing for be selected!')
    }
function preview() /* preview for the "compilation" */
    {
      if(document.pad.text.value.length>0)
            {
                pr=window.open("","preview","scrollbars=1,menubar=1,status=1,width=700,height=320,left=50,top=110");
                pr.document.write(document.pad.text.value);
            }
      else alert('nothing for be previewed!')
    }
function uncompile() /* decompiling a "compilation" */
    {
      if (document.pad.text.value.length>0)
            {
                source=unescape(document.pad.text.value);
                document.pad.text.value=""+source+"";
            }
      else alert('you need compiled code to uncompile it!')
    }
// -->
</script>

<table border=0 width=100% cellspacing=0 cellpadding=0>

<tr>
<td width=100%>

<!-- compilation panel -->
<form method=post name=pad align=center>
<textarea rows=11 name=text cols=58 style="background-color:#ebebeb;width:95%">
   

      











------------ ---------------- ----------

http://ww w. huo yue.com.c n 活跃网,活跃人群的论坛,访问活跃网,将给您带来意 想不到的收获,还可以免费为您开论坛,让您免费拥有与朋友、网友交流的论坛。你是 年轻人吗?你活跃你就上!
页: [1]
查看完整版本: ***密码类***又一个加密源代码的程序