Advertisement
benkow_

readme spamkit

Apr 7th, 2016
1,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. [fio] - макрос можно использовать в случае если формат мыл
  2. name@mail.ru;»м¤ фамили¤ - макрос вставл¤ет им¤ фамилию в письмо где укажите
  3. [TEXT-3-5] генерирует текст
  4. [line] - берет рандомную строчку с lines.txt
  5. [url]- выводит урл с urls.txt
  6. формат рандома:
  7. {ѕривет|Hello}
  8.  
  9. SENDURL:::[send_from_url]::: - макрос работает со скриптом с папки read_mail
  10. надо его добавить в письмо потом скачать письма и выдаст урлы которые нормально просылают на mail.ru
  11.  
  12. [RAND-1-99999] рандомное число от 1 до 99999
  13. [SUBJ] макрос сгенерированой - на случай если тема генерируется из нескольких максоров и ее в письме или в имени атача надо продублировать.
  14.  
  15. [SAME_STR] максро для дублирования фиксированной строки можно юзать вместе с макросом [RAND-1-9999]
  16.  
  17.  
  18. $rnd_file_name_template = '[RAND-1-99].zip'; макрос генерит атач зип файл с js кодом
  19.  
  20. email@domen.com;name1;name2;adress1;adress2;city;country;zipcode;tel1;tel2
  21.  
  22. если надо имя отправителя 387 строчка gen.php
  23. постоянное имя - $head = "From: Vasya<".$from_emails[rand(0,$from_emails_cnt)].">\n";
  24.  
  25. с использованием макроса - только ввиде переменной $name1 вместо привычной [name1]
  26. $head .= "From: $name1 <".$from_emails[rand(0,$from_emails_cnt)].">\r\n";
  27.  
  28. [randomfile1]
  29. [randomfile2] берут рандомную строчку из randomfile1..txt randomfile2.txt
  30.  
  31.  
  32.  
  33. ############################################################################################################
  34. Google Translate:
  35. [Fio] - the macro can be used if soap format
  36. name@mail.ru; »m¤ famili¤ - vstavl¤et im¤ macro name in a letter where select
  37. [TEXT-3-5] generates a text
  38. [Line] - takes place randomly with lines.txt
  39. [Url] - displays the URL with urls.txt
  40. Format of randomness:
  41. {Ѕrivet | Hello}
  42.  
  43. SENDURL ::: [send_from_url] ::: - macro works with a script to a folder read_mail
  44. it is necessary to add to the letter then download the letter and give URLs which normally prosylayut on mail.ru
  45.  
  46. [RAND-1-99999] a random number from 1 to 99999
  47. [SUBJ] macro generation time - in case the topic is generated from several maksorov her in a letter or name atacha need to duplicate.
  48.  
  49. [SAME_STR] maksro to duplicate the fixed line can juzat with the macro [RAND-1-9999]
  50.  
  51.  
  52. $ Rnd_file_name_template = '[RAND-1-99] .zip'; macro generates atach zip code with js file
  53.  
  54. email@domen.com; name1; name2; adress1; adress2; city; country; zipcode; tel1; tel2
  55.  
  56. if necessary the name of the sender 387 line gen.php
  57. permanent name - $ head = "From: Vasya <" $ from_emails [rand (0, $ from_emails_cnt)].. "> \ n";
  58.  
  59. using a macro - only because of the variable instead of the usual $ name1 [name1]
  60. . $ Head = "From: $ name1 <" $ from_emails [rand (0, $ from_emails_cnt)].. "> \ R \ n";
  61.  
  62. [Randomfile1]
  63. [Randomfile2] take a random line from randomfile1..txt randomfile2.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement