Недавний контент zennmike

  1. zennmike

    Where is now RuCaptcha.dll.config or how to read the Rucaptcha key now?

    In older version there was such posibility, but I fully understand. So now I must read it in diffrent way. thanx for help
  2. zennmike

    Where is now RuCaptcha.dll.config or how to read the Rucaptcha key now?

    I already copy this file from older version, but it work only on my computer. When I send my script to someone else, I will also must explain how to copy file, and where in it put his key. And that will be problematic. I see that program in version 5.10 remembers the key, but now in some over...
  3. zennmike

    Where is now RuCaptcha.dll.config or how to read the Rucaptcha key now?

    Not in 5.10 version. In 5.9 reseting of program helps, but not in 5.10
  4. zennmike

    Where is now RuCaptcha.dll.config or how to read the Rucaptcha key now?

    You misunderstood me. 1. I already have key. 2. In version 5.9... of zennoposter my program works fine, because it read the key from file RuCaptcha.dll.config (i dont know any over way to read key to RuCaptcha from zennoposter). My program read a key from zennoposter because it will be used on...
  5. zennmike

    Where is now RuCaptcha.dll.config or how to read the Rucaptcha key now?

    In version 5.9... of Zennoposter was files RuCaptcha.dll.config from which I could read key for RuCaptcha site. Where is this now, or how to read Rucaptcha key?
  6. zennmike

    CaptchaRecognition - parameters

    It's 4.4 version. If You want to download by yourself, the file is on http://www.deathbycaptcha.com/user/api . Dll library is in file dbc_api_v4_4_dotnet.zip which You can download after clicking ".NET" link. The source of file is after clicking "C" link. The page is available after register...
  7. zennmike

    CaptchaRecognition - parameters

    I found whats wrong, but it's by Yours side. Like someone from DBC said, that's problem by Yours side. You have old DeathByCaptcha.dll library. Look for the size of file. When I'm changing Yours original file for this from DBC. My C# code work good. But then Yours original element from...
  8. zennmike

    CaptchaRecognition - parameters

    The picture is not a problem, but parameters. I checked it on DBC. Unfortunately I can see only what picture DBC get, and answer from them. Example below When I'm sending like this: ZennoPoster.CaptchaRecognition("DeathByCaptcha.dll", JpegBase64String, "type=3&banner_text=Select all images with...
  9. zennmike

    Project maker - Own library

    Hello, I know, there is project in project option, but each function must have another file on disk. I would like to make own library in which I will have all function which I need. It will be much more readable. 1. How to make own library (with functions) and include it to Project Maker? 2...
  10. zennmike

    CaptchaRecognition - parameters

    I think I found some idea. On site http://www.deathbycaptcha.com/user/api/newrecaptcha write that to solve recaptcha, or recaptcha2 we need to use form like this. if we use original API (I try but it's not want to work with zennoposter) Captcha captcha = client.Decode(captchaFileName, timeout...
  11. zennmike

    CaptchaRecognition - parameters

    type=3&banner_text=Select all images with rivers.&grid=3x3 So if there shouldn't be white spaces, that I should correct upper text for like this: In Code Creator 1. type=3&banner_text=Select&#32all&#32images&#32with&#32rivers.&grid=3x3 or 2. type=3&banner_text='Select all images with...
  12. zennmike

    CaptchaRecognition - parameters

    Hi, I think, I have problems with sending additional parameters to DeathByCaptcha (I want to recognize ReCaptcha2). The picture which I send is ok, this already i have checked. But I still got strange answer like some letters like "kk", "lkk", "picture". Answer "?" means that picture which I...
  13. zennmike

    Code Creator and Visual Studio 2015 - debug mode

    I found it. :) 1. When you want to run some project exported from Code Creator, the Code Creator must be turned on, and the same project must be open in Code Creator (normal - not exported). "Instance" is window browser of zennoposter. 2. And this is also answer for second question. In Code...
  14. zennmike

    Code Creator and Visual Studio 2015 - debug mode

    In Code Creator my code work fine. I Export it to Visual Studio. Open in Visual Studio. Compile in Visual Studio. to this moment everything works fine. But when i run debug mode, this window show up. "Instance's debug mode failed" Question is 1. What I do wrong? And what this windon to mean...