meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
search_engine_ranker:script_manual [2026-03-12 08:31] svensearch_engine_ranker:script_manual [2026-06-12 07:07] (current) sven
Line 117: Line 117:
 |write file|Writes data to a file.\\ \\ //Example: write file="C:\temp\accounts.txt" "%targeturl%;%login%;%password%"//| |write file|Writes data to a file.\\ \\ //Example: write file="C:\temp\accounts.txt" "%targeturl%;%login%;%password%"//|
 |recaptcha sitekey|Get the required recaptcha site key\\ \\ //Example: recaptcha sitekey=<fixed key|section|url where to get it>//\\ \\ You can either input the sitekey or the url where to extract it or a section from the script how to extract it like:\\ \\recaptcha sitekey=get_key\\ \\ [get_key]\\ type=extract\\ url=/recaptcha.js\\ front=sitekey="\\ back="| |recaptcha sitekey|Get the required recaptcha site key\\ \\ //Example: recaptcha sitekey=<fixed key|section|url where to get it>//\\ \\ You can either input the sitekey or the url where to extract it or a section from the script how to extract it like:\\ \\recaptcha sitekey=get_key\\ \\ [get_key]\\ type=extract\\ url=/recaptcha.js\\ front=sitekey="\\ back="|
 +|recaptcha action|Get the recaptcha action data\\ \\ //Example: recaptcha action=verify//
 +|recaptcha version|Set the recaptcha version to use\\ \\ //Example: recaptcha version=3//|
 ===== Variables usable in SETUP and STEP Section ===== ===== Variables usable in SETUP and STEP Section =====