meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
search_engine_ranker:script_manual [2021-08-12 10:35] – [The STEP Section] sven | search_engine_ranker:script_manual [2025-02-14 12:27] (current) – sven | ||
---|---|---|---|
Line 5: | Line 5: | ||
Here are some helpful links on engine writing and syntax highlighting: | Here are some helpful links on engine writing and syntax highlighting: | ||
+ | * [[https:// | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
Line 93: | Line 94: | ||
|form class|Try to find a form on the current webpage that has a class as in the variable content. Again you can use %%|%% to have multiple variations. Not many sites use a class in the < | |form class|Try to find a form on the current webpage that has a class as in the variable content. Again you can use %%|%% to have multiple variations. Not many sites use a class in the < | ||
|form name|Try to find a form on the current webpage that has a name like the variable content. If no name is used in the < | |form name|Try to find a form on the current webpage that has a name like the variable content. If no name is used in the < | ||
+ | |form method|Try to find a form on the current webpage that has a method as in the variable content (post or get).\\ \\ //Example: form method=post// | ||
|form url|Try to find a form where the submission URL would match the variable content.\\ \\ //Example: form url=*/ | |form url|Try to find a form where the submission URL would match the variable content.\\ \\ //Example: form url=*/ | ||
|form url ignore|Ignores forms where the submission URL would match the variable content.\\ \\ //Example: form url ignore=*/ | |form url ignore|Ignores forms where the submission URL would match the variable content.\\ \\ //Example: form url ignore=*/ | ||
Line 100: | Line 102: | ||
|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 < | ||
+ | |http header|Add additional headers to the HTTP Request Header.\\ \\ //Example: http header=X-WP-Nonce: | ||
|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| | |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, | ||
Line 123: | Line 126: | ||
|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 " | ||
|verify submission|1 = verify the submission\\ 0 = do not verify the submission but assume that the link is submitted and will be visible there or is already (default) Even though this is the default behaviour, you should set it to " | |verify submission|1 = verify the submission\\ 0 = do not verify the submission but assume that the link is submitted and will be visible there or is already (default) Even though this is the default behaviour, you should set it to " | ||
- | |verify by\\ \\ verify search for|Defines how to verify a submission. Possible value for " | + | |verify by\\ \\ verify search for|Defines how to verify a submission. Possible value for " |
- | |verify url\\ verify url remove\\ verify url replace|If you use " | + | |verify url\\ verify url remove\\ verify url replace\\ verify url must have|If you use " |
|use original url to verify|1 = this will not use the last URL but the URL we started the whole engine with.\\ 0 = use the last URL at the end of the submission (default)\\ \\ //Example: use original url to verify=1//| | |use original url to verify|1 = this will not use the last URL but the URL we started the whole engine with.\\ 0 = use the last URL at the end of the submission (default)\\ \\ //Example: use original url to verify=1//| | ||
|verify interval|Defines in what interval in minutes this verification should take place (default 180). \\ \\ //Example: verify interval=60// | |verify interval|Defines in what interval in minutes this verification should take place (default 180). \\ \\ //Example: verify interval=60// | ||
Line 132: | Line 135: | ||
|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// | |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// | ||
|modify url|This is used to change a found URL to something else.\\ \\ //Example: modify url=%targethost% %targetpath%// | |modify url|This is used to change a found URL to something else.\\ \\ //Example: modify url=%targethost% %targetpath%// | ||
- | |modify url condition|If present it will check if the content is presnet | + | |modify url condition|If present it will check if the content is present |
|modify url remove|The same as " | |modify url remove|The same as " | ||
|modify url replace|The same as " | |modify url replace|The same as " | ||
- | |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 submit method|Use this to change the form submission method. Valid values are GET and POST.| |
+ | |modify step\\ modify step condition\\ modify step condition input|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*//\\ the //modify step condition input// is optional and will use the content of the webpage as default| | ||
|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).| | ||
|Link type|Defines the type of backlink created. Can be anything you want but you might want to use the types already used in other scripts.| | |Link type|Defines the type of backlink created. Can be anything you want but you might want to use the types already used in other scripts.| | ||
Line 218: | Line 222: | ||
|tier data|Sets the data that will overwrite the input data for tier projects. Just if the "tier data" is empty it will use the one that the user set.\\ \\ //Example: tier data=%tier_title%// | |tier data|Sets the data that will overwrite the input data for tier projects. Just if the "tier data" is empty it will use the one that the user set.\\ \\ //Example: tier data=%tier_title%// | ||
|allow data url|0 = do not allow data URLs -> gets removed\\ 1 = allow them (default)\\ \\ This will remove e.g. images from the article that are Data-URLs| | |allow data url|0 = do not allow data URLs -> gets removed\\ 1 = allow them (default)\\ \\ This will remove e.g. images from the article that are Data-URLs| | ||
+ | |resize=< | ||
+ | |filter|What to accept when type=file is used as files. Example: filter=Image files|*.jpg; | ||
Line 280: | Line 286: | ||
|reverse|When using // | |reverse|When using // | ||
|base64|using // | |base64|using // | ||
+ | |all matches\\ delimiter|When using //all matches=1// together with // | ||
===== A Small Example ===== | ===== A Small Example ===== | ||