Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. [setup]
  2. enabled=1
  3. default checked=0
  4.  
  5. engine type=Web 2.0
  6. description=
  7. dofollow=1
  8. anchor text=1
  9. creates own page=1
  10. uses pages=0
  11. posted domain check=1
  12. url must have1=canalblog.com
  13.  
  14. fixed url=http://www.canalblog.com/
  15.  
  16. [Login]
  17. type=login
  18. must be filled=1
  19. hint=The login. Use numbers and letters only.
  20. min length=10
  21. static=1
  22.  
  23. [Password]
  24. type=password
  25. must be filled=1
  26. hint=A password used for websites that need an account. Use numbers and letters only.
  27. min length=8
  28. static=1
  29.  
  30. [Your E-Mail]
  31. type=email
  32. static=1
  33.  
  34. [token]
  35. type=extract
  36. front=
  37. back=
  38. url=http://www.canalblog.com/cf/fe/remote/settoken.cfm
  39.  
  40. [bid_id]
  41. type=extract
  42. front1=bid=
  43. back="|'|&
  44.  
  45. [verifyurl]
  46. type=extract
  47. front1=posturl":["
  48. back="
  49. url=http://www.canalblog.com/cf/my/ajax/JSONService.cfc?method=getLatestPosts&bid=%bid_id%
  50.  
  51. [Article_Title]
  52. type=text
  53. allow html=0
  54. must be filled=1
  55. hint=capitalize each word.
  56. max length=100
  57.  
  58. [Article]
  59. type=memo
  60. allow html=1
  61. must be filled=0
  62. hint=The full article comes here.
  63. auto modify=0
  64. auto add anchor url=2
  65. auto add anchor url content=%file-auto_anchor-article.dat%
  66. custom mode=1
  67.  
  68. [Category]
  69. type=category
  70. must be filled=1
  71. hint=See some sample sites what categories exist. It is a bit complex to define the right one though.
  72.  
  73. ;;;;;;;;;;;;;;;;;;
  74. [Blog Subdomain]
  75. type=text
  76. allow html=0
  77. must be filled=1
  78. min length=5
  79. max length=16
  80. default=#gennick[XYZ,5,16]
  81.  
  82. [Blog Title]
  83. type=text
  84. allow html=0
  85. must be filled=1
  86. max length=40
  87.  
  88. [Blog Description]
  89. type=text
  90. allow html=0
  91. must be filled=1
  92. max length=255
  93. ;;;;;;;;;;;;;;;;;;;;
  94.  
  95. [REGISTER_STEP1]
  96. modify url=http://www.canalblog.com/cf/addUser.cfm
  97.  
  98. submit success=*blog.manage*
  99. submit success skip verify=
  100. submit failed=
  101. captcha failed=Le mot saisi dans la b*
  102.  
  103. verify submission=1
  104. verify by=email
  105. first verify=5
  106. verify interval=10
  107. verify timeout=60
  108. verify on unknown status=1
  109. try to continue without verification=1
  110.  
  111. username=%login%
  112. password=%password%
  113. password2=%password%
  114. email=%Your E-Mail%
  115. partnerList=0
  116. add fixed data=secure=%token%
  117.  
  118. [REGISTER_STEP2]
  119. ;seconds to wait before submission=5
  120.  
  121. blogURL=%Blog Subdomain%
  122. blogTitle=%Blog Title%
  123. blogDescription=%Blog Description%
  124. blogCategoryId=%Category%
  125.  
  126. [LOGIN_STEP1]
  127. modify url=http://www.canalblog.com/cf/login.cfm
  128.  
  129. submit success=*blog.manage*|*SessionController.cfc?method=logoff|href="http://www.canalblog.com/cf/security/SessionController.cfc?method=logoff"
  130.  
  131. memberid=%login%
  132. password=%password%
  133.  
  134. form name=loginform
  135. form id=loginform
  136.  
  137. [STEP1]
  138. modify url=http://www.canalblog.com/cf/my/
  139. just download=1
  140.  
  141. verify submission=1
  142. verify by=url
  143. verify url=%verifyurl%
  144. first verify=0
  145. verify interval=5
  146. verify timeout=10
  147. verify on unknown status=1
  148. verify search detail url=0
  149.  
  150.  
  151. [STEP2]
  152. ;seconds to wait before submission=5
  153.  
  154. find url=*/cf/my/?nav=blog.manage*|*blog.manage*
  155. find link=Nouveau message
  156.  
  157. postTitle=%Article_Title%
  158. postText=%Article%
  159.  
  160. ischangedt=0
  161.  
  162. yearToP=%leave%
  163. monthToP=%leave%
  164. minToP=%leave%
  165. hourToP=%leave%
  166. dateTimeToP=%leave%
  167.  
  168. add fixed data=postTags=0;postIsConvertLineBreaks=0
  169. remove fixed data=saveasdraft;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement