对页面的源代码进行加密,使源代码变成乱码,没法读取_PHP

WBOY
Release: 2016-06-01 12:34:59
Original
1242 people have browsed it

脚本说明:
第一步:把如下代码加入

区域中


第二步:把如下代码加入

区域中

 

   

            加密页面源代码脚本

   

将你的页面源代码粘贴在下面的框内,要包括所有的标签例如html , head, body等。


 

 


   
 
 


    VALUE="开始转换">
 
   


   
 

以上是转换好的代码,将他们加入如下脚本的引号""区内,就是加密后的HTML了!




     

     
//put your cripto code there

      function SetNewWords()

      {

      var NewWords;

      NewWords = unescape(Words);

      document.write(NewWords);

      }

      SetNewWords();

      // -->

     

     

     



     

     
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!