meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
search_engine_ranker:script_manual [2017-09-11 06:31] – [Data Extraction] sven | search_engine_ranker:script_manual [2019-06-16 15:20] – sven | ||
---|---|---|---|
Line 14: | Line 14: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | * [[https:// | ||
===== The Structure ===== | ===== The Structure ===== | ||
Line 96: | Line 97: | ||
|seconds to wait before submission condition|This will only delay the submission if something in the variable content is found on the webpage.\\ \\ //Example: seconds to wait before submission condition=stop_spam_time// | |seconds to wait before submission condition|This will only delay the submission if something in the variable content is found on the webpage.\\ \\ //Example: seconds to wait before submission condition=stop_spam_time// | ||
|post data|This is hardly used but will create a custom data that is used to submit to websites instead of using the data from < | |post data|This is hardly used but will create a custom data that is used to submit to websites instead of using the data from < | ||
- | |encode post data|1 = encode the data in a proper way as used in POST protocol\\ 2 = encode it using multipart \\ 0 = take the data as it is without encoding anything| | + | |encode post data|1 = encode the data in a proper way as used in POST protocol\\ 2 = encode it using multipart \\ 0 = take the data as it is without encoding anything\\ 3 = encode it using json syntax| |
|variable must be used|A form is only submitted if certain variables have been used in that form.\\ \\ //Example: variable must be used=url, | |variable must be used|A form is only submitted if certain variables have been used in that form.\\ \\ //Example: variable must be used=url, | ||
|add fixed data add fixed data condition\\ \\ \\ \\ //remove fixed data//\\ \\ //remove fixed data condition// | |add fixed data add fixed data condition\\ \\ \\ \\ //remove fixed data//\\ \\ //remove fixed data condition// | ||
Line 108: | Line 109: | ||
|set cookie\\ \\ set cookie condition|Sometimes cookies are required to submit a form and they are set by javascript so that the program can not detect them. You can do that manually with these variables. "set cookie condition" | |set cookie\\ \\ set cookie condition|Sometimes cookies are required to submit a form and they are set by javascript so that the program can not detect them. You can do that manually with these variables. "set cookie condition" | ||
|write file|Writes data to a file.\\ \\ //Example: write file=" | |write file|Writes data to a file.\\ \\ //Example: write file=" | ||
+ | |recaptcha sitekey|Get the required recaptcha site key\\ \\ //Example: recaptcha sitekey=< | ||
===== Variables usable in SETUP and STEP Section ===== | ===== Variables usable in SETUP and STEP Section ===== | ||
Line 115: | Line 116: | ||
^Variable^Allowed values / Description^ | ^Variable^Allowed values / Description^ | ||
- | |submit success\\ \\ submit failed\\ \\ captcha failed\\ \\ submit failed retry|At the end of each STEP* the resulting webpage content is checked first against " | + | |submit success\\ \\ submit failed\\ \\ captcha failed\\ \\ submit failed retry|At the end of each STEP* the resulting webpage content is checked first against " |
|submit success skip verify|If a submission is detected as successful and it is e.g. a REGISTER_STEP* then we can skip the verification process if certain stings appear on the page.\\ \\ //Example: submit success skip verify=> | |submit success skip verify|If a submission is detected as successful and it is e.g. a REGISTER_STEP* then we can skip the verification process if certain stings appear on the page.\\ \\ //Example: submit success skip verify=> | ||
|verify on unknown status|1 = if a submission is not detected as successful or failed it will still be taken as successful (appearing in log with " | |verify on unknown status|1 = if a submission is not detected as successful or failed it will still be taken as successful (appearing in log with " |