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
search_engine_ranker:advanced_setup [2013-09-10 12:33] svensearch_engine_ranker:advanced_setup [2023-03-13 08:44] (current) – [Generic URLs] sven
Line 67: Line 67:
 Example: one=1 Example: one=1
  
-===== Headline =====+===== Recorded text captcha answers ===== 
 + 
 +When you answer questions like "//What color has the sky?//" and the submission is detected as successful; the question and answer is saved to a file located in your application data folder called //text_captcha.dat//
 + 
 +Format: **Question**<color red>$FF</color>**Answer**\\  
 +Example: **A RED truck is what color?**<color red>$FF</color>red 
 + 
 +The <color red>$FF</color> is the ascii code of the character as it's an invisible char you can not see here. Maybe open it in a hex editor to see what I mean. 
 +Now each time the same question appears, it is answered automatically without you getting asked. 
 +You can also set things up to save unanswered questions to a file in //Options->Advanced->Save unanswered questions to file...//
 + 
 +===== Character Spinning =====
  
 The file //charspin.dat// is used to take one character of your article and replace it with something that looks the same but is actually a different char. The file //charspin.dat// is used to take one character of your article and replace it with something that looks the same but is actually a different char.
Line 88: Line 99:
 ===== Generic URLs ===== ===== Generic URLs =====
  
-The file //engines/generic_urls.dat// holds URLs that will be used to place random URLs in your article (if wanted). +The file //engines/generic_urls.dat// holds URLs that will be used to place random URLs in your article (if wanted). You can also add your own URLs in project's article manager with this format.
  
 Format 1: URL using %anchor_text%\\  Format 1: URL using %anchor_text%\\ 
Line 96: Line 107:
  
  
-Format 2: URL#keyword1keyword2,...\\  +Format 2: URL#{keyword1|keyword2|...}\\  
-Example: %%http://www.gsa-online.de/%%#GSA,SEO,Search Engine Ranker+Example: %%http://www.gsa-online.de/%%#{GSA|SEO|Search Engine Ranker}
  
 When your article has e.g. the word SEO in it, it can happen, that a Link to gsa-online.de is placed. When your article has e.g. the word SEO in it, it can happen, that a Link to gsa-online.de is placed.
Line 110: Line 121:
  
 The whole file is read, spinned and the output should have the mentioned macros included. The text is than either added to the end of the content (article) or at a random position (when sentences close) in the content. The whole file is read, spinned and the output should have the mentioned macros included. The text is than either added to the end of the content (article) or at a random position (when sentences close) in the content.
 +
 +===== Generic Fields =====
 +
 +The file //generic_fields.dat// holds information on how to fill web forms if the script for that site is not defining things.
 +The line in it with **%%*Facebook*=%Facebook_URL%%%** e.g. will fill every input field where facebook is in the variable or caption before the input field with the entered Facebook URL.
 +
 +===== Proxy bypass  =====
 +
 +The file //proxy_skip_domain.dat// that you can put in the folder appdata can hold domains where no proxy should be used. This is mainly for debugging and not important at all. That file does also not exists by default and you have to create it first.
 +
 +===== Special Import Format =====
 +
 +Since v14.03 the following format is supported when you want to import URLs to a project:
 +
 +<code>https://imported-target-url.com/wp-admin/[https://www.overwrite-project-url.com/#Overwrite-Project-Anchor]</code>
 +
 +See details on our [[https://forum.gsa-online.de/discussion/comment/161804/#Comment_161804|forum]].
 +