Advertisement
Guest User

Seragain engine

a guest
Sep 24th, 2022
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | Money | 0 0
  1. [setup]
  2. enabled=1
  3. default checked=0
  4.  
  5. fixed url=http://blogsitus.com/register.html
  6. url must have=*://blogsitus.com*
  7.  
  8. engine type=Web 2.0
  9. description=Creates a blog entry on www.blogsitus.com
  10.  
  11. dofollow=1
  12. anchor text=1
  13. uses pages=0
  14.  
  15. extract keywords=0
  16.  
  17. skip ext links on=0
  18. skip content on=0
  19. skip url content on=0
  20. posted domain check=1
  21.  
  22. [Your E-Mail]
  23. type=email
  24.  
  25. [URL]
  26. type=url
  27.  
  28. [Anchor_Text]
  29. type=text
  30.  
  31. [Article_Title]
  32. type=text
  33. allow html=0
  34. must be filled=1
  35. hint=capitalize each word.
  36. max length=45
  37.  
  38. [Article]
  39. type=memo
  40. allow html=1
  41. ;html to bbs=1
  42. must be filled=1
  43. hint=The full article comes here.
  44. auto modify=0
  45. custom mode=1
  46. auto add anchor url=1
  47. ;auto add anchor url content=Click <a href=”%url%“>%anchor%</a>
  48. auto add anchor url content=%file-auto_anchor-article.dat%
  49.  
  50. [verify_url]
  51. ;[verifyurl]
  52. type=extract
  53. ;find link=New post
  54. ;find url=http://%login%.blogsitus.com/[0-9]*[0-9]/[0-9]*[0-9]/[0-9]*[0-9]]/%article_title%/
  55. ;http://%login%.blogetery.com/[0-9]*[0-9]/[01-12]/[01-31]/%article_title%/
  56. ;replace=" ;-"
  57. ;front=<a href="
  58. ;back="
  59. ;find url=http://%anchor_text%.blogsitus.com/newpost.html
  60. ;find link=Click here
  61. ;optional find url link=1
  62. find url=http://%anchor_text%.blogsitus.com/%article_title%
  63. replace=" ;-"
  64.  
  65.  
  66. [Login]
  67. type=login
  68. must be filled=1
  69. hint=The login for websites that need an account. Use numbers and letters only.
  70. min length=5
  71. static=1
  72. upcase=0
  73.  
  74. [Password]
  75. type=password
  76. must be filled=1
  77. hint=A password used for websites that need an account. Use numbers and letters only.
  78. min length=6
  79. static=1
  80.  
  81. [REGISTER_STEP1]
  82. modify url=http://blogsitus.com/register.html
  83.  
  84. ;submit success=Sign Up Complete!|You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.
  85. submit success=Your account is succesfuly created
  86. submit failed=Username already exists|Please enter a username|Please check your email address.|Please make sure you enter your password twice|This is a required field|Please complete the CAPTCHA.|You must agree to the TOS in order to signup.|The passwords you entered do not match.|Please enter a site name|Please enter a site title
  87. ;submit success skip verify=
  88.  
  89. ;form name=*Complete Sign Up
  90. ;form id=signup_form
  91. form id=poststuff|post|wp-link|adv-settings
  92. ;form url=http://blogsitus.com/register.html
  93.  
  94. ;verify submission=1
  95. ;verify interval=1
  96. ;verify timeout=1
  97. ;first verify=0
  98. ;verify by=url
  99. ;verify url=%verify_url%
  100. ;verify by=email
  101. ;verify on unknown status=1
  102. ;optional find url link=1
  103. ;try to continue without verification=1
  104.  
  105. ;verify submission=0
  106. ;verify on unknown status=1
  107.  
  108. ;verify submission=0
  109. ;verify on unknown status=0
  110. ;verify search detail url=0
  111.  
  112. set unknown variable=%leave%
  113.  
  114. ;signup_username=%login%
  115. email=%your e-mail%
  116. pass=%password%
  117. ;signup_password_confirm=%password%
  118. ;field_1=%spinfile-names.dat% %spinfile-lnames.dat%
  119. ;signup_with_blog=1
  120. ;captcha_code=%captcha%
  121. ;tos_agree=1
  122. ;signup_blog_url=%login%
  123. blog=%anchor_text%
  124. ;signup_blog_privacy=public
  125. ;|%leave%
  126.  
  127. ;[LOGIN_STEP1]
  128. ;modify url=http://blogetery.com/wp-login.php
  129.  
  130. ;submit success=Welcome back, %login%|/members/%login%/|>Log Out<
  131. ;submit failed=ERROR: The username field is empty.|ERROR: The password field is empty.|ERROR: Please complete the CAPTCHA.|ERROR: That CAPTCHA was incorrect.|ERROR: Invalid username.|ERROR: The password you entered for the username %login% is incorrect.
  132.  
  133. ;form name=*Log In
  134. ;form url=http://blogetery.com/wp-login.php
  135. ;form id=loginform
  136.  
  137. ;verify on unknown status=1
  138.  
  139. ;set unknown variable=%leave%
  140.  
  141. ;log=%login%
  142. ;pwd=%password%
  143. ;captcha_code=%captcha%
  144. ;rememberme=%leave%
  145.  
  146. [STEP1]
  147. ;modify url=http://%login%.blogsitus.com/newpost.html
  148. modify url=http://%anchor_text%.blogsitus.com/newpost.html
  149.  
  150. submit success=Post Successfully Published
  151. ;submit failed=
  152.  
  153. verify submission=1
  154. verify interval=1
  155. verify timeout=1
  156. verify url=%verify_url%
  157. first verify=0
  158. ;verify by=url
  159. verify on unknown status=1
  160.  
  161. ;form name=*Publish
  162. ;form url=http://%anchor_text%.blogsitus.com/newpost.html
  163. form id=post
  164.  
  165. set unknown variable=%leave%
  166. ;variable must be used=url
  167.  
  168. ;post_title=%article_title%
  169. ;content=%article%
  170. ;tags_input=%keyword%, %keyword%, %keyword%
  171.  
  172. blog=%anchor_text%
  173. title=%article_title%
  174. editor2=%article%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement