Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
search_engine_ranker:script_manual [2021-06-02 07:52] – [The STEP Section] svensearch_engine_ranker:script_manual [2021-08-21 08:58] sven
Line 29: Line 29:
 Everything is not case sensitive so you don't have to care if you write **[SECTION]** or **[Section]**. There are basically two types of engines. Everything is not case sensitive so you don't have to care if you write **[SECTION]** or **[Section]**. There are basically two types of engines.
  
-  * The once that require an account and login.\\ You will have to define at least the following sections:\\ **[SETUP]**, **[REGISTER_STEP*]**, **[LOGIN_STEP*]**, **[STEP*]**+  * The once that require an account and login.\\ You will have to define at least the following sections:\\ **[SETUP]**, **[REGISTER_STEP*]**, **[LOGIN_STEP*]**, **[STEP*]**, (optional **[FIRSTLOGIN_STEP*]**)
   * Those who need no account and no login.\\ You just need the following sections:\\ **[SETUP]**, **[STEP*]**   * Those who need no account and no login.\\ You just need the following sections:\\ **[SETUP]**, **[STEP*]**
  
Line 72: Line 72:
  
   * [REGISTER_STEP*] - used to create an account   * [REGISTER_STEP*] - used to create an account
 +  * [FIRSTLOGIN_STEP*] - used **only ones** to login after account registration is done and first login ever is performes
   * [LOGIN_STEP*] - used to log into the site with the created account   * [LOGIN_STEP*] - used to log into the site with the created account
   * [STEP*] - he actual submission process   * [STEP*] - he actual submission process
Line 131: Line 132:
 |try to continue without verification|0 = follow exact verification steps (default)\\ 1 = try to skip verification and continue\\ \\ //Example: try to continue without verification=1//\\ \\ When used in a REGISTER_STEP1 section, this would skip e.g. the email verification and try to login and submit your link. In case this goes wrong there is still the normal way to go on (wait verification + login + submit). If the result of a registration is unknown as well as login, then it doesnt continue for now but wait till registration is verified.| |try to continue without verification|0 = follow exact verification steps (default)\\ 1 = try to skip verification and continue\\ \\ //Example: try to continue without verification=1//\\ \\ When used in a REGISTER_STEP1 section, this would skip e.g. the email verification and try to login and submit your link. In case this goes wrong there is still the normal way to go on (wait verification + login + submit). If the result of a registration is unknown as well as login, then it doesnt continue for now but wait till registration is verified.|
 |modify url|This is used to change a found URL to something else.\\ \\ //Example: modify url=%targethost% %targetpath%//\\ \\ If the program starts the submission  with a URL like "%%http://www.something.com/guestbook.php/page=23%%" you will most likely not find a form to submit your link as this is only on page 1. So in this case the "modify url" removes all parameters from the URL and you end in "%%http://www.something.com/guestbook.php/page=23%%".| |modify url|This is used to change a found URL to something else.\\ \\ //Example: modify url=%targethost% %targetpath%//\\ \\ If the program starts the submission  with a URL like "%%http://www.something.com/guestbook.php/page=23%%" you will most likely not find a form to submit your link as this is only on page 1. So in this case the "modify url" removes all parameters from the URL and you end in "%%http://www.something.com/guestbook.php/page=23%%".|
-|modify url condition|If present it will check if the content is presnet on the webpage and only apply the "modify url" changes when present.|+|modify url condition|If present it will check if the content is present on the webpage and only apply the "modify url" changes when present.|
 |modify url remove|The same as "verify url remove" but used to modify a URL for the submission.| |modify url remove|The same as "verify url remove" but used to modify a URL for the submission.|
 |modify url replace|The same as "verify url replace" but used to modify a URL for the submission.| |modify url replace|The same as "verify url replace" but used to modify a URL for the submission.|
 +|modify submit method|Use this to change the form submission method. Valid values are GET and POST.|
 |modify step\\ modify step condition|This will go to another submission step if the condition (something in last downloaded page from previous submission step) was found.\\ \\ //Example: modify step=2\\ modify step condition=*No verification required*//| |modify step\\ modify step condition|This will go to another submission step if the condition (something in last downloaded page from previous submission step) was found.\\ \\ //Example: modify step=2\\ modify step condition=*No verification required*//|
 |Download retries|Number of tries to submit or download something (default is 1).| |Download retries|Number of tries to submit or download something (default is 1).|