Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>PHP Mailler By 4LF45T</title>
- <link href="https://fonts.googleapis.com/css?family=Abel|Acme|Overpass" rel="stylesheet">
- <style>
- body{
- font-family: "Acme", sans-serif;
- background:#000;
- color:#00D06A;
- }
- textarea{
- background:#000;
- color:#00D06A;
- border:1px solid lime;
- }
- a{
- font-family: "Acme", sans-serif;
- }
- input{
- color:red;
- background:#282828;
- border:1px solid lime;
- }
- input:hover{
- background:#1a1a1a;
- color:#00D06A;
- }
- .jefri{
- background:#282828;
- border:1px solid #c9c7c7;
- }
- hr{
- border:1px solid #c9c7c7;
- }
- pre{
- width: 100%;
- color:#00D60A;
- margin: 0;
- overflow: auto;
- overflow-y: hidden;
- margin-top:20%;
- font-size: 12px;
- background: none;
- background: url(lines.png) repeat 0 0;
- text-align:center;
- }
- </style>
- </head>
- <body>
- <pre>
- _______ _______ _______ _______ _________ _ _ _______ _______
- ( ____ )|\ /|( ____ ) ( )( ___ )\__ __/( \ ( \ ( ____ \( ____ )
- | ( )|| ) ( || ( )| | () () || ( ) | ) ( | ( | ( | ( \/| ( )|
- | (____)|| (___) || (____)| | || || || (___) | | | | | | | | (__ | (____)|
- | _____)| ___ || _____) | |(_)| || ___ | | | | | | | | __) | __)
- | ( | ( ) || ( | | | || ( ) | | | | | | | | ( | (\ (
- | ) | ) ( || ) | ) ( || ) ( |___) (___| (____/\| (____/\| (____/\| ) \ \__
- |/ |/ \||/ |/ \||/ \|\_______/(_______/(_______/(_______/|/ \__/
- <table width='50%' class='jefri' align='center'>
- <tr><td>
- <center><font size="5">PHP Mailler Coded By 4LF45T</font></center>
- <hr width="100%" align="center" />
- </td>
- </tr>
- <tr><td>
- <form method="POST">
- <span>Subjek Mail :
- </span>
- <input type="text" size="16" height="10" style="margin: 5px auto; color:red; background:#000;border:1px solid lime;" placeholder="Hai Salam Kenal" name="subjek" autofocus="" required="">
- <br>
- <span>Your Email :
- </span>
- <input type="text" size="40" height="10" style="margin: 5px auto; color:red; background:#000;border:1px solid lime;" placeholder="[email protected]" name="punyakau" autofocus="" required="">
- <br>
- <span>Email Target :
- </span>
- <input type="text" size="38" height="10" style="margin: 5px auto; color:red; background:#000;border:1px solid lime;" placeholder="target [email protected]" name="email" autofocus="" required="">
- <br>
- <span>Jumlah :
- </span>
- <input type="number" size="40" height="10" style="margin: 5px auto; color:red; background:#000;border:1px solid lime;" placeholder="999999" name="kali" required="">
- <br>
- <span>Isi Pesan:
- </span><br>
- <center><textarea rows="8" cols="55" name="isipesan" placeholder="isi pesan Disini Gan"></textarea>
- </center><br>
- <hr align="center" />
- <center><input type="submit" style="width:290px" name="ok" value="Send">
- </center>
- </form>
- </td></tr>
- </table>
- <?php
- if(isset($_POST["ok"])){
- $subjek = $_POST['subjek'];
- $from = $_POST['punyakau'];
- $mailto = $_POST['email'];
- $imel = $_POST['isipesan'];
- $headers = "From:" . $from;
- for ($a= 1; $a <= $_POST['kali']; $a++)
- {
- mail($mailto, $subjek, $imel, $headers);
- echo '<center><font color=#00D60A>'. $a . ' TERKIRIM</font></center>';
- echo "<br />";
- }
- }
- ?>
- <center><font size="4">Copyright © 2020<font color="white"> EAGLEcodes</font></center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement