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

  1. peterzhou

    How to use C# code to do URLencode to "hello, world" in zp?

    How to use C# code to do URLencode to "hello. world" in zp?
  2. peterzhou

    http get only works in PM, but does not work in ZP

    Run it in zp and check the log, got this "Run HTTP actionaction group id: c08a504f-ea49-45d4-b44b-69204c0de76b Timeout period has expired ResourceDownloader.GetResult."
  3. peterzhou

    Need a copy varible button in table processing

  4. peterzhou

    Error: Object reference not set to an instance of an object

    When I use Run program action to run a hello.mp3 file, the mp3 music is playing normally. But the template stops and I get this error "Object reference not set to an instance of an object."
  5. peterzhou

    C# Bulk Mail Download With only 4 mails downloaded

    // download all messages from yandex via POP3 and add results to the table Tuple<string, string, string, string>[] allMails; allMails = ZennoPoster.BulkMailDownload("[email protected]", "ххххххххххх", "pop.yandex.ru", 995, true...
  6. peterzhou

    Random Text Problem

    Since I have checked Uppercase, Lowercase and Digits, why sometimes the generated password does not contain digits, and sometimes does not contain Uppercase or Lowercase? Check it I ask this because some sites need a password containing Uppercase, Lowercase and Digits at the same time.
  7. peterzhou

    For some emails, zp can only get text email, no html, why?

    For some emails, zp can only get text email, no html, why? and zp can not parse anything from these text emails. Please check squidoo.com for the registration email. I am using 4.3
  8. peterzhou

    Please add an Open Project Directory feature in Zennoposter

    Hi, sometimes too many templates, and too many txt files need to be set in each template folder, so it is very troublesome to find and open the specific folder and put data to those text files, and then open another folder and put data to it,.................
  9. peterzhou

    [SOLVED]  Connections still disappear in ZP4.2.5

    I have made a video for this, please check http://youtu.be/sz469w9intU After editting the take line step and save, it is visually normal, but actually some connections disappear when you run it in debugger and zennoposter. I only catch this one at the moment, I feel there are more other...
  10. peterzhou

    There should be a copy variable button in the inputsetting

    It will be easier to get the variable and use it in the template after build a new inputsetting.
  11. peterzhou

    Hi, just want to figure out what is the different among protection rights.

    what is the difference among protection Execution, Read, Change and Full Access. If I enable Execution, Read to another customer. Can he copy steps from this protected template to another template? If not, then what about enable Execution, Read and Change? Can anyone sent me any template...
  12. peterzhou

    [SOLVED]  Click picture bug?

    One of the template is working well on my computer, but it is always not working on my customer's computer. Finally I notice that it is always stop at the click picture step. The reason: My computer screen resolution is 1280*1024. His computer screen resolution is 1366*768. I...
  13. peterzhou

    [SOLVED]  When use proxy, the browser and OS do not change

    Hi, is this a bug? http://www.youtube.com/watch?v=pwUXqh99CKs If I do not use proxy, it is ok If I use proxy, it does not change browser type and OS. See above video It is always firefox 9 and Win 7 bug?
  14. peterzhou

    How to add manual operation in a v4 template?

    In v3, we can use alert, when we finish the manual operation, click confirm on the alert popup and the template will continue to run. But in V4, I do not know how to do this. The alert feature is just an alert with no pause. Sometimes manual operation is necessary. e.g. answer some...
  15. peterzhou

    How to do with some always loading pages?

    Hi, Some pages just keep loading always, how to force zennposter to do the next step? or how to set a time to make zennposter to do the next step after that time period? It seems the timeout feature is useless.
  16. peterzhou

    Please embed google translate into zennoposter

    Now the transliteration is not powerful enough. It is better to embed google translate into zennoposter.
  17. peterzhou

    How to emulate keystroke Enter?

    Sometimes, there is no search button on google.com, you can only press Enter to do a google search. How to emulate the keystroke "Press Enter"? Thanks
  18. peterzhou

    How to get the V4 version?

    I can not find the new version anywhere. The email said : If you do not have a subscription, you can get there in your account: https://userarea.zennolab.com/ru/login.aspx When I login, it is still v3.6, how to find the new version, how to buy the new subscription?
  19. peterzhou

    Can I append a line to Excel?

    I know how to append a line to a txt. Can I append a line to Excel?
  20. peterzhou

    How to solve this drop down list?

    this site freeclassifieds.com, when I post a new ad, I must choose a category, the category can not be recognized by zenno. I have tried for hours, please help!!!!!!!
  21. peterzhou

    My Question

    Hi, I have many articles and each one is in a seperate txt file. eg, 1.txt 2.txt 3.txt 4.txt 5.txt ................................ the first line in the txt file is the title. the second line to end is the article body. then I want to post all these articles to one site, when...