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

  1. C

    CapMonster

    is the trainer case sensitive? does the capcha result in txt file need to be the same case as the patterns?
  2. C

    How to report wrong captcha to service?

    no, I mean how to put the report function in to my templete
  3. 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?
  4. C

    How to kill the instance in a template?

    Its in the "settings" of the poster, you can set how many task the thread does before it "reload"
  5. C

    How to kill the instance in a template?

    never mind I find the settings "instance reloading"
  6. 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?
  7. 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!