unknowns-mm

ght

Sep 24th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1. <!-- Code by 3rr0rL@y(GHT) -->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  4. <head>
  5. <title>Hacked By Gray Hat Teenagers</title>
  6. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  7. <meta name="robots" content="noarchive" />
  8. <link rel="shortcut icon" href="http://www.dragndropbuilder.com/developer/none.ico" />
  9.  
  10. <style type="text/css">
  11. body {
  12. /*background: url(http://www.dragndropbuilder.com/images/404background.jpg);*/
  13. font-family: Helvetica, arial, sans-serif;
  14. color: #ccc;
  15. background-color: black;
  16.  
  17. }
  18. .alert-container {
  19. background: url(http://www.dragndropbuilder.com/images/404_textbox.png);
  20. width: 918px;
  21. height: 142px;
  22. margin: 20px auto 0px;
  23. box-shadow: 1px 1px 2px black, 0 0 25px gray, 0 0 10px darkgray;
  24.  
  25. }
  26. .alert-container:hover {
  27. box-shadow: 1px 1px 2px black, 0 0 25px red, 0 0 5px darkred;
  28.  
  29. }
  30. .alert-inner {
  31. padding: 24px 0px 0px 209px;
  32. }
  33. .alert-heading {
  34. font-size: 25px;
  35. line-height: 50px;
  36. color: gray;
  37. text-shadow: 1px 1px 2px black, 0 0 25px gray, 0 0 5px darkblue;
  38. color: rgba(255, 255, 255, 0.75);
  39. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  40. margin: 0;
  41. font: bold 35px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  42. text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 gray, 0 5px 0 gray, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  43. -webkit-transition: .2s all linear;
  44. }
  45. .alert-heading:focus {
  46. outline: none;
  47. }
  48. .alert-subheading {
  49. margin-top: 8px;
  50. font-size: 28px;
  51. line-height: 28px;
  52. color: darkgreen;
  53. text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkgreen;
  54. }
  55. .alert-subheading:hover{
  56. color:darkgray;
  57. }
  58. .error{
  59. color: darkgreen;
  60. font-size: 12px;
  61. text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkred;
  62.  
  63. }
  64. .error:hover{
  65. color:red;
  66. }
  67.  
  68. .ghtimg{
  69. text-align: center;
  70. }
  71. .ghtimg img {
  72. border-radius: 8px;
  73. }
  74.  
  75. .ghtimg a {
  76. display: inline-block;
  77. border-radius: 15px;
  78. padding: 5px;
  79. transition: 0.3s;
  80. }
  81.  
  82. .ghtimg a:hover {
  83. box-shadow: 1px 0 2px 4px rgba(0, 140, 186, 0.5);
  84. }
  85.  
  86. .redirect {
  87. width: 918px;
  88. margin: 24px auto 0px;
  89. font-size: 1em;
  90. line-height: 20px;
  91. text-align: center;
  92. color: darkgreen;
  93. text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkgreen;
  94. }
  95. hr{
  96. color: black;
  97. }
  98. hr:hover{
  99. color: red;
  100.  
  101. }
  102. #login{
  103. background-color: black;
  104. text-align: center;
  105.  
  106. }
  107. /*.animation{
  108. width: 100px;
  109. height: 100px;
  110. background: red;
  111. position: relative;
  112. -webkit-animation: myfirst 5s infinite; /* Chrome, Safari, Opera */
  113. -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  114. animation: myfirst 5s infinite;
  115. animation-direction: normal|reverse|alternate|alternate-reverse|initial|inherit;
  116. }*/
  117.  
  118. /* Chrome, Safari, Opera */
  119. @-webkit-keyframes myfirst {
  120. 0% {background: red; left: 0px; top: 0px;}
  121. 25% {background: yellow; left: 200px; top: 0px;}
  122. 50% {background: blue; left: 200px; top: 200px;}
  123. 75% {background: green; left: 0px; top: 200px;}
  124. 100% {background: red; left: 0px; top: 0px;}
  125. }
  126.  
  127. @keyframes myfirst {
  128. 0% {background: red; left: 0px; top: 0px;}
  129. 25% {background: yellow; left: 200px; top: 0px;}
  130. 50% {background: blue; left: 200px; top: 200px;}
  131. 75% {background: green; left: 0px; top: 200px;}
  132. 100% {background: red; left: 0px; top: 0px;}
  133. }
  134.  
  135. .redirect{
  136. width: 918px;
  137. height: 45px;
  138. background: black;
  139. -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
  140. animation: mymove 5s infinite;
  141. }
  142. .redirect:hover{
  143. background-color: green;
  144. color:red;
  145. }
  146.  
  147. /* Chrome, Safari, Opera */
  148. @-webkit-keyframes mymove {
  149. from {background-color: gray;}
  150. to {background-color: black;}
  151. }
  152.  
  153. /* Standard syntax */
  154. @keyframes mymove {
  155. from {background-color: gray;}
  156. to {background-color: black;}
  157. }
  158. .cp{
  159. color: green;
  160. text-align: center;
  161. }
  162. .cp:hover{
  163. color:red;
  164. }
  165.  
  166. </style>
  167. </head>
  168. <body>
  169.  
  170. <div class="alert-container">
  171. <div class="alert-inner">
  172. <div class="alert-heading">Hacked By Gray Hat Teenagers</div>
  173. <div class="alert-subheading">We are Myanmar.</div>
  174. <center>
  175. <img alt="Proble Officer" src="data:image/gif;base64,R0lGODlhIwAdAOZ/ANra2kVFRaqqqsDAwM7Ozu3t7WVlZSIiIrOzs+rq6qioqGhoaK6urqysrL6+vra2tqOjo7S0tEFBQYyMjMbGxnx8fIiIiElJSRwcHD4+PpycnAkJCcLCwtfX13p6emxsbJOTk6ampnR0dMnJyRQUFGBgYDY2No6OjpiYmHZ2dlxcXCoqKpqampaWlmJiYoqKik5OTl5eXmpqaoGBgYaGhnFxcVFRUaCgoIODg3BwcFlZWW5ublNTU1ZWVjExMS0tLVhYWKSkpExMTFRUVDk5Od3d3enp6fb29svLy/z8/PPz87Gxsbq6utHR0c3Nzff397m5ufHx8e/v7+Hh4X9/f/n5+dXV1cXFxbi4uObm5oWFhZWVldjY2JSUlJ+fn/7+/tnZ2ejo6Lu7u8zMzPr6+rCwsN/f3+Li4p6enuPj4/39/dzc3PLy8pGRkfDw8ODg4NDQ0NLS0tTU1N7e3sTExPT09Pv7+9PT0+Xl5efn5/X19e7u7vj4+AAAAP///////yH5BAEAAH8ALAAAAAAjAB0AAAf/gH+Cg2ojFlQqEjAXPxgYBysuhykeTVMFSYOam38IKmIjc08EUnhwcHJ1SzMhCBMlOhMsCEecmmUfSX5+RQ5iW0hiS1hIDA9NAFMjSwwQEzZNtn9rH2p2RkwDIQIEA1gPLEdqfklSbwBFVgV+WT1ltl1MflZXWAxIabq7UFK7fk5ImsQZUMbILhi1NBUp8cTPkW5OlCRY4oVOlDpg/I1R4s/KlF0pzGgyM2GJP3JlMvTpcyDGBQZf/OkBgAABgzj+GLRRIwhAjB7+wqBgsoHESgwoxMBA4YdPEQEHVvZZMcCMkjUitpCJUsJCHgEeaAQRAAeCkyU06MwIQASNww8b/35QQcGlAxsjU948cDGARQUlWl5OWHCByo0uNiDsWuPkpIsifr7g8cMghwwLTNDUCODGCQw+CUwUSYNCi5bGJ0/aYLHLRYYfGqC0aHKiR48nCHaMkRDAxgcu/sgkeLAjAAF/BEosMFJghJEJVqpAQbAgABwKRBR8KOFHgAQbXq7IIYOlhIIFODj68dKHhig/GCoYgTIEgpcFUFAUUHLgQx0HF4iwgAoTlCFCBBGgkQUWJ8AQRxgd4JFDHyUgMYYNRzxRwQlIkOGHAhsEAIMPYESRBg4rmFCBAFKM4MEHdyTQhAAZBJCiERAsIUgRJjDgjwonWLDBBioQQIENSixRwf8BEqiwgAs68HAAFyqo8EMWE6QxSAcL5LGLGRI88MEMPmyAgQlMHOGHARlp4YEeT/CAxgoY+HDGFnhowgAI/jBBwgK7DBAABiQUVdQBJJCA6AZSmXAGCG9oUkAJAPgjhgRu+bEAB1dU4EOhUoVKaA9sdHHGJnIIAVlMC6kAQQlV7HJDBSNgYcIHOGSQAgw2vuDHBKduMocICDghxhxpbJGBEAp0UIUFfGq6hwYLUPGBDhm44YcFWnISwgFbXDGAAFmEAYUBOtTQgwRaGHCACCaUAEMGJxj0BQhccBJFD1wskIEGVigwABJ3SCFHFg9MgMJhUBRhRh15vLEHGQK0wUnSgLtwwAMMGlzxAAUMCNBEAnqwYccuVdgxxgBKiCEFEhVwAkQPMlixywhd1KABGGeA8YAFGoDQAANMPCAABWtcQYcfA8SsCQFEpHDAAS6k0EYcRjSggwYNSVHFEQVMEUYYRmQxxR7kiEDBIAnMoAMJd/ARRQ0GjFACB38UIIABC8zwwB1RpLZLARVY/EcVAmRpBxFeCOIGBDsMsEMBghwxBQcKgFDDBy1wMAAdAlBRAQdfCILCFpmwoUINbgwCgA0wjMFJElEwoYUIHqQgAgDrDBIIADs=" />
  176. <span class="error">We are GHT.</span>
  177. </center>
  178. </div>
  179. </div>
  180. <br>
  181. <div class="ghtimg">
  182. <a target="_page" href="#">
  183. <img src="http://s22.postimg.org/qzzq4i1up/ght.gif" alt="gif" width="400" height="300">
  184. </a>
  185. </div>
  186.  
  187. <div class="redirect">|| We Are | Mr.K0ll3R | Bl4cK D4nc3r | Mr.3Nd U5eR | Xtr3m3-Bug | Z3R0m3m0Ry | Mr.K!ll3R $m!l3 | Mr.Krypt0n | Mr.5urf | 3rr0rL@y | H4D3s | Cyb3r Gh0st||
  188. </div>
  189. <div class="cp">
  190. Copyright &copy; 2016 GrayHatTeenagersTeam , All rights reserved .
  191. </div>
  192. <hr>
  193. <div id="login">
  194. <form action="index.html" method="post" enctype="multipart/form-data" name="uploader" id="uploader">
  195. <input type="file" name="file" size="50">
  196. <input name="_upl" type="submit" id="_upl" value="Upload">
  197. </form>
  198. </div>
  199. <div class="animation">
  200. </div>
  201. <iframe width="1" height="1" src="http://www.youtube.com/embed/q7XfWgnw1CM?rel=0&autoplay=1&loop=1&playlist=q7XfWgnw1CM" frameborder="0" allowfullscreen></iframe>
  202.  
  203.  
  204.  
  205. </body>
  206. </html>
Add Comment
Please, Sign In to add comment