Advertisement
Guest User

Defacement With Matrix

a guest
Jun 7th, 2012
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.81 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html><head>
  3. <!-- saved from url=(0031)http://www.crca.org.al/awstats/ -->
  4. <title>---==[Put Hacked By Whoever here]==---</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta content="MSHTML 6.00.2900.2180" name="GENERATOR"></head><body onload="writetext()" bgcolor="#000000" text="#167715">
  7. <center>
  8. <table width="80%">
  9. <tbody>
  10. <tr>
  11. <td>
  12. <p>
  13.  
  14. <table align="center" cellpadding="10">
  15. <tbody>
  16. <tr bgcolor="black">
  17.  
  18. <td>
  19. <center>
  20. </center>
  21. <img alt="http://growpa.bay.livefilestore.com/y1p_KkJ_N1e14IZmt9pQFrdKKzIDjTn5n6NtFi0RN-kOfIckoRxIT_VjttLsqoLgPzen51RXOQ5RRI/matrix-animated-image.gif" src="http://growpa.bay.livefilestore.com/y1p_KkJ_N1e14IZmt9pQFrdKKzIDjTn5n6NtFi0RN-kOfIckoRxIT_VjttLsqoLgPzen51RXOQ5RRI/matrix-animated-image.gif" width="383" height="350"><br>&nbsp;</td></tr></tbody></table></p></td></tr></tbody></table>
  22.  
  23. <style type="text/css">.matrix {
  24. PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 10pt; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 10px; PADDING-TOP: 0px; FONT-FAMILY: Lucida Console, Courier, Monotype; TEXT-ALIGN: center
  25. }
  26. </style>
  27.  
  28. <p></p>
  29. <script language="JavaScript">
  30. msg = new Array(); //strings written in screen
  31. msg[0] = "<h2><font face='Courier'><center>---==[|Put Hacked by whoever here |]==---</center></h2>";
  32. msg[1] = "<b>You Got HaCkeD by</font> <font face='Courier' color='#00FF00'>Sample </font>";
  33. msg[2] = "<font face='Courier'> Your security is ===> SHIT</font> </b>";
  34. msg[3] = "<font face='Courier'> Greetz: Put whoever u wanna greet here in notepad </font> </b>";
  35. msg[4] = "<font face='Courier'> ~ Find someone to protect you when Whoever is online ~</font> </b>";
  36. msg[5] = "<font face='Courier' color='#00FF00'>YOUR</font>";
  37. msg[6] = "<font face='Courier'> FUCK SERVER</font> </b>";
  38. msg[7] = "<font face='Courier' color='#00FF00'>IS DOWN";
  39.  
  40.  
  41. text1 = ""; //the same as text2, only the last character is highlighted
  42. text2 = ""; //current string, which will be written
  43. count = 0; //char index in string text
  44. count2 = 0; //number of strings
  45.  
  46. text = msg[0].split(""); //text - string written
  47.  
  48. function writetext() { //show strings above on screen
  49. text1 = text2 + "<font color='#00FF00'>" + text[count] + "</font>";
  50. text2 += text[count];
  51. document.all["nothing"].innerHTML = text1; //where to write
  52.  
  53. if (count < text.length-1){
  54. count++;
  55. setTimeout('writetext()', 25);
  56. }
  57. else { //if this string is written, get the new string
  58. count = 0;
  59.  
  60. if (count2 != 4) { //write 4 strings
  61. count2++;
  62. text2 += "<p>"; //a new line
  63. text = eval('msg['+count2+'].split("")'); //get the new string to text
  64. setTimeout('writetext()', 25);
  65. }
  66. }
  67. }
  68. </script>
  69.  
  70. <div id="nothing" style="font-family: 'Courier';"><h2><font face="Courier"></font><p><b><font face="Courier"> FUCK SERVER</font> </b></p></div>
  71.  
  72. <table align="center">
  73. <tbody></tbody></table>
  74. <script language="JavaScript">
  75. if (document.all){
  76. Cols = 10; //number of falldown binary string
  77. Cl = 100; //maximum length of binary string
  78. Cs = 100; //number of pixels between binary strings
  79. Ts = 12; //font-size of binary string
  80. Tc = '#008800'; //color of binary string
  81. Tc1 = '#00ff00'; //color of 1st bit in binary string
  82. MnS = 22; //minimum speed of binary string
  83. MxS = 25; //maximum spees of binary string
  84. I = Cs;
  85.  
  86. Sp = new Array(); //array speed of binary strings
  87. S = new Array(); //the position of binary string
  88. Y = new Array(); //array of position of binary strings
  89. C = new Array(); //array save bits of string
  90. M = new Array(); //binary string
  91. B = new Array(); //temp for creating binary string
  92. RC = new Array(); //length of binary strings
  93. E = new Array(); //array of head-bit in written strings
  94. Tcc = new Array(0,1,2,3,4,5,6,7,8,9); //array of head-bit in binary strings
  95.  
  96. document.write("<div id='Container' style='position:absolute; top:0; left:-"+Cs+"'>");
  97.  
  98. for (i=0; i < Cols; i++){ //area to show binary strings
  99. S[i] = I += Cs; //calculate the position of binary string
  100. document.write("<div id='A' style='position:absolute; top:0; font-family:Arial;" +
  101. "font-size:" + Ts + "px; left:" + S[i] + "; width:" + Ts + "px;" +
  102. "height:0px; color:" + Tc + "; visibility:hidden'></div>");
  103. }
  104. document.write("</div>");
  105. }
  106.  
  107. for(j = 0; j < Cols; j++){
  108. RC[j] = 1 + Math.round(Math.random()*Cl); //random length of the binary strings
  109. for(i=0; i < RC[j]; i++){
  110. B[i] = ""; //sign of ending of string
  111. C[i] = Math.round(Math.random())+' '; //get bit in binary strings
  112. B[0] += C[i];
  113. }
  114. M[j] = B[0]; //binary string
  115. Y[j] = 0; //1st position of strings are 0
  116. Sp[j] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
  117. }
  118.  
  119. function Cycle(){
  120. Container.style.top = window.document.body.scrollTop;
  121. for (i=0; i < Cols; i++){
  122. var r = Math.floor(Math.random()*Tcc.length); //get a position in table Tcc
  123. E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>'; //get the head-bit
  124. Y[i]+=Sp[i]; //the position of current string
  125. if (Y[i] > window.document.body.clientHeight) { //if at the end of window, calculate again
  126. i2 = 1 + Math.round(Math.random()*Cols);
  127. RC[i2] = 1 + Math.round(Math.random()*Cl);
  128. for(i3 = 0; i3 < RC[i2]; i3++){ //get bit in binary strings
  129. B[i3] = "";
  130. C[i3] = Math.round(Math.random())+' ';
  131. B[0] += C[i3];
  132. }
  133. M[i] = B[0];
  134. Y[i] = -Ts*M[i].length/1.5; //hide 2/3 string at beginning
  135. Sp[i] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
  136. A[i].style.visibility = 'visible';
  137. }
  138. A[i].style.top=Y[i]; //the i-th in tag div A
  139. A[i].innerHTML=M[i] + ' ' + E[i]; //show the binary string in tag A
  140. }
  141. setTimeout('Cycle()',100)
  142. }
  143.  
  144.  
  145. Cycle();
  146. </script>
  147. </center>
  148. <script language="JavaScript" type="text/javascript">
  149.  
  150. <!--
  151. var rows=1; // must be an odd number
  152. var speed=10; // lower is faster
  153. var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
  154. var effectalign="default" //enter "center" to center it.
  155.  
  156. /***********************************************
  157. * The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
  158. * This notice must stay intact for use
  159. * Visit http://www.dynamicdrive.com/ for full source code
  160. ***********************************************/
  161.  
  162. var w3c=document.getElementById && !window.opera;;
  163. var ie45=document.all && !window.opera;
  164. var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
  165. var m_coch=new Array();
  166. var m_copo=new Array();
  167. function matrix() {
  168. if (!w3c && !ie45) return
  169. var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
  170. ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
  171. ma_txt=" "+ma_txt+" ";
  172. columns=ma_txt.length;
  173. if (w3c) {
  174. while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
  175. ma_tab=document.createElement("table");
  176. ma_tab.setAttribute("border", 0);
  177. ma_tab.setAttribute("align", effectalign);
  178. ma_tab.style.backgroundColor="#000000";
  179. ma_bod=document.createElement("tbody");
  180. for (x=0; x<rows; x++) {
  181. ma_row=document.createElement("tr");
  182. for (y=0; y<columns; y++) {
  183. matemp=document.createElement("td");
  184. matemp.setAttribute("id", "Mx"+x+"y"+y);
  185. matemp.className="matrix";
  186. matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
  187. ma_row.appendChild(matemp);
  188. }
  189. ma_bod.appendChild(ma_row);
  190. }
  191. ma_tab.appendChild(ma_bod);
  192. matrix.appendChild(ma_tab);
  193. } else {
  194. ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
  195. for (var x=0; x<rows; x++) {
  196. ma_tab+='<t'+'r>';
  197. for (var y=0; y<columns; y++) {
  198. ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'">&nbsp;</'+'td>';
  199. }
  200. ma_tab+='</'+'tr>';
  201. }
  202. ma_tab+='</'+'table>';
  203. matrix.innerHTML=ma_tab;
  204. }
  205. ma_cho=ma_txt;
  206. for (x=0; x<columns; x++) {
  207. ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
  208. m_copo[x]=0;
  209. }
  210. ma_bod=setInterval("mytricks()", speed);
  211. }
  212.  
  213. function mytricks() {
  214. x=0;
  215. for (y=0; y<columns; y++) {
  216. x=x+(m_copo[y]==100);
  217. ma_row=m_copo[y]%100;
  218. if (ma_row && m_copo[y]<100) {
  219. if (ma_row<rows+1) {
  220. if (w3c) {
  221. matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
  222. matemp.firstChild.nodeValue=m_coch[y];
  223. }
  224. else {
  225. matemp=document.all["Mx"+(ma_row-1)+"y"+y];
  226. matemp.innerHTML=m_coch[y];
  227. }
  228. matemp.style.color="#33ff66";
  229. matemp.style.fontWeight="bold";
  230. }
  231. if (ma_row>1 && ma_row<rows+2) {
  232. matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
  233. matemp.style.fontWeight="normal";
  234. matemp.style.color="#00ff00";
  235. }
  236. if (ma_row>2) {
  237. matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
  238. matemp.style.color="#009900";
  239. }
  240. if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
  241. else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
  242. else if (ma_row<rows+2) m_copo[y]++;
  243. else if (m_copo[y]<100) m_copo[y]=0;
  244. }
  245. else if (Math.random()>0.9 && m_copo[y]<100) {
  246. m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
  247. m_copo[y]++;
  248. }
  249. }
  250. if (x==columns) clearInterval(ma_bod);
  251. }
  252.  
  253. function zoomer(ycol) {
  254. var mtmp, mtem, ytmp;
  255. if (m_copo[ycol]==Math.floor(rows/2)+1) {
  256. for (ytmp=0; ytmp<rows; ytmp++) {
  257. if (w3c) {
  258. mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
  259. mtmp.firstChild.nodeValue=m_coch[ycol];
  260. }
  261. else {
  262. mtmp=document.all["Mx"+ytmp+"y"+ycol];
  263. mtmp.innerHTML=m_coch[ycol];
  264. }
  265. mtmp.style.color="#33ff66";
  266. mtmp.style.fontWeight="bold";
  267. }
  268. if (Math.random()<reveal) {
  269. mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
  270. ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
  271. }
  272. if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
  273. m_copo[ycol]+=199;
  274. setTimeout("zoomer("+ycol+")", speed);
  275. }
  276. else if (m_copo[ycol]>200) {
  277. if (w3c) {
  278. mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
  279. mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
  280. }
  281. else {
  282. mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
  283. mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
  284. }
  285. mtmp.style.fontWeight="normal";
  286. mtem.style.fontWeight="normal";
  287. setTimeout("zoomer("+ycol+")", speed);
  288. }
  289. else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
  290. if (m_copo[ycol]>100 && m_copo[ycol]<200) {
  291. if (w3c) {
  292. mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
  293. mtmp.firstChild.nodeValue=String.fromCharCode(160);
  294. mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
  295. mtem.firstChild.nodeValue=String.fromCharCode(160);
  296. }
  297. else {
  298. mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
  299. mtmp.innerHTML=String.fromCharCode(160);
  300. mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
  301. mtem.innerHTML=String.fromCharCode(160);
  302. }
  303. setTimeout("zoomer("+ycol+")", speed);
  304. }
  305.  
  306. }
  307. // -->
  308. setTimeout('matrix()', 1);
  309.  
  310. col=0;
  311. function fadein()
  312. {
  313. document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
  314. document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
  315. document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
  316. document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
  317. document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
  318. document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
  319. col+=5;
  320. if(col<255) setTimeout('fadein()', 1);
  321. if(col==255) setTimeout('fadeout()', 1);
  322. }
  323.  
  324. function fadeout()
  325. {
  326. document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
  327. document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
  328. document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
  329. document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
  330. document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
  331. document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
  332. col-=5;
  333. if(col>0) setTimeout('fadeout()', 1);
  334. if(col==0) setTimeout('fadein()', 1);
  335. }
  336.  
  337. setTimeout('fadein()', 1);
  338. </script>
  339.  
  340. <center><br><br><br>
  341. <div id="matrix">&nbsp;</div>
  342.  
  343. </center>
  344. <div style="text-align: center;"><div style="position: relative; top: 0pt; margin-right: auto; margin-left: auto; z-index: 99999;">
  345.  
  346.  
  347.  
  348. <object width="5" height="7"><param name="movie" value="http://www.youtube.com/v/jXt3bGQ5SIs&amp;rel=1"><param name="wmode" value="transparent"><embed src="---==%5B_HACKED%20BY%20Quick_5ilv3r_%5D==---_fichiers/jXt3bGQ5SIsautoplay1rel1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></object></div></div></body></html>
  349.  
  350.  
  351. <p align="center"><font size="4" face="Courier New"><strong>[</strong><span class="style12"><font color="#ff0000"> &darr;</font></span><strong><span class="style12"><font color="#ff0000">Message to Admin</font></span></strong><span class="style12"><font size="4" face="Courier New"><font color="#ff0000">&darr;</font></font></span><strong> ]</strong></font></p>
  352. <p align="center"><strong style="font-weight: 400;"><font face="Arial Black">
  353. Improve the security of the site &nbsp; ^_^<br>
  354.  
  355.  
  356. All rights reserved ? <font color="#ff0000">ExpLoiTzz</font></font></strong></p>
  357. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement