Advertisement
0XYGeN

Galcon :: Flashily hacked by oxygen

Jul 24th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.     <head>
  4.         <!-- hacked embed by oxygen  -->
  5.         <!-- created on 26.08.10     -->
  6.         <!-- last update on 24.07.12 -->
  7.         <!-- checksum 55d62248       -->
  8.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9.         <title>Galcon :: Flashily hacked</title>
  10.         <link rel="shortcut icon" href="http://www.galcon.com/favicon.ico" />
  11.         <style type="text/css">
  12.             * {
  13.                 color: #fff;
  14.                 background: #000;
  15.                 margin: 0;
  16.                 padding: 0;
  17.                 border: 0 none;
  18.                 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  19.                 font-size: 12px;
  20.             }
  21.             a {
  22.                 color: #fb3;
  23.                 font-weight: bold;
  24.                 text-decoration: none;
  25.             }
  26.             a:hover {
  27.                 text-decoration: underline;
  28.             }
  29.             #header {
  30.                 background: #222;
  31.                 position: fixed;
  32.                 width: 100%;
  33.                 line-height: 200%;
  34.                 text-align: center;
  35.                 vertical-align: middle;
  36.                 z-index: 1;
  37.             }
  38.             #header * {
  39.                 background: inherit;
  40.             }
  41.             #header input {
  42.                 background: #000;
  43.                 padding: 6px;
  44.                 border: 1px solid #fff;
  45.             }
  46.             #header input.button {
  47.                 padding: 5px;
  48.             }
  49.             #header input.button:hover {
  50.                 background: #555;
  51.             }
  52.             #flashContainer {
  53.                 width: 700px;
  54.                 height: 500px;
  55.                 position: fixed;
  56.                 top: 50%;
  57.                 left: 50%;
  58.                 margin-top: -250px;
  59.                 margin-left: -350px;
  60.                 padding: 1px;
  61.                 border: 1px solid #555;
  62.             }
  63.         </style>
  64.         <script type="text/javascript" src="http://crypto-js.googlecode.com/svn/tags/3.0.2/build/rollups/md5.js"></script>
  65.         <script type="text/javascript">
  66.             //<![CDATA[
  67.             function doLogin() {
  68.                 var user = document.getElementById('user').value;
  69.                 var password = document.getElementById('password').value;
  70.                 if (user.length == 0) {
  71.                     rand = Math.floor(1 + (Math.random() * 99999));
  72.                     user = 'n00b-' + Math.pow(10, 5 - rand.toString().length).toString().substr(1) + rand;
  73.                 }
  74.                 var token = CryptoJS.MD5(user + '|' + CryptoJS.MD5(password));
  75.                 document.getElementById('flash').data = 'http://www.galcon.com/flash/out3.swf?gc_auto=1&gc_reg=1&gc_multi=1&gc_name=' + user + '&gc_token=' + token;
  76.             }
  77.             //]]>
  78.         </script>
  79.     </head>
  80.     <body onload="doLogin()">
  81.         <div id="header">
  82.             <p>
  83.                 <a href='http://www.galcon.com/flash/'>Back to Galcon.com</a> |
  84.                 <a href='http://www.galcon.com/flash/ranks.php'>Online Ranks</a> |
  85.                 <a href='http://www.galcon.com/forums/25/'>Forum</a>
  86.             </p>
  87.             <p>
  88.                 Enjoy premium features like: Advanced Single Player Missions, Selectable Color, Changeable Name, Registered Name (sign up free and get ranked!)
  89.             </p>
  90.             <form action="#" method="post" onsubmit="doLogin(); return false;">
  91.                 <p>
  92.                     User: <input id="user" type="text" size="40" />
  93.                     Password: <input id="password" type="password" size="40" />
  94.                     <input type="submit" class="button" value="load!" />
  95.                 </p>
  96.             </form>
  97.         </div>
  98.         <div id="flashContainer">
  99.             <object id="flash" type="application/x-shockwave-flash" width="700" height="500">
  100.                 <param name="loop" value="false" />
  101.                 <param name="menu" value="false" />
  102.                 <param name="quality" value="best" />
  103.                 <param name="wmode" value="direct" />
  104.                 <param name="bgcolor" value="#000000" />
  105.                 <param name="allowFullScreen" value="true" />
  106.             </object>
  107.         </div>
  108.     </body>
  109. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement