Advertisement
SalimiII

Untitled

Oct 27th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.93 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <title>Hacked By Middle East Cyber Army </title>
  6.  
  7. <meta name="Keywords" content="Middle East Cyber Army">
  8. <link rel="shortcut icon" href="http://www.iconj.com/ico/u/5/u5oywrf99u.ico" type="image/x-icon" />
  9. <script language="JavaScript1.2">
  10. function ejs_nodroit() {
  11. return (false);
  12. }
  13.  
  14. document.oncontextmenu = ejs_nodroit;
  15. </script>
  16. <style type="text/css">
  17. body {
  18. background-color: rgb(0, 0, 0);
  19. background-image: url(http://im48.gulfup.com/QVC963.png);
  20. background-position: top left;
  21. background-size: 100% 100%;
  22. background-repeat: no-repeat;
  23. background-attachment: fixed;
  24. }
  25. h1 {
  26. color: #333;
  27. font-size: 100px;
  28. margin: 1px auto;
  29. text-align: center;
  30. text-transform: uppercase;
  31. }
  32. .neon {
  33. color: #FFFFFF;
  34. text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;
  35. }
  36. .matrix {
  37. color: #FFFFFF;
  38. font-family: Arial, Courier, Monotype;
  39. font-size: 10pt;
  40. text-align: center;
  41. width: 10px;
  42. padding: 0px;
  43. margin: 0px;
  44. }
  45. .auto-style1 {
  46. text-align: center;
  47. }
  48. .auto-style2 {
  49. text-align: center;
  50. color: #5BEEFF;
  51. }
  52. .auto-style3 {
  53. color: #545454;
  54. font-size: medium;
  55. }
  56. .auto-style6 {
  57. color: #545454;
  58. }
  59. .auto-style8 {
  60. text-align: center;
  61. font-family: Arial;
  62. }
  63. .auto-style9 {
  64. font-size: xx-large;
  65. }
  66. .auto-style10 {
  67. color: #B7B7B7;
  68. }
  69. </style>
  70. <script type="text/javascript">
  71. <!--
  72. //Disable right click script
  73. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  74. var message = "Sorry, right-click has been disabled";
  75. ///////////////////////////////////
  76. function clickIE() {
  77. if (document.all) {
  78. (message);
  79. return false;
  80. }
  81. }
  82.  
  83. function clickNS(e) {
  84. if (document.layers || (document.getElementById && !document.all)) {
  85. if (e.which == 2 || e.which == 3) {
  86. (message);
  87. return false;
  88. }
  89. }
  90. }
  91. if (document.layers) {
  92. document.captureEvents(Event.MOUSEDOWN);
  93. document.onmousedown = clickNS;
  94. } else {
  95. document.onmouseup = clickNS;
  96. document.oncontextmenu = clickIE;
  97. }
  98. document.oncontextmenu = new Function("return false")
  99. // -->
  100. </script>
  101. <!-- <script language="JavaScript1.2" type="text/javascript">
  102. function ClearError() {return true;}
  103. window.onerror = ClearError;
  104. </script> -->
  105. <script type="text/javascript" language="javascript">
  106. <!--
  107. var rows = 5; // must be an odd number
  108. var speed = 10; // lower is faster
  109. var reveal = 2; // between 0 and 2 only. The higher, the faster the word appears
  110. var effectalign = "center" //enter "center" to center it.
  111.  
  112. /***********************************************
  113. * The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
  114. * This notice must stay intact for use
  115. * Visit http://www.dynamicdrive.com/ for full source code
  116. ***********************************************/
  117.  
  118. var w3c = document.getElementById && !window.opera;;
  119. var ie45 = document.all && !window.opera;
  120. var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
  121. var m_coch = new Array();
  122. var m_copo = new Array();
  123. window.onload = function() {
  124. if (!w3c && !ie45) return
  125. var matrix = (w3c) ? document.getElementById("matrix") : document.all["matrix"];
  126. ma_txt = (w3c) ? matrix.firstChild.nodeValue : matrix.innerHTML;
  127. ma_txt = " " + ma_txt + " ";
  128. columns = ma_txt.length;
  129. if (w3c) {
  130. while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
  131. ma_tab = document.createElement("table");
  132. ma_tab.setAttribute("border", 0);
  133. ma_tab.setAttribute("align", effectalign);
  134. ma_bod = document.createElement("tbody");
  135. for (x = 0; x < rows; x++) {
  136. ma_row = document.createElement("tr");
  137. for (y = 0; y < columns; y++) {
  138. matemp = document.createElement("td");
  139. matemp.setAttribute("id", "Mx" + x + "y" + y);
  140. matemp.className = "matrix";
  141. matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
  142. ma_row.appendChild(matemp);
  143. }
  144. ma_bod.appendChild(ma_row);
  145. }
  146. ma_tab.appendChild(ma_bod);
  147. matrix.appendChild(ma_tab);
  148. } else {
  149. ma_tab = '<ta' + 'ble align="' + effectalign + '" border="0" style="background-color:#000000">';
  150. for (var x = 0; x < rows; x++) {
  151. ma_tab += '<t' + 'r>';
  152. for (var y = 0; y < columns; y++) {
  153. ma_tab += '<t' + 'd class="matrix" id="Mx' + x + 'y' + y + '"> </' + 'td>';
  154. }
  155. ma_tab += '</' + 'tr>';
  156. }
  157. ma_tab += '</' + 'table>';
  158. matrix.innerHTML = ma_tab;
  159. }
  160. ma_cho = ma_txt;
  161. for (x = 0; x < columns; x++) {
  162. ma_cho += String.fromCharCode(32 + Math.floor(Math.random() * 94));
  163. m_copo[x] = 0;
  164. }
  165. ma_bod = setInterval("mytricks()", speed);
  166. }
  167.  
  168. function mytricks() {
  169. x = 0;
  170. for (y = 0; y < columns; y++) {
  171. x = x + (m_copo[y] == 100);
  172. ma_row = m_copo[y] % 100;
  173. if (ma_row && m_copo[y] < 100) {
  174. if (ma_row < rows + 1) {
  175. if (w3c) {
  176. matemp = document.getElementById("Mx" + (ma_row - 1) + "y" + y);
  177. matemp.firstChild.nodeValue = m_coch[y];
  178. } else {
  179. matemp = document.all["Mx" + (ma_row - 1) + "y" + y];
  180. matemp.innerHTML = m_coch[y];
  181. }
  182. matemp.style.color = "#81F2FF";
  183. matemp.style.fontWeight = "bold";
  184. }
  185. if (ma_row > 1 && ma_row < rows + 2) {
  186. matemp = (w3c) ? document.getElementById("Mx" + (ma_row - 2) + "y" + y) : document.all["Mx" + (ma_row - 2) + "y" + y];
  187. matemp.style.fontWeight = "normal";
  188. matemp.style.color = "#00BBFF";
  189. }
  190. if (ma_row > 2) {
  191. matemp = (w3c) ? document.getElementById("Mx" + (ma_row - 3) + "y" + y) : document.all["Mx" + (ma_row - 3) + "y" + y];
  192. matemp.style.color = "#20FFDA";
  193. }
  194. if (ma_row < Math.floor(rows / 2) + 1) m_copo[y] ++;
  195. else if (ma_row == Math.floor(rows / 2) + 1 && m_coch[y] == ma_txt.charAt(y)) zoomer(y);
  196. else if (ma_row < rows + 2) m_copo[y] ++;
  197. else if (m_copo[y] < 100) m_copo[y] = 0;
  198. } else if (Math.random() > 0.9 && m_copo[y] < 100) {
  199. m_coch[y] = ma_cho.charAt(Math.floor(Math.random() * ma_cho.length));
  200. m_copo[y] ++;
  201. }
  202. }
  203. if (x == columns) clearInterval(ma_bod);
  204. }
  205.  
  206. function zoomer(ycol) {
  207. var mtmp, mtem, ytmp;
  208. if (m_copo[ycol] == Math.floor(rows / 2) + 1) {
  209. for (ytmp = 0; ytmp < rows; ytmp++) {
  210. if (w3c) {
  211. mtmp = document.getElementById("Mx" + ytmp + "y" + ycol);
  212. mtmp.firstChild.nodeValue = m_coch[ycol];
  213. } else {
  214. mtmp = document.all["Mx" + ytmp + "y" + ycol];
  215. mtmp.innerHTML = m_coch[ycol];
  216. }
  217. mtmp.style.color = "#5BEEFF";
  218. mtmp.style.fontWeight = "bold";
  219. }
  220. if (Math.random() < reveal) {
  221. mtmp = ma_cho.indexOf(ma_txt.charAt(ycol));
  222. ma_cho = ma_cho.substring(0, mtmp) + ma_cho.substring(mtmp + 1, ma_cho.length);
  223. }
  224. if (Math.random() < reveal - 1) ma_cho = ma_cho.substring(0, ma_cho.length - 1);
  225. m_copo[ycol] += 199;
  226. setTimeout("zoomer(" + ycol + ")", speed);
  227. } else if (m_copo[ycol] > 200) {
  228. if (w3c) {
  229. mtmp = document.getElementById("Mx" + (m_copo[ycol] - 201) + "y" + ycol);
  230. mtem = document.getElementById("Mx" + (200 + rows - m_copo[ycol] --) + "y" + ycol);
  231. } else {
  232. mtmp = document.all["Mx" + (m_copo[ycol] - 201) + "y" + ycol];
  233. mtem = document.all["Mx" + (200 + rows - m_copo[ycol] --) + "y" + ycol];
  234. }
  235. mtmp.style.fontWeight = "normal";
  236. mtem.style.fontWeight = "normal";
  237. setTimeout("zoomer(" + ycol + ")", speed);
  238. } else if (m_copo[ycol] == 200) m_copo[ycol] = 100 + Math.floor(rows / 2);
  239. if (m_copo[ycol] > 100 && m_copo[ycol] < 200) {
  240. if (w3c) {
  241. mtmp = document.getElementById("Mx" + (m_copo[ycol] - 101) + "y" + ycol);
  242. mtmp.firstChild.nodeValue = String.fromCharCode(160);
  243. mtem = document.getElementById("Mx" + (100 + rows - m_copo[ycol] --) + "y" + ycol);
  244. mtem.firstChild.nodeValue = String.fromCharCode(160);
  245. } else {
  246. mtmp = document.all["Mx" + (m_copo[ycol] - 101) + "y" + ycol];
  247. mtmp.innerHTML = String.fromCharCode(160);
  248. mtem = document.all["Mx" + (100 + rows - m_copo[ycol] --) + "y" + ycol];
  249. mtem.innerHTML = String.fromCharCode(160);
  250. }
  251. setTimeout("zoomer(" + ycol + ")", speed);
  252. }
  253.  
  254. //start
  255. var h1 = document.getElementsByTagName("h1")[0],
  256. text = h1.innerText || h1.textContent,
  257. split = [],
  258. i, lit = 0,
  259. timer = null;
  260. for (i = 0; i < text.length; ++i) {
  261. split.push("<span>" + text[i] + "</span>");
  262. }
  263. h1.innerHTML = split.join("");
  264. split = h1.childNodes;
  265.  
  266. var flicker = function() {
  267. lit += 0.01;
  268. if (lit >= 1) {
  269. clearInterval(timer);
  270. }
  271. for (i = 0; i < split.length; ++i) {
  272. if (Math.random() < lit) {
  273. split[i].className = "neon";
  274. } else {
  275. split[i].className = "";
  276. }
  277. }
  278. }
  279. setInterval(flicker, 100);
  280.  
  281. }
  282. //strat sec
  283.  
  284. // end -->
  285. </script>
  286. <!-- <script type="text/javascript">/*<![CDATA[*/ TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 100 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = ""; this.currentChar = 0; this.element.typingText = this; if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++; TypingText.all.push(this); this.running = false; this.inTag = false; this.tagBuffer = ""; this.inHTMLEntity = false; this.HTMLEntityBuffer = ""; } TypingText.all = new Array(); TypingText.currentIndex = 0; TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run(); } TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); return; } if(this.currentText == "") this.element.innerHTML = ""; if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) { this.tagBuffer += ">"; this.inTag = false; this.currentText += this.tagBuffer; this.currentChar++; this.run(); return; } else if(this.inTag) { this.tagBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) { this.HTMLEntityBuffer = "&"; this.inHTMLEntity = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) { this.HTMLEntityBuffer += ";"; this.inHTMLEntity = false; this.currentText += this.HTMLEntityBuffer; this.currentChar++; this.run(); return; } else if(this.inHTMLEntity) { this.HTMLEntityBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else { this.currentText += this.origText.charAt(this.currentChar); } this.element.innerHTML = this.currentText; this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); } } /*]]>*/</script>
  287. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'> </link> -->
  288. <!-- <script type="text/javascript">
  289. </script> -->
  290. </head>
  291.  
  292. <body style="color: #FFFFFF; background-color: #000000">
  293. <h1>HACKED BY MECA</h1>
  294. <div id="matrix" class="auto-style8">
  295. </div>
  296. </style>
  297. <center>
  298. <img border="0" src="http://im70.gulfup.com/qJzblC.png" width="800" height="598"></img>
  299. <p>
  300. <object width="0" height="0">
  301. <param name="movie" value="https://www.youtube.com/v/-4a44nxCiTM?version=3&amp;hl=en_US&autoplay=1&loop=1">
  302. </param>
  303. <param name="allowFullScreen" value="true">
  304. </param>
  305. <param name="allowscriptaccess" value="always">
  306. </param>
  307. <embed src="https://www.youtube.com/v/-4a44nxCiTM?version=3&amp;hl=en_US&autoplay=1&loop=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1" height="0"></embed>
  308. </object>
  309. </p>
  310. <font color="00b4ff">
  311. <font size="6">
  312. <b>
  313. <p>WE ARE MUSLIMS</p>
  314. </b>
  315. </font>
  316. </font>
  317. <font color="00b4ff">
  318. <font size="6">
  319. <b>
  320. <p>QURAN IS OUR BOOK</p>
  321. </b>
  322. </font>
  323. </font>
  324. <font color="00b4ff">
  325. <font size="6">
  326. <b>
  327. <p>IN GOD WE TRUST</p>
  328. </b>
  329. </font>
  330. <font color="00b4ff">
  331. <font size="6">
  332. <b>
  333. <p>FOR GOD WE WORK</p>
  334. </b>
  335. </font>
  336. </font>
  337. <font color="00b4ff">
  338. <font size="6">
  339. <b>
  340. <p>FUCK ISRAEL</p>
  341. </b>
  342. </font>
  343. <font color="00b4ff">
  344. <font size="6">
  345. <b>
  346. <p>FREE PALESTINE</p>
  347. </b>
  348. </font>
  349. </font>
  350. <font color="00b4ff">
  351. <font size="6">
  352. <b>
  353. <p>JERUSALEM IS OURS</p>
  354. </b>
  355. </font>
  356. </font>
  357. <font color="00b4ff">
  358. <font size="6">
  359. <b>
  360. <p>AL KHILAFAH IS COMING SOON</p>
  361. </b>
  362. </font>
  363. </font>
  364. </embed>
  365. <footer id="det" style="position:width: 100%; bottom: 0px; font-family: tahoma; height: 18px; color: darkWhite; font-size: 13px; left: 0px; border-top: 2px solid #222; padding: 0px; background-color: transparent">
  366. <center><font color="silver" face="gothic" size="3"> <b>WE ARE<b></font>
  367. </center>
  368. <marquee scrollamount="5" scrolldelay="50" width="100%">
  369. <b> <font color="RED" face="gothic" size="4"> THE GREATEST - AnaCoNdA - kh.mar.404 - RebelGhost DX - Scream4.0.4 - Kba H4x0r - 1nt0x1c4t3d - & ALL MUSLIMS</font>
  370. </marquee>
  371. </font>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement