Skip to content

%url% return by question captcha

My (self made) question captcha api receive many "website" question.
Meaning i have some missing somewhere.
Anyway,  i woud  love the ability to return "%url%" ...
But i need it to be tranfromed to the right url.

As you told that next version could handle spin... so maybe it could also handle variable resolution... :)

Comments

  • SvenSven www.GSA-Online.de
    Well what should that do? I know no question where the full url is returned, mabye parts of the domain or something.
  • Case 1:
    A user want to get backlink for this own website http://myownwebsite.com
    Ser scan a page and find a unmatched field.
    Ser send that field to question_captcha_solver.
    question_captcha_solver see this is the poster's website field.
    question_captcha_solver  send %url%
    gsa replace %url% with http://myownwebsite.com
    User get a backlink.


    Case 2:
    A user want to get backlink for this own website http://myownwebsite.com
    Ser scan a page and find a unmatched field.
    Ser send that field to question_captcha_solver.
    question_captcha_solver see this is the poster's website field.
    question_captcha_solver  send %url%
    gsa do NOT replace %url% , and field is filled with the string "%url%"
    User does NOT get a backlink.

  • SvenSven www.GSA-Online.de
    I know what your aim is here but why would a question ask for %url% to be entered? I guess it's more a bug in SER to be fixed when it sends such a question rather than you having to care for it.
  • I agree Sven,

    i configured:
    *website*=%url%
    set unknown variable=%question%

    And question_captcha_api receive "website".

    NOTE: i keep only alphanumeric charactere, so, maybe the question was "w.e.b.s.i.t.e"...



Sign In or Register to comment.