Skip to content

Chinese Captcha Fail

document.write("验证码错误!");

Gsa cant read this, any way to fix this?

Comments

  • SvenSven www.GSA-Online.de
    GSA is the company name....anyway is that a text question? If so, it should be able to read it.
  • Ok sorry for not being clear.

    This is text that appears on webpage after captcha answer is bad (graphic captcha).

    captcha failed=document.write("验证码错误!");|验证码错误!|*验证码错误!|*验证码错误*|验证码错误

    GSA SER still takes the submission as successfull, looks like can't read chinesee characters.


  • SvenSven www.GSA-Online.de
    Ahh ok, the problem is, you have to add it to the engine in the exact way it appears on the page. The encoding from your copy/paste might be wrong.
  • So how i am suppossed to do it ? haha thats a good one, 

    should i edit the .html debug file where this text appear, paste there my engine and then save as > engine.ini ?


  • SvenSven www.GSA-Online.de
    yes but with some editor that doesn't change encoding.
  • Still can't make it to work, what i found in phpwind.ini 

    image

    Can you tell me how this file is encoded so the engine can recognize the chinese characters?
    Can you point me to any text editor that you use when dealing with these characters?
  • SvenSven www.GSA-Online.de

    right click on the debug log entry->View HTML Source

    This should be in a format you can copy/paste safely.

  • andrzejekandrzejek Polska
    edited May 2015
    Yes, i tried long time ago, idk if theres a method i didnt try

    document.write("ÑéÖ¤Âë´íÎó£¡");

    not working, but i found workaround

    candle problem javascript:history.go(-1)
  • SvenSven www.GSA-Online.de
    Ahh indeed, things like that are always better. Though the HTML Source method should have worked.
Sign In or Register to comment.