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 [2019-06-21 06:15] – [Variables usable in SETUP and STEP Section] sven | search_engine_ranker:script_manual [2020-11-12 11:57] – [Script Manual] sven | ||
---|---|---|---|
Line 8: | Line 8: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | * [[https:// | ||
* [[http:// | * [[http:// | ||
Line 15: | Line 16: | ||
* [[http:// | * [[http:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
===== The Structure ===== | ===== The Structure ===== | ||
Line 44: | Line 46: | ||
|page must have|This parameter is used to check whenever the webpage is usable for this engine or not. The content of this variable has to be present in the webpage (either pure text or html source). The variable can have multiple values separated by a %%|%% where just one has to match**.**\\ \\ //Example: //\\ //page must have1=Powered by XYZ%%|%%XYZ Powered//\\ //page must have2=!not allowed to access this page//\\ //page must have3=Webpage%%|%%Homepage// | |page must have|This parameter is used to check whenever the webpage is usable for this engine or not. The content of this variable has to be present in the webpage (either pure text or html source). The variable can have multiple values separated by a %%|%% where just one has to match**.**\\ \\ //Example: //\\ //page must have1=Powered by XYZ%%|%%XYZ Powered//\\ //page must have2=!not allowed to access this page//\\ //page must have3=Webpage%%|%%Homepage// | ||
|url must have|This parameter is used the same way as "page must have" but for the URL string itself and not for the website content. \\ \\ //Example: url must have1=/ | |url must have|This parameter is used the same way as "page must have" but for the URL string itself and not for the website content. \\ \\ //Example: url must have1=/ | ||
- | |fixed url|If no "// | + | |fixed url|If no "// |
|search term|This is used to search for new targets on the internet with the help of search engines like google.\\ \\ //Example: //\\ //search term=" | |search term|This is used to search for new targets on the internet with the help of search engines like google.\\ \\ //Example: //\\ //search term=" | ||
|add keyword to search|1 = Add a keyword from the project to the search query\\ 0 = Never add a keyword to the search query\\ 2 = Add just sometimes a keyword to it if it seems to be useful (default)| | |add keyword to search|1 = Add a keyword from the project to the search query\\ 0 = Never add a keyword to the search query\\ 2 = Add just sometimes a keyword to it if it seems to be useful (default)| | ||
Line 121: | Line 123: | ||
|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|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 241: | Line 243: | ||
|%captcha% *image.php? | |%captcha% *image.php? | ||
- | |%captcha% fixed: | + | |%captcha% fixed:%%http:// |
|%captcha% overlay: | |%captcha% overlay: | ||
Line 275: | Line 277: | ||
|input|By default " | |input|By default " | ||
|reverse|When using // | |reverse|When using // | ||
+ | |base64|using // | ||
===== A Small Example ===== | ===== A Small Example ===== |