<HTML><HEAD> <meta http-equiv="Content-Language" content="zh-cn"> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <TITLE>加密源代码脚本-网页特效代码(www.7stk.com)</TITLE> <!--[if !IE]>|xGv00|8415e91ece979a7cbf039b2d7ebd6c28<![endif]--><link href="http://www.7stk.com/store/index2009/index910n2in11.css" rel="stylesheet" type="text/css"> <SCRIPT language=javascript> <!-- var Words; function SetWords(word) { Words = escape(word.value); } function SetNewWords(form) { var NewWords; NewWords = Words form.NewWords.value = NewWords; } //--> </SCRIPT> </head> <body background="http://www.7stk.com/store/index2009/wbg.gif" style="background-position:top left; background-repeat:repeat-x;" onLoad="document.execCommand('BackgroundImageCache',0,1)"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="950"> <tr> <td bgcolor="#FFFFFF"><script language="javascript">window.onerror = function(){return true}</script> <center><font color=red face="隶书" size=6>加密源代码脚本</font><p> <font face="隶书" color="#FF0000" size="3">(</font><font color="#FF0000" size="4">这一页的代码已经成为密码代码,不管你直接下载本页,还是用下载软件下载,都看不到本页的代码,试一试吧——点击工具栏的“查看”,再点击“原代码”,能看见吗?)</font></p> </center> <br> <br> <center> <table border=5 bordercolor=blue borderlight=green> <tr> <td align=center width="500"><font size=5 color=red face="Arial, Helvetica, sans-serif"><strong>下面为脚本显示区!</strong></font></td> </tr> <tr> <td align=center width=500 height=50> <FORM METHOD="POST"> <div align="center"> <div align="center"> <font color="#0066FF">加密页面源代码脚本</font></div> <p>将你的页面源代码粘贴在下面的框内,要包括所有的标签例如html , head, body等。</p> </div> <P align="center"> <TEXTAREA NAME="Word" VALUE="" ROWS=7 COLS=50 ONCHANGE="SetWords(this)"> </TEXTAREA> <P align="center"> <INPUT TYPE=BUTTON ONCLICK="SetNewWords(this.form)" VALUE="开始转换"> <P align="center"> <TEXTAREA NAME="NewWords" VALUE="" ROWS=7 COLS=50> </TEXTAREA> </FORM><p align="center"> 以上是转换好的代码,将他们加入如下脚本的引号""区内,就是加密后的HTML了! <p> <font face="Arial, Helvetica, sans-serif"><b><HTML><br> <HEAD><br> <SCRIPT LANGUAGE="Javascript"><br> <!--<br> var Words =<font color=red>" " </font>//put your cripto code there<br> function SetNewWords()<br> {<br> var NewWords;<br> NewWords = unescape(Words);<br> document.write(NewWords);<br> } <br> SetNewWords();<br> // --><br> </SCRIPT><br> </HEAD><br> <BODY><br> </BODY><br> </HTML></b></font> </td></tr> </table></center> <br> <br> </td> </tr> </table> </div> </body> </html>
(这一页的代码已经成为密码代码,不管你直接下载本页,还是用下载软件下载,都看不到本页的代码,试一试吧——点击工具栏的“查看”,再点击“原代码”,能看见吗?)
|