Advertisement
gundamfj

Untitled

May 2nd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.     <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  7.     <link href="/styles/missions.css" rel="stylesheet" type="text/css" />
  8.  
  9.     <title>Enigma Group :: mission</title>
  10.     <style type="text/css">
  11. /*<![CDATA[*/
  12.    /** Remove this and I kill you **/
  13.    #navigation-member-bar{max-height:22px;height:22px;position:fixed;top:0;left:0;background: #000 url("/images/bar13.png") 0 0 repeat-x;margin:margin:0px;float:left;border-bottom:1px solid #000;width:101%;z-index:10;}
  14.    .top-member-bar-left{margin: 0;padding: 0;float: left;font: 11px Verdana;text-align: center;margin:0;}
  15.    .top-member-bar-left li{display: inline;}
  16.    .top-member-bar-left li a{float:left;color:white;text-align:center;padding:3px 5px;text-decoration:none;}
  17.    .top-member-bar-left li a:visited{color: white;}
  18.    .top-member-bar-left li a:hover, .top-member-bar-right li .current{color:red;}
  19.  
  20.    .top-member-bar-right{margin: 0;padding: 0;padding-right:15px;float: right;font: 11px Verdana;text-align: center;margin:0;}
  21.    .top-member-bar-right li{display: inline;}
  22.    .top-member-bar-right li a{float:right;color:white;text-align:center;padding:3px 5px;text-decoration:none;}
  23.    .top-member-bar-right li a:visited{color: white;}
  24.    .top-member-bar-right li a:hover, .top-member-bar-left li .current{color:red;}
  25.    .new_message{color:white;font-weight:bold}
  26.    .no_message{color:white}
  27.    /*]]>*/
  28.     </style>
  29. </head>
  30.  
  31. <body>
  32.     <div id="navigation-member-bar">
  33.         <ul class="top-member-bar-left">
  34.             <li><a href="http://www.enigmagroup.org" title=
  35.            "EnigmaGroup's Home Page">Home</a></li>
  36.  
  37.             <li><a href="http://www.enigmagroup.org/forums" title=
  38.            "Help Forums">Forums</a></li>
  39.  
  40.             <li><a href="http://www.enigmagroup.org/articles" title=
  41.            "Read Member Submitted Articles">Articles</a></li>
  42.  
  43.             <li><a href="http://www.enigmagroup.org/missions" title=
  44.            "Training Missions">Missions</a></li>
  45.  
  46.             <li><a href="http://www.enigmagroup.org/pages/download" title=
  47.            "Downloads">Downloads</a></li>
  48.  
  49.             <li><a href="http://www.enigmagroup.org/pages/tools" title=
  50.            "Web Tools">Tools</a></li>
  51.  
  52.             <li><a href=
  53.            "http://www.enigmagroup.org/forums/index.php?action=mlist" title=
  54.            "List Of EnigmaGroup's Members">Members</a></li>
  55.  
  56.             <li><a href="http://www.enigmagroup.org/pages/rankings" title=
  57.            "Member Rankings On Training Missions">Rankings</a></li>
  58.  
  59.             <li><a href="http://www.enigmagroup.org/pastebin/" title=
  60.            "EnigmaGroup's Public PasteBin">PasteBin</a></li>
  61.  
  62.             <li><a href="http://www.enigmagroup.org/exploits/" title=
  63.            "EnigmaGroup's Exploit Database Archive">Exploit Database</a></li>
  64.  
  65.             <li><a href="http://www.enigmagroup.org/hackers-home-page/" title=
  66.            "Hacker's Home Page">Hacker's Home Page</a></li>
  67.         </ul>
  68.  
  69.         <ul class="top-member-bar-right">
  70.             <li><a href=
  71.            "http://www.enigmagroup.org/forums/index.php?action=pm">Messages
  72.             (<span class="no_message">0</span>)</a></li>
  73.  
  74.             <li><a href=
  75.            "http://www.enigmagroup.org/forums/index.php?action=profile">My
  76.             Account</a></li>
  77.  
  78.             <li><a href=
  79.            "http://www.enigmagroup.org/forums/index.php?action=profile" style=
  80.            "font-weight: bold">gundamfj</a></li>
  81.         </ul>
  82.     </div><br />
  83.     <br />
  84.     <span class="style1">EnigmaGroup.org :: <span class="style4">Basic
  85.     Javascript Eleven</span></span><br />
  86.     <br />
  87.  
  88.     <div class="style6">
  89.         <br />
  90.         <br />
  91.         <br />
  92.         <br />
  93.         <script type="text/javascript">
  94. //<![CDATA[
  95.        function checkPass( password ) {
  96.            var total = 0 ;
  97.            var charlist   =  "abcdefghijklmnopqrstuvwxyz" ;
  98.            for ( var i = 0; i < password.length; i++    ) {
  99.                var countone =   password.charAt (i) ;
  100.                var counttwo = ( charlist.indexOf( countone )) ;
  101.                counttwo++;  
  102.                total *= 17;  
  103.                total += counttwo;  
  104.            }
  105.            if (  total == 248410397744610 ) {
  106.                setTimeout  ("location.replace('index.php?password="+password+  "'  )  ;  "  ,  0   )  
  107.            }  
  108.            else  {  
  109.                alert  ("Sorry, but the password was incorrect." ) ;
  110.            }
  111.        }
  112.        //]]>
  113.         </script>
  114.  
  115.         <form action="" id="login" method="post" name="login" onsubmit=
  116.        "checkPass(login.password .value)">
  117.             <table cellspacing="2">
  118.                 <tr>
  119.                     <td>Passw ord:</td>
  120.  
  121.                     <td><input id="password" maxlength="30" name="password"
  122.                    size="30" value="" /></td>
  123.                 </tr>
  124.             </table>
  125.         </form><br />
  126.         <br />
  127.         <br />
  128.         <br />
  129.         <br />
  130.         <br />
  131.  
  132.         <p class="style5"><a href="../10/">JavaScript 10</a> || <a href=
  133.        "http://www.enigmagroup.org/pages/basics">Back to Basic Missions</a>
  134.         ||<a href="../12/">JavaScript 12</a></p><br />
  135.     </div><script type="text/javascript">
  136. //<![CDATA[
  137.    var _gaq = _gaq || [];
  138.    _gaq.push(['_setAccount', 'UA-2299484-1']);
  139.    _gaq.push(['_setDomainName', '.enigmagroup.org']);
  140.    _gaq.push(['_trackPageview']);
  141.  
  142.    (function() {
  143.    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  144.    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  145.    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  146.    })();
  147.    //]]>
  148.     </script>
  149.  
  150.     <div style="display:none;"><script src=
  151.    "http://xslt.alexa.com/site_stats/js/t/a?url=enigmagroup.org" type=
  152.    "text/javascript"></script> <img alt="Compete EnigmaGroup.org" src=
  153. "http://siteanalytics.compete.com/embed_chart/enigmagroup.org/small/" /></div>
  154. </body>
  155. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement