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

  1. K

    How should you do it: System that check the database for taking action

    Hi guys, A question for the more advanced use of CodeCreator in C#. I am about to automate something on my website for my customer. When a customer signs up, a record is written to the database. One column is, lets say "Status". When the Status is '0', ZennoPoster must take action to complete...
  2. K

    Difficulties with security when filling in a form

    Hello, I am trying to defeat a JavaScript based security that checks if the user is a real user. And I must say: it works really good. I am now using the emulation library in its full power, work with random timeouts, fill in the form slowly, etc. Still get not passed the security. (I looked in...
  3. K

    Can I use instance.SetHeader for the Accept-Language HTTP attribute?

    I want to use this code in my program, and have tested it, seems that it does not work: instance.SetHeader("Accept-Language", "en-us"); Maybe it is just the website where I run my program what is failing? Thanks.
  4. K

    Thousands of the same error in my log.txt and a slow ZennoPoster Pro

    I have: ZennoPoster Pro Windows 7 .NET Framework 1.1 and 4 A CodeCreator project for creating Hotmail Accounts with Captcha solving working with DeCaptcher.dll I go to ZennoPoster Pro, add the hotmail template and choose 1 thread. It 'thinks' a time, and then shutdown ZennoPoster Pro...
  5. K

    Clarification of running copies of CodeCreator?

    In the Zennolab version comparison there is stated the following: Q: What does it mean «Count of computers» and how does it differ from «Running copies»? A: Although you are authorized to install the Standard and Professional versions of the program on multiple computers, the program can...
  6. K

    Report bad captcha's to DeCaptcher.com

    Hello, Is it possible to report a bad captcha to DeCaptcher.com. Sometimes they return the wrong result text. I program in C#, maybe it can be done programmatically? I wanted to know if there is a function or something for it, could not find it in the help. Thanks!
  7. K

    How to access variable when in step2.cs from step1.cs?

    Hello, I have opened two websites, so CodeCreator creates two steps. In step1.cs I have two variables an var id and a var keyword. How can I access these from step2.cs? I have understandig in PHP and C# but my OOP level is novice :) Thanks!
  8. K

    How to create a rule to select Anonimity AND Elite proxies

    Hello, I want to select both Anonimity proxies and Elite proxies. If I select them both, only proxies that provides Anonimity and Elite proxies appear in the list. How to select by this rule too?: Anon/Elite yes/no no/yes Thanks!
  9. K

    Small speed issue in brower instance of ZennoPoster

    Hello, I do not think it is really a bug, more a speed issue. When submitting a website -> parsing DOM -> regex results -> save results to file -> Hit the next button -> loop again Then the url in the browser instance is not updated instantly, it is just waiting 2 seconds after loading the...
  10. K

    Use counter value to select a line from a file

    Hello, I have a problem, first an image of the problem: - The upper left box is a counter, initial value is 0 - The upper right box is a macro that retrieves the counter value - The lower box is the next action in the project The Execution result of the macro that retrieves the counter value...