Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.60 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. $testa = $_POST['veio'];
  4. if($testa != "") {
  5. $message = $_POST['html'];
  6. $subject = $_POST['assunto'];
  7. $nome = $_POST['nome'];
  8. $de = $_POST['de'];
  9. $to = $_POST['emails'];
  10.  
  11. $email = explode("\n", $to);
  12. $message = stripslashes($message);
  13.  
  14. $i = 0;
  15. $count = 1;
  16. while($email[$i]) {
  17.  
  18.  
  19.  
  20.  
  21.  
  22. $EmailTemporario = $email[$i];
  23. $message = stripslashes($message);
  24. $headers = "MIME-Version: 1.0\n";
  25. $headers .= "Content-type: text/html; charset=iso-8859-1\n";
  26. $headers .= "From: ".$nome." ! <".$EmailTemporario.">\r\n";
  27.  
  28. if(mail($EmailTemporario, $subject, $message, $headers))
  29. echo "<font color=orange>* N&#1098;Mero: $count <b>".$email[$i]."</b> <font color=green>Bseha....!</font><br><hr>";
  30. else
  31. echo "<font color=orange>* N&#1098;Mero: $count <b>".$email[$i]."</b> <font color=red>matsendach....!</font><br><hr>";
  32. $i++;
  33. $count++;
  34. }
  35. $count--;
  36. if($ok == "ok")
  37. echo "[All Email Has Spammed :D]";
  38.  
  39. }
  40.  
  41. ?>
  42. <html><head>
  43. <style>
  44. @import "http://fonts.googleapis.com/css?family=Play:400,700";
  45. body {
  46. background: #000000;
  47. line-height: 1;
  48. color: #bbb;
  49. font-family: "CONSOLAS";
  50. font-size: 12px;
  51. background: url("https://newevolutiondesigns.com/images/freebies/black-wallpaper-10.jpg") fixed;
  52. background-size: cover;
  53. -webkit-background-size: cover;
  54. -moz-background-size: cover;
  55. -o-background-size: cover;
  56. }
  57. textarea, input, select {
  58. border:0;
  59. BORDER-COLLAPSE:collapse;
  60. border:double 2px #696969;
  61. color:#fff;
  62. background-color: rgba(0, 0, 0, 0.0);
  63. margin:0;
  64. padding:2px 4px;
  65. font-family: Lucida Console,Tahoma;
  66. font-size:12px;
  67. box-shadow: 0 0 15px gray;
  68. -webkit-box-shadow: 0 0 15px gray;
  69. -moz-box-shadow: 0 0 15px blue;
  70.  
  71. }
  72. .title {
  73. color: #eee;
  74. background: black;
  75. text-align: center;
  76. font-size: 120%;
  77. }
  78. .button {
  79. color: #eee;
  80. }
  81. .tool {
  82. color: lime;
  83. }
  84. header {
  85. font-family: Lucida Console;
  86. font-size: 12px;
  87. text-align: center;
  88. padding-top: 10px;
  89. color: #626262;
  90. }
  91. /* Gradient 1 */
  92. .ta10 {
  93. background: url();
  94. background-color: black;
  95. background-repeat: no-repeat;
  96. background-size: 52% 100%;
  97. background-position: center;
  98. border: 2px double #696969;
  99. padding: 3px;
  100. margin-right: 4px;
  101. margin-bottom: 8px;
  102. font-family: Lucida Console, Tahoma;
  103. font-size: 12px;
  104. box-shadow: 0 0 5px white;
  105. -webkit-box-shadow: 0 0 5px white;
  106. -moz-box-shadow: 0 0 5px white;
  107. border: solid 0px transparent; // or border: none;
  108. }
  109. .char {
  110. transition: all 5s;
  111. -webkit-transition: all 1s;
  112. opacity: 0.8;
  113. }
  114. .char:hover {
  115. transition: all 0.1s;
  116. -webkit-transition: all 0.1s;
  117. opacity: 1.5;
  118. text-shadow: 0 0 1em white;
  119. }
  120. .chara:not(.space):hover {
  121. transform: rotateY(1440deg);
  122. -webkit-transform: rotateY(1440deg);
  123. }
  124. .chara:not(.space) {
  125. display: inline-block;
  126. transition: transform 2s ease-out;
  127. -webkit-transition: -webkit-transform 2s ease-out;
  128. }
  129. </style>
  130. <title>Mailler By Xray</title>
  131. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  132. <style>
  133. body {
  134. margin-left: 0;
  135. margin-right: 0;
  136. margin-top: 0;
  137. margin-bottom: 0;
  138. }
  139. .titulo {
  140. font-family: Arial, Helvetica, sans-serif;
  141. font-size: 70px;
  142. color: #000000;
  143. font-weight: bold;
  144. }
  145.  
  146. .normal {
  147. font-family: "Courier New", Courier, monospace;
  148. font-size: 16px;
  149. color: #404345;
  150. }
  151.  
  152. .form {
  153. font-family: Arial, Helvetica, sans-serif;
  154. font-size: 10px;
  155. color: #000000;
  156. background-color: #0000FF;
  157. border: 1px dashed #666666;
  158. }
  159.  
  160. .texto {
  161. font-family: Verdana, Arial, Helvetica, sans-serif;
  162. font-weight: bold;
  163. }
  164.  
  165. .alerta {
  166. font-family: Verdana, Arial, Helvetica, sans-serif;
  167. font-weight: bold;
  168. color: #000;
  169. font-size: 10px;
  170. }
  171. .normal tr td p strong {
  172. font-size: 24px;
  173. }
  174. </style>
  175. <style type="text/css"></style></head>
  176. <body>
  177. <b></b>
  178. <hr><center><br><font size="3" color="white" style="text-shadow: #ddd 0 0 15px;">Copyright <font class="chara">©</font> 2015 <a href="#"><font size="3" color="grey" style="text-shadow: #ddd 0 0 15px;">Xray</font></a></font><br><hr></center>
  179. <div><br><font size="5" color="white" style="text-shadow: #ddd 0 0 15px;"></font><center><font size="5" color="white" style="text-shadow: #ddd 0 0 15px;">
  180. <b><font size="15">[ XR4Y !NB0X M4!L3R ]</font></b></font></center><br><hr>
  181. <marquee direction="right" scrollamount="-999" align="center" behavior="alternate"><font size="5">Welcome Back</font></marquee>
  182. </div>
  183. <header>
  184. <div>
  185. <br>
  186. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  187. </div></header>
  188.  
  189. <br>
  190. <center>
  191. <link rel="\&quot;shortcut" icon\"="" href="\&quot;http://dl.dropbox.com/s/wd1x77073z5ar9u/pp_favicon_x.ico\&quot;/">
  192.  
  193. <script type="text/javascript">
  194. $(document).ready( function() {
  195. $("#logout").click( function() {
  196. $.ajax({
  197. dataType: 'json',
  198. type: 'POST',
  199. data: 'ajax=1&cmd=logout',
  200. url: 'index.php',
  201. success: function(msg) {
  202. window.location.replace("/");
  203. }
  204. });
  205. });
  206. });
  207. </script>
  208.  
  209. <!-- ======================== [ PayPal Rezult ] ======================== -->
  210.  
  211. </center>
  212.  
  213.  
  214.  
  215. <form action="" method="post" enctype="multipart/form-data" name="form1">
  216. <input type="hidden" name="veio" value="sim">
  217. <table height="750" border="0" cellpadding="0" cellspacing="1" class="normal" style="
  218. width: 631px;
  219. " align="center">
  220. <tbody>
  221. <tr>
  222.  
  223. </tr><tr>
  224. <td width="509" height="46" align="center" bgcolor="#000000" style="
  225. border-radius: 10px 10px 0px 0px;
  226. background-color: #3C3F41;
  227. "><p><font size="5" style="text-shadow: #ddd 0 0 15px;">
  228. <b><font size="15" style="
  229. style=&quot; background: url(&quot;
  230. http://cdn01.wallconvert.com/_media/conv/1/21/206895
  231. -cool-backgrounds-hd.jpg&quot;) fixed; &quot;;
  232. ">[ XR4Y !NB0X M4!L3R ]</font></b></font></p></td>
  233. </tr>
  234. <tr>
  235. <td height="194" valign="top" bgcolor="#FFFFFF" style="
  236. background-color: #404345;
  237. ">
  238. <table width="100%" border="0" cellpadding="0" cellspacing="5" class="normal" height="499">
  239. <tbody><tr>
  240.  
  241.  
  242. <td height="17"><span class="texto" conv="" style="
  243. color: black;
  244. ">Subject :</span></td>
  245. <td><input name="assunto" type="text" id="assunto" style="background: url(&quot;https://newevolutiondesigns.com/images/freebies/black-wallpaper-10.jpg&quot;) fixed;width: 523px;left: 50px;height: 29px;"></td>
  246. </tr>
  247.  
  248. <tr align="right">
  249. <td height="146" colspan="2" valign="top"><br>
  250. <textarea name="html" style="background: url(&quot;https://newevolutiondesigns.com/images/freebies/black-wallpaper-10.jpg&quot;) fixed;width:100%" rows="8" wrap="VIRTUAL" class="normal" id="html"></textarea>
  251.  
  252.  
  253. <span class="alerta"> HTML</span></td>
  254.  
  255.  
  256.  
  257. </tr>
  258. <tr align="center" bgcolor="#99CCFF">
  259. <td height="47" colspan="2" style="
  260. background-color: #404345;
  261. "><img src="http://images.apple.sicured.com/global/scripts/object/feed/Mail-icons.png"><span class="texto"> </span></td>
  262. </tr>
  263. <tr align="right">
  264. <td height="136" colspan="2" valign="top"><br>
  265. <textarea name="emails" style="background: url(&quot;https://newevolutiondesigns.com/images/freebies/black-wallpaper-10.jpg&quot;) fixed;width:100%" rows="8" wrap="VIRTUAL" class="normal" id="emails"></textarea>
  266. <span class="alerta">lista</span> </td>
  267. </tr>
  268. <tr style="
  269. ">
  270. <td align="center" valign="top" style="
  271. height: 30px;
  272. " colspan="2"><input type="submit" name="Submit" value="Send :D" style=":;
  273. "></td>
  274. </tr>
  275.  
  276. </tbody>
  277. </table>
  278. </td>
  279. </tr>
  280. <tr>
  281. <td width="509" height="46" align="center" bgcolor="#000000" style="
  282. border-radius: 0px 0px 10px 10px;
  283. background-color: #3C3F41;
  284. "><p><font size="5" style="text-shadow: #ddd 0 0 15px;">
  285. <b><font size="15" style="
  286. style=&quot; background: url(&quot;
  287. http://cdn01.wallconvert.com/_media/conv/1/21/206895
  288. -cool-backgrounds-hd.jpg&quot;) fixed; &quot;;
  289. ">[ XR4Y !NB0X M4!L3R ]</font></b></font></p></td>
  290.  
  291. </tr><br>
  292. <br><tr align="left">
  293. <td colspan="2" bgcolor="#000000" >Server Name: <?php echo $UNAME = @php_uname(); ?><br>
  294. Email admin: <?php echo $_SERVER['SERVER_ADMIN']; ?> <br>
  295. </td>
  296. </tr>
  297. </table>
  298. </form></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement