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

  1. C

    How to report wrong captcha to service?

    I am use decaptcha, and I see the complain url output and try to put load it in a browser but it dun seems to work. Do ZP support reporting wrong captcha?
  2. C

    How to kill the instance in a template?

    I am running my templates with 20 thread, but it seems they soon eat up all my memory(3GB) when the instance get reused. Can I kill the instance in a template?
  3. C

    Synchronize Problem with multithread

    I am trying to login with a list of accounts, are there any simple way to avoid two thread to login to the same account and release the account to other thread when a thread die? BTW, where can I ind some good source of proxy :p? Thanks!