ȸ¿ø°¡ÀԡžÆÀ̵ð/ºñ¹øã±â
ȨÀ¸·Î


ÅÂ±× ½ºÅ©¸³Æ® ¾ÏȣȭÇϱâ
12³â Àü
<html>
<head>
<title>¿¹Á¦</title>
<script>
msg = false;
dum = 1;
        //-- dum Àº 1 ¿¡¼­ 5 ±îÁö ÃëÇâ¿¡ ¸Â°Ô ¼±ÅÃÇϼ¼¿ä
        //-- ÀÌ ¼ýÀÚ°¡ 0 ÀÌ¸é ¾Ïȣȭ°¡ µÇÁö ¾Ê½À´Ï´Ù.
        //-- 1¿¡¼­ 5Á¤µµ°¡ Àû´çÇÕ´Ï´Ù..
              
function encode()  {
        myObj = document.myform.aaa;
        str = escape(myObj.value);
        end_num = str.length - 1;
        encode_str = '';
  
        befstr =   '<html><head><title></title><sc'
                 + 'ript>str2 = "'
        aftstr =   '";eh = "";for(k=0;k<str2.length;k++)'
                 + '{eh+=String.fromCharCode(str2.charCodeAt(k) - ' + dum + ');}'
                 + 'document.write(unescape(eh));</scr'
                 + 'ipt><body></body></html>'



        for(i=0;i<=end_num;i++)   {
           //if(str.charCodeAt(i)==9) i++;
           key = 1*str.charCodeAt(i) + dum;
           encode_str += String.fromCharCode(key);
           }
        document.myform.aaa.value = befstr + encode_str + aftstr;
        }


function getstr(value)   {

   var cs = document.myform.aaa.value;
   var str_num = cs.indexOf(value);    
   return str_num;          
   }
    

function decode()   {

   myObj = document.myform.aaa;
   str = myObj.value;
   //dum = 40000;
   //-- À§¿¡ ´ýÀ̶û °°Àº ¼ýÀÚ·Î...^..^
   decode_str = '';
   str_start = getstr('str2 = "') + 'str2 = "'.length;
   str_end = getstr('";eh');
  for(i=str_start;i<str_end;i++)  {
      key = 1*str.charCodeAt(i) - dum;
      decode_str += String.fromCharCode(key);
      }
  document.myform.aaa.value = unescape(decode_str);
}

function view_source()   {
  abab = prompt('ÆäÀÌÁöÀÇ ÁÖ¼Ò¸¦ ½á ³ÖÀ¸¼¼¿ä','http://');
  window.location = 'view-source:' + abab;
  }
</script>


</head>
<body bgcolor=#aaaaaa>

<form name=myform>
<table border=1>
<tr><td>
<textarea name=aaa ROWS=15 COLS=50></textarea>
</td>
</tr>
<tr>
<td align=center>
<input type=button name=ccc value='ÀÎÄÚµù' onclick='encode();'>
<input type=button          value='µðÄÚµù' onclick='decode();'>
<input type=reset name=ddd value='´Ù½Ã'>
<input type=button value='¼Ò½ººÒ·¯¿À±â' onclick='view_source();'>
</td></tr>

</table>
</form>  
</body>
</html>
ÃßõÃßõ : 542 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
2,105
jquery ajax, $.get(), $.post() »ç¿ë¹æ¹ý
2,104
jquery form - ajaxForm
2,103
crontabÀ¸·Î php ½ÇÇà crontabÀ¸·Î php ½ÇÇà
2,102
php5¿¡¼­ ereg_replace ÇÔ¼ö¸¦ preg_replace ·Î º¯È¯
2,101
¸®´ª½º¿ë ³×Æ®¿öÅ© ÃßÀû traceroute (tracert)
2,100
jquery ÃֽŠ¹öÀü ¿¬°áÇϱâ
2,099
php UserDir À¯Àúº° ¼­ºñ½º
2,098
°èÁ¤º° ¼ÂÆà .htaccess
2,097
Apache ¼­¹ö .htaccess È°¿ë(URL ÆÄÀϽýºÅÛ ¸ÊÇÎ - DirectoryIndex,ErrorDocument,Redirect)
2,096
Apache ¼­¹ö .htaccess È°¿ë(Á¢±Ù Á¦¾î - ÀÎÁõ¼³Á¤2)
2,095
Apache ¼­¹ö .htaccess È°¿ë(Á¢±Ù Á¦¾î - ÀÎÁõ¼³Á¤1)
2,094
Apache ¼­¹ö .htaccess È°¿ë(Á¢±Ù Á¦¾î - OrderÀÇ ÀÌÇØ)
2,093
Apache ¼­¹ö .htaccess È°¿ë(Á¢±Ù Á¦¾î - ȯ°æº¯¼öÈ°¿ë)
2,092
Apache ¼­¹ö .htaccess È°¿ë(Á¢±Ù Á¦¾î - ¾ÆÀÌÇÇ Á¦¾î)
2,091
Apache ¼­¹ö .htaccess È°¿ë(php_value,php_flag - PHP¼³Á¤°ª º¯°æ)
2,090
¸ð¹ÙÀÏÀ¥À¸·Î Æ÷¿öµùÇÏ´Â ½ºÅ©¸³Æ®
2,089
ȨÆäÀÌÁö º¹»ç¸øÇÏ°Ô Çϱâ
2,088
JQuery ±âº» ¿¹Á¦ ¸ðÀ½
2,087
¸®´ª½º ƯÁ¤ ¹®ÀÚ¿­ ã±â
2,086
grep perl Á¶ÇÕÀ¸·Î ÆÄÀϳ» ¹®ÀÚ¿­À» ÇѲ¨¹ø¿¡ º¯°æÇϱâ
2,085
include / require / include_once Â÷ÀÌÁ¡
2,084
°ø¹é µé¾î°£ DB µ¥ÀÌÅÍ °Ë»ö
2,083
ÀÚ¹Ù½ºÅ©¸³Æ® Á¤±Ô½Ä ¾Ë±â½±°Ô ¼³¸íÇѱÛ
2,082
¿øŬ¸¯À¸·Î ¼¼°³ÀÇ iframe¿¡ ¸µÅ© È£ÃâÇϱâ
2,081
(ÇÔ¼ö) ereg,eregi, Á¤±ÔÇ¥Çö½Ä
2,080
¹«´Ü¸µÅ© ±ÝÁö ·çƾ (HTTP_REFERER ÀÌ¿ë)
2,079
±ÝÁö ±ÝÄ¢¾î ºÒ·®´Ü¾î ÇÊÅ͸µ
ÅÂ±× ½ºÅ©¸³Æ® ¾ÏȣȭÇϱâ
2,077
?º¯¼ö=ÀԷ°ª&º¯¼ö=ÀԷ°ª ÀÌ·±½ÄÀ¸·Î ÀÚ¹Ù½ºÅ©¸³Æ®·Î cgi¾øÀÌ °ª ³Ñ°ÜÁÖ±â
2,076
È­¸é¿¡ ¿ÏÀüÈ÷ °íÁ¤µÈ ¹è³Ê
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.