PapyRef Client Регистрация 28.02.2012 Сообщения 70 Благодарностей 6 Баллы 0 31.01.2013 #1 Is it possible to create captcha DLL (in .NET/C#) for use it with Zenno ? I have some algo. to break capcha and I can code in C# for use with Zenno.
Is it possible to create captcha DLL (in .NET/C#) for use it with Zenno ? I have some algo. to break capcha and I can code in C# for use with Zenno.
darkdiver Administrator Команда форума Регистрация 13.01.2009 Сообщения 2 285 Благодарностей 2 730 Баллы 113 01.02.2013 #2 Yes it is possible. Create a dll project with name contains word Captcha Reference ZennoLab.InterfacesLibrary.dll Reference ZennoLab.LogLibrary.dll Create a public class implementing ICommonCaptchaModuleInterface this class will process captcha recognition Create a public class implementing IConfigurableCaptchaModule this class will process captcha module configuration Build your dll and put it in the folder of ZennoPoster.exe Реакции: rostonix
Yes it is possible. Create a dll project with name contains word Captcha Reference ZennoLab.InterfacesLibrary.dll Reference ZennoLab.LogLibrary.dll Create a public class implementing ICommonCaptchaModuleInterface this class will process captcha recognition Create a public class implementing IConfigurableCaptchaModule this class will process captcha module configuration Build your dll and put it in the folder of ZennoPoster.exe