Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
2,553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [SETUP]
  2. enabled=1
  3. default checked=0
  4. engine type=Video
  5. description=Makes a profile and drops your URL on CumulusClips powered sites\nby cherub
  6. dofollow=0
  7. anchor text=0
  8. creates own page=1
  9. uses pages=0
  10.  
  11. page must have=name="generator" content="CumulusClips"|/themes/cumulus/|cc-content
  12.  
  13. search term="As a member you'll be able to upload videos, post comments, rate and share videos, subscribe to members, and much more"|"Don't Have an Account? Create one Free"|"Due to the high volume of submissions, it may take some time for us to get to your inquiry"|"CumulusClips Powered"|"Welcome to this CumulusTube themed site"|CumulusTube|"Fresh Out The Oven" "Account Login"|"Most Discussed Videos" "Highest Rated Videos"|"powered by CumulusClips"|"Send Message" "Report Abuse" "Member's RSS Feed"
  14. add keyword to search=2
  15. use blog search=0
  16.  
  17. ;-------------------------------------------------------------------------
  18. ; Variables we have to define for this engine
  19. ;
  20.  
  21. extract from email=email_link
  22.  
  23. [Anchor_Text]
  24. type=text
  25. alternate data=%spinfile-generic_anchor_text.dat%
  26.  
  27. [URL]
  28. type=url
  29.  
  30. [Login]
  31. type=login
  32. must be filled=1
  33. hint=The login for websites that need an account. Use numbers and letters only.
  34. min length=5
  35. static=1
  36.  
  37. [Your E-Mail]
  38. type=email
  39. must be filled=1
  40. static=1
  41.  
  42. [Password]
  43. type=password
  44. must be filled=1
  45. hint=A password used for websites that need an account. Use numbers and letters only.
  46. min length=8
  47. static=1
  48.  
  49. [About_Yourself]
  50. type=memo
  51. allow html=1
  52. html to bbs=0
  53. must be filled=1
  54. hint=Please fill this with some information about yourself. Use the spin syntax heavily here.
  55. custom mode=1
  56. auto modify=0
  57. default=%file-about_yourself.dat%
  58.  
  59. [email_link]
  60. type=extract
  61. find url=*activate*
  62. static=1
  63.  
  64. [profile_url]
  65. type=extract
  66. find link=View My Profile
  67. find url=*%login%*
  68. default=%targethost%/members/%login%/
  69.  
  70. ;---------------------------
  71.  
  72. [REGISTER_STEP1]
  73. submit success=Thank you, you have successfully created your account|Danke, Du hast erfolgreich ein Konto erstellt|id="message" class="success"
  74. captcha failed=The Security Code is Incorrect
  75. submit failed=Email address is unavailable|id="message" class="error"
  76.  
  77. verify submission=1
  78. verify by=email
  79. verify interval=30
  80. verify timeout=7200
  81. verify on unknown status=1
  82.  
  83. find link=Sign Up Free
  84. find url=*register*
  85. alternative url=/register/
  86.  
  87. form url=*register*
  88. form name=Create Account
  89.  
  90. email=%your e-mail%
  91. username=%login%
  92. password=%password%
  93. password_confirm=%password%
  94. captcha_code=%captcha% securimage_show.php
  95.  
  96. [LOGIN_STEP1]
  97. find link=Login
  98. find url=*login*
  99. alternative url=/login/
  100.  
  101. form url=*login*
  102. form name=Login
  103.  
  104. username=%login%
  105. password=%password%
  106. remember=TRUE
  107.  
  108. submit success=>My Account<|>Logout<
  109. submit failed=id="message" class="error"
  110.  
  111. [STEP1]
  112. link type=Profile-URL
  113.  
  114. verify submission=1
  115. verify by=url
  116. verify url=%profile_url%
  117. first verify=0
  118. verify interval=60
  119. verify timeout=7200
  120. verify on unknown status=1
  121. verify search detail url=0
  122.  
  123. find link=Update Member Profile
  124. find url=*myaccount/profile/
  125. alternative url=/myaccount/profile/
  126.  
  127. form id=update-profile-form
  128. form url=*profile*
  129.  
  130. first_name=%spinfile-names.dat%
  131. last_name=%spinfile-lnames.dat%
  132. email=%your e-mail%
  133. website=%url%
  134. about_me=%about_yourself%
  135.  
  136. submit success=Your profile has been successfully updated|id="message" class="success"
  137. submit failed=id="message" class="error"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement