Результаты поиска

  1. Jack77

    How to create your own recognition module (API)

    Hi there guys. I have created my own captcha dll for some simple math captchas. But, there's no place to put my own DLL. I've tried to put in zennoposter folder like recommended in an old thread: https://zennolab.com/discussion/threads/how-to-create-your-own-recognition-module-api.2208/ But...
  2. Jack77

    Delete global variable in C#

    Hello guys. var gbVar = project.GlobalVariables["stupidglobals", "globVar1"]; Are there anyway to delete that a global variable? I'm using that for threads and unfortunately zennoposter gets that in memory after the process being executed :( Thank you.
  3. Jack77

    Whats wrong with this code (thread stuff)?

    Hello guys. I'm trying to lock a thread in order to each one has its own ID. To tell the truth, now I just need to know who is executed first, because the first one will do the initial stuff (copy lists and other things). So, don't know why but anyway the code get lost and I get repeated IDs...
  4. Jack77

    Increase process speed

    Hello guys. I have a script in the project maker that performs searches on google (on other sites tb). But unfortunately I have a list of 300 words or more and processing one by one in the zenno poster browser is will take too long. Is there any way to do this in project maker faster? May I...