Advertisement
ThisIsGame0ver

Crime Open Index

Apr 27th, 2013
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.57 KB | None | 0 0
  1.  
  2. <title>Exposed - The Secret Files</title>
  3. <body text="#00FFFF" link="#00ff00" bgcolor="black">
  4. <!-- BEGIN WAYBACK TOOLBAR INSERT -->
  5.  
  6. <script type="text/javascript" src="/static/js/disclaim-element.js" ></script>
  7. <script type="text/javascript" src="/static/js/graph-calc.js" ></script>
  8. <script type="text/javascript" src="/static/jflot/jquery.min.js" ></script>
  9. <script type="text/javascript">
  10. //<![CDATA[
  11. var firstDate = 820454400000;
  12. var lastDate = 1388534399999;
  13. var wbPrefix = "/web/";
  14. var wbCurrentUrl = "http:\/\/crimeopen.com\/";
  15.  
  16. var curYear = -1;
  17. var curMonth = -1;
  18. var yearCount = 18;
  19. var firstYear = 1996;
  20. var imgWidth = 450;
  21. var yearImgWidth = 25;
  22. var monthImgWidth = 2;
  23. var trackerVal = "none";
  24. var displayDay = "18";
  25. var displayMonth = "Mar";
  26. var displayYear = "2013";
  27. var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
  28.  
  29. function showTrackers(val) {
  30. if(val == trackerVal) {
  31. return;
  32. }
  33. if(val == "inline") {
  34. document.getElementById("displayYearEl").style.color = "#ec008c";
  35. document.getElementById("displayMonthEl").style.color = "#ec008c";
  36. document.getElementById("displayDayEl").style.color = "#ec008c";
  37. } else {
  38. document.getElementById("displayYearEl").innerHTML = displayYear;
  39. document.getElementById("displayYearEl").style.color = "#ff0";
  40. document.getElementById("displayMonthEl").innerHTML = displayMonth;
  41. document.getElementById("displayMonthEl").style.color = "#ff0";
  42. document.getElementById("displayDayEl").innerHTML = displayDay;
  43. document.getElementById("displayDayEl").style.color = "#ff0";
  44. }
  45. document.getElementById("wbMouseTrackYearImg").style.display = val;
  46. document.getElementById("wbMouseTrackMonthImg").style.display = val;
  47. trackerVal = val;
  48. }
  49. function getElementX2(obj) {
  50. var thing = jQuery(obj);
  51. if((thing == undefined)
  52. || (typeof thing == "undefined")
  53. || (typeof thing.offset == "undefined")) {
  54. return getElementX(obj);
  55. }
  56. return Math.round(thing.offset().left);
  57. }
  58. function trackMouseMove(event,element) {
  59.  
  60. var eventX = getEventX(event);
  61. var elementX = getElementX2(element);
  62. var xOff = eventX - elementX;
  63. if(xOff < 0) {
  64. xOff = 0;
  65. } else if(xOff > imgWidth) {
  66. xOff = imgWidth;
  67. }
  68. var monthOff = xOff % yearImgWidth;
  69.  
  70. var year = Math.floor(xOff / yearImgWidth);
  71. var yearStart = year * yearImgWidth;
  72. var monthOfYear = Math.floor(monthOff / monthImgWidth);
  73. if(monthOfYear > 11) {
  74. monthOfYear = 11;
  75. }
  76. // 1 extra border pixel at the left edge of the year:
  77. var month = (year * 12) + monthOfYear;
  78. var day = 1;
  79. if(monthOff % 2 == 1) {
  80. day = 15;
  81. }
  82. var dateString =
  83. zeroPad(year + firstYear) +
  84. zeroPad(monthOfYear+1,2) +
  85. zeroPad(day,2) + "000000";
  86.  
  87. var monthString = prettyMonths[monthOfYear];
  88. document.getElementById("displayYearEl").innerHTML = year + 1996;
  89. document.getElementById("displayMonthEl").innerHTML = monthString;
  90. // looks too jarring when it changes..
  91. //document.getElementById("displayDayEl").innerHTML = zeroPad(day,2);
  92.  
  93. var url = wbPrefix + dateString + '/' + wbCurrentUrl;
  94. document.getElementById('wm-graph-anchor').href = url;
  95.  
  96. //document.getElementById("wmtbURL").value="evX("+eventX+") elX("+elementX+") xO("+xOff+") y("+year+") m("+month+") monthOff("+monthOff+") DS("+dateString+") Moy("+monthOfYear+") ms("+monthString+")";
  97. if(curYear != year) {
  98. var yrOff = year * yearImgWidth;
  99. document.getElementById("wbMouseTrackYearImg").style.left = yrOff + "px";
  100. curYear = year;
  101. }
  102. if(curMonth != month) {
  103. var mtOff = year + (month * monthImgWidth) + 1;
  104. document.getElementById("wbMouseTrackMonthImg").style.left = mtOff + "px";
  105. curMonth = month;
  106. }
  107. }
  108. //]]>
  109. </script>
  110.  
  111. <style type="text/css">body{margin-top:0!important;padding-top:0!important;min-width:800px!important;}#wm-ipp a:hover{text-decoration:underline!important;}</style>
  112. <div id="wm-ipp" style="display:none; position:relative;padding:0 5px;min-height:70px;min-width:800px; z-index:9000;">
  113. <div id="wm-ipp-inside" style="position:fixed;padding:0!important;margin:0!important;width:97%;min-width:780px;border:5px solid #000;border-top:none;background-image:url(/static/images/toolbar/wm_tb_bk_trns.png);text-align:center;-moz-box-shadow:1px 1px 3px #333;-webkit-box-shadow:1px 1px 3px #333;box-shadow:1px 1px 3px #333;font-size:11px!important;font-family:'Lucida Grande','Arial',sans-serif!important;">
  114. <table style="border-collapse:collapse;margin:0;padding:0;width:100%;"><tbody><tr>
  115. <td style="padding:10px;vertical-align:top;min-width:110px;">
  116. <a href="/web/" title="Wayback Machine home page" style="background-color:transparent;border:none;"><img src="/static/images/toolbar/wayback-toolbar-logo.png" alt="Wayback Machine" width="110" height="39" border="0"/></a>
  117. </td>
  118. <td style="padding:0!important;text-align:center;vertical-align:top;width:100%;">
  119.  
  120. <table style="border-collapse:collapse;margin:0 auto;padding:0;width:570px;"><tbody><tr>
  121. <td style="padding:3px 0;" colspan="2">
  122. <form target="_top" method="get" action="/web/form-submit.jsp" name="wmtb" id="wmtb" style="margin:0!important;padding:0!important;"><input type="text" name="url" id="wmtbURL" value="http://crimeopen.com/" style="width:400px;font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;" onfocus="javascript:this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20130318001821" /><input type="submit" value="Go" style="font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;margin-left:5px;" /><span id="wm_tb_options" style="display:block;"></span></form>
  123. </td>
  124. <td style="vertical-align:bottom;padding:5px 0 0 0!important;" rowspan="2">
  125. <table style="border-collapse:collapse;width:110px;color:#99a;font-family:'Helvetica','Lucida Grande','Arial',sans-serif;"><tbody>
  126.  
  127. <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
  128. <tr style="width:110px;height:16px;font-size:10px!important;">
  129. <td style="padding-right:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap">
  130.  
  131. Feb
  132.  
  133. </td>
  134. <td id="displayMonthEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight:bold;text-transform:uppercase;width:34px;height:15px;padding-top:1px;text-align:center;" title="You are here: 0:18:21 Mar 18, 2013">MAR</td>
  135. <td style="padding-left:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;white-space:nowrap;overflow:visible;" nowrap="nowrap">
  136.  
  137. Apr
  138.  
  139. </td>
  140. </tr>
  141.  
  142. <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
  143. <tr>
  144. <td style="padding-right:9px;white-space:nowrap;overflow:visible;text-align:right!important;vertical-align:middle!important;" nowrap="nowrap">
  145.  
  146. <img src="/static/images/toolbar/wm_tb_prv_off.png" alt="Previous capture" width="14" height="16" border="0" />
  147.  
  148. </td>
  149. <td id="displayDayEl" style="background:#000;color:#ff0;width:34px;height:24px;padding:2px 0 0 0;text-align:center;font-size:24px;font-weight: bold;" title="You are here: 0:18:21 Mar 18, 2013">18</td>
  150. <td style="padding-left:9px;white-space:nowrap;overflow:visible;text-align:left!important;vertical-align:middle!important;" nowrap="nowrap">
  151.  
  152. <a href="/web/20130318233448/http://www.crimeopen.com/" title="23:34:48 Mar 18, 2013" style="background-color:transparent;border:none;"><img src="/static/images/toolbar/wm_tb_nxt_on.png" alt="Next capture" width="14" height="16" border="0"/></a>
  153.  
  154. </td>
  155. </tr>
  156.  
  157. <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
  158. <tr style="width:110px;height:13px;font-size:9px!important;">
  159. <td style="padding-right:9px;font-size:11px!important;font-weight: bold;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap">
  160.  
  161. 2012
  162.  
  163. </td>
  164. <td id="displayYearEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight: bold;padding-top:1px;width:34px;height:13px;text-align:center;" title="You are here: 0:18:21 Mar 18, 2013">2013</td>
  165. <td style="padding-left:9px;font-size:11px!important;font-weight: bold;white-space:nowrap;overflow:visible;" nowrap="nowrap">
  166.  
  167. 2014
  168.  
  169. </td>
  170. </tr>
  171. </tbody></table>
  172. </td>
  173.  
  174. </tr>
  175. <tr>
  176. <td style="vertical-align:middle;padding:0!important;">
  177. <a href="/web/20130318001821*/http://crimeopen.com/" style="color:#33f;font-size:11px;font-weight:bold;background-color:transparent;border:none;" title="See a list of every capture for this URL"><strong>7 captures</strong></a>
  178. <div style="margin:0!important;padding:0!important;color:#666;font-size:9px;padding-top:2px!important;white-space:nowrap;" title="Timespan for captures of this URL">18 Mar 13 - 2 Apr 13</div>
  179. </td>
  180. <td style="padding:0!important;">
  181. <a style="position:relative; white-space:nowrap; width:450px;height:27px;" href="" id="wm-graph-anchor">
  182. <div id="wm-ipp-sparkline" style="position:relative; white-space:nowrap; width:450px;height:27px;background-color:#fff;cursor:pointer;border-right:1px solid #ccc;" title="Explore captures for this URL">
  183. <img id="sparklineImgId" style="position:absolute; z-index:9012; top:0px; left:0px;"
  184. onmouseover="showTrackers('inline');"
  185. onmouseout="showTrackers('none');"
  186. onmousemove="trackMouseMove(event,this)"
  187. alt="sparklines"
  188. width="450"
  189. height="27"
  190. border="0"
  191. src="/web/jsp/graph.jsp?graphdata=450_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000000000_2010:-1:000000000000_2011:-1:000000000000_2012:-1:000000000000_2013:2:006100000000"></img>
  192. <img id="wbMouseTrackYearImg"
  193. style="display:none; position:absolute; z-index:9010;"
  194. width="25"
  195. height="27"
  196. border="0"
  197. src="/static/images/toolbar/transp-yellow-pixel.png"></img>
  198. <img id="wbMouseTrackMonthImg"
  199. style="display:none; position:absolute; z-index:9011; "
  200. width="2"
  201. height="27"
  202. border="0"
  203. src="/static/images/toolbar/transp-red-pixel.png"></img>
  204. </div>
  205. </a>
  206.  
  207. </td>
  208. </tr></tbody></table>
  209. </td>
  210. <td style="text-align:right;padding:5px;width:65px;font-size:11px!important;">
  211. <a href="javascript:;" onclick="document.getElementById('wm-ipp').style.display='none';" style="display:block;padding-right:18px;background:url(/static/images/toolbar/wm_tb_close.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;margin-bottom:23px;background-color:transparent;border:none;" title="Close the toolbar">Close</a>
  212. <a href="http://faq.web.archive.org/" style="display:block;padding-right:18px;background:url(/static/images/toolbar/wm_tb_help.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;background-color:transparent;border:none;" title="Get some help using the Wayback Machine">Help</a>
  213. </td>
  214. </tr></tbody></table>
  215.  
  216. </div>
  217. </div>
  218. <script type="text/javascript">
  219. var wmDisclaimBanner = document.getElementById("wm-ipp");
  220. if(wmDisclaimBanner != null) {
  221. disclaimElement(wmDisclaimBanner);
  222. }
  223. </script>
  224. <!-- END WAYBACK TOOLBAR INSERT -->
  225.  
  226. <body>
  227. <center>
  228. <br><table style="filter:GLOW(color=#990000, strength=5)"><tr><td><font color="#999999" size="5">The Secret Files </font></td></tr></table></br></br>
  229. <font color="brown">"If you believe that God makes miracles, you have to wonder if Satan has a few up his sleeve"</font></i> </b>
  230. </small>
  231. </center>
  232. <center>
  233. <br><img src="/web/20130318001821im_/http://www.anonmgur.com/up/cd68e3165e88c1c2ee009650773f2fca.png" alt="Exposed.su" border="0"/></a>
  234. </br>
  235. </center>
  236. <center>
  237. <br> <small><font color="white">root</font><font color="red">@</font></a><font color="#669900">exposed:~#</font> wget http://whitehouse.gov/0/secretfiles.zip</br></small>
  238. <a href="/web/20130318001821/http://crimeopen.com/Barack_Obama.html">Barack Obama</a> - <a href="/web/20130318001821/http://crimeopen.com/Michelle_Obama.html">Michelle Obama</a>
  239. </center>
  240. <center>
  241. <br> <small><font color="white">root</font><font color="red">@</font></a><font color="#669900">exposed:~#</font> wget http://fbi.gov/0/docs.zip</br></small>
  242. <a href="/web/20130318001821/http://crimeopen.com/Kim_Kardashian.html">Kim Kardashian</a>, <a href="/web/20130318001821/http://crimeopen.com/Joe_Biden.html">Joe Biden</a>, <a href="/web/20130318001821/http://crimeopen.com/FBI_Director_Robert_Mueller.html">Robert Mueller (FBI Director)</a>, <a href="/web/20130318001821/http://crimeopen.com/Hillary_Clinton.html">Hillary Clinton</a>, <a href="/web/20130318001821/http://crimeopen.com/US_Attorney_General_Eric_Holder.html">Eric Holder (U.S. Attorney General)</a>, <a href="/web/20130318001821/http://crimeopen.com/LAPD_Chief_Charlie_Beck.html">Charlie Beck (LAPD Chief)</a>, <a href="/web/20130318001821/http://crimeopen.com/Mel_Gibson.html">Mel Gibson</a>, <a href="/web/20130318001821/http://crimeopen.com/Ashton_Kutcher.html">Ashton Kutcher</a>, <a href="/web/20130318001821/http://crimeopen.com/Jay_Z.html">Jay Z</a>, <a href="/web/20130318001821/http://crimeopen.com/Beyonce.html">Beyonce</a>, <a href="/web/20130318001821/http://crimeopen.com/Paris_Hilton.html">Paris Hilton</a>, <a href="/web/20130318001821/http://crimeopen.com/Britney_Spears.html">Britney Spears</a>, <a href="/web/20130318001821/http://crimeopen.com/Sarah_Palin.html">Sarah Palin</a>, <a href="/web/20130318001821/http://crimeopen.com/Hulk_Hogan.html">Hulk Hogan</a>,
  243. <a href="/web/20130318001821/http://crimeopen.com/Donald_Trump.html">Donald Trump</a>, <a href="/web/20130318001821/http://crimeopen.com/Arnold_Schwarzenegger.html">Arnold Schwarzenegger</a>, <a href="/web/20130318001821/http://crimeopen.com/Al_Gore.html">Al Gore</a>, <a href="/web/20130318001821/http://crimeopen.com/Kanye_West.html">Kanye West</a>, <a href="/web/20130318001821/http://crimeopen.com/Kris_Jenner.html">Kris Jenner</a>, <a href="/web/20130318001821/http://crimeopen.com/US_Marshals_Director_Stacia_Hylton.html">Stacia Hylton (U.S. Marshals Director)</a>, <a href="/web/20130318001821/http://crimeopen.com/Mitt_Romney.html">Mitt Romney</a>, <a href="/web/20130318001821/http://crimeopen.com/Tiger_Woods.html">Tiger Woods</a>, <a href="/web/20130318001821/http://crimeopen.com/R_Kelly.html">R. Kelly</a>, <a href="/web/20130318001821/http://crimeopen.com/Jerry_Sandusky.html">Jerry Sandusky</a>, <a href="/web/20130318001821/http://crimeopen.com/Chris_Christie.html">Chris Christie</a>, <a href="/web/20130318001821/http://crimeopen.com/Bill_Gates.html">Bill Gates</a>, <a href="/web/20130318001821/http://crimeopen.com/Tom_Cruise.html">Tom Cruise</a>, <a href="/web/20130318001821/http://crimeopen.com/Octomom.html">Octomom</a>, <a href="/web/20130318001821/http://crimeopen.com/CIA_Director_John_Brennan.html">John Brennan (CIA Director)</a>, <a href="/web/20130318001821/http://crimeopen.com/Ben_Phelps.html">Ben Phelps</a>, <a href="/web/20130318001821/http://crimeopen.com/Hunter_Moore.html">Hunter Moore</a>, <a href="/web/20130318001821/http://crimeopen.com/Craig_Brittain.html">Craig Brittain</a>
  244. <br>
  245. <p dir="ltr" align="center">
  246. <img src="/web/20130318001821im_/http://webstats.web.rcn.net/cgi-bin/Count.cgi?df=crimeopen" size="100"></p>
  247. <center>
  248.  
  249.  
  250.  
  251.  
  252. <center><object width="200" height="20" type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf"> <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf"> <param name="bgcolor" value="#000000"> <param name="FlashVars" value="mp3=http://www.iconsoffright.com/MP3/Blood.mp3&amp;autoplay=1"> </object></center>
  253.  
  254. </BODY>
  255. </HTML>
  256.  
  257.  
  258.  
  259.  
  260. <!--
  261. FILE ARCHIVED ON 0:18:21 Mar 18, 2013 AND RETRIEVED FROM THE
  262. INTERNET ARCHIVE ON 22:09:21 Apr 27, 2013.
  263. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
  264.  
  265. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
  266. SECTION 108(a)(3)).
  267. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement