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

  1. B

    How to capitalizes the first letter in each sentence

    How to capitalizes the first letter in each sentence NOT each word, but each sentence.
  2. B

    What's the different between "Project" and "Task Manager"

    What's the different between "Project" and "Task Manager"? I can run template in both. Why designed "Task Manager"?
  3. B

    How to insert random keywords into article?

    I want to insert random keywords into article in random position. I don't care if article can be readable, i just want to do it efficiently. Maybe i should do it in C#, but i don't know how to code it. Thanks.
  4. B

    Can't use {-Variable.xxx-} in File path?

    Is that possible to use {-Variable.xxx-} in File path?
  5. B

    How to change VPN in ZP

    I want to visit a site, change vpn, then visit again , change vpn again. Is that possible in ZP?
  6. B

    How to execute some javascript instead of other javascript

    I don't want to execute javascript from domain C, but execute other javascript. And I use proxy to complete this job, so change hosts maybe useless. <html> ... ... ... <script type="text/javascript" src="http://www.A.com/A.js"></script> <script type="text/javascript"...
  7. B

    How to use one cookies during MultiThreading

    I want to use one login cookies to scrape URLs. how to set?
  8. B

    Very Slow after scrape 40 pages

    You mean "Restart the instance" every time after scraping one page?
  9. B

    Very Slow after scrape 40 pages

    But this site need login. So how to set multithread using one cookie?
  10. B

    Very Slow after scrape 40 pages

    I want to scrape many pages, url like: http://abc.com/keywords/money&page=2 http://abc.com/keywords/money&page=3 ...... http://abc.com/keywords/money&page=50 ..... http://abc.com/keywords/make&page=2 .... This site need login, so I want to use just 1 thread to scrape. After ProjectMaker visit...
  11. B

    List Processing Bug

    I have the same problem. even i install on another server, it still can't run the list.
  12. B

    project.Variables are all string, how to declare it as int?

    em... I have a variable in project, and I want to change it with some C# code, then use it in project. but I can't set project.Variables["heartbeat"].Value = -1; because project.Variables["heartbeat"] is a string. how to declare it as int?
  13. B

    How can I use "http post" to post an image?

    I need to post an image to http://127.0.0.1/getimage.php I think "http post"--->"Data" is only for text data, how can i post an image?
  14. B

    sometime multiple tags doesn't work

    tag: input:submit;button sometime multiple tags doesn't work. If I delete ";button" and keep "input:submit", then ZP can find the submit button.
  15. B

    Can I use Regex in selecteditems?

    Can I use Regex in selecteditems? some options are "English", some are "british english", others are "EN":mellow:
  16. B

    How to organize LinkProject and Accounts?

    a few Link Projects, lets say Project1.txt, Project2.txt......every project has different url to promote. and I have a few Accounts, lets say Accounts1.txt, Accounts2.txt... Accounts1.txt is for Project1.txt only, Accounts2.txt is for Project2.txt only But I can only use a static txt name...
  17. B

    Max150, threads 30~40, is that nomal?

    I set Max threads: 150, but threads always 30~40, is that nomal? System resource is enough. 32G+i7+100M
  18. B

    Why this happen?

  19. B

    What does "count of threads in one process" mean?

    ZennoPoster Settings ---> Threads ----> "count of threads in one process" mean?
  20. B

    Where can I find ALL variables name like {-Profile.Login-}

    Where can I find ALL variables name like {-Profile.Login-} I want to use these pre-defined variables in my templates....
  21. B

    How can deal with Wait button?

    I have to wait X seconds to click the agree button, so I think I can enable the button in javascript (document.sform.submitbtn.disabled=false;), but I don't know how. and any other method to solve this problem?
  22. B

    Execution count 8000, only success 6250

    Execution count 8000, only success 6250. why this happy, how can i improve?
  23. B

    How can I get #{-Variable.No-} of HTML element?

    Match number doesn't work either. and what does ONE MATCH mean?
  24. B

    How can I get #{-Variable.No-} of HTML element?

    It doesn't work. All I can get is the LAST match.
  25. B

    How can I deal with an ajax select?

    Thanks. I think I have to update my zp to the new version. selection don't work in zp3
  26. B

    How can I deal with an ajax select?

    never mind, I just thought it was not properly share account info of another site here.
  27. B

    How can I deal with an ajax select?

    When you click "select a category", then the "go" bottom can work. what I have tried: 1. change option value, then rise onchange event. 2. change option value, then force click the "go" bottom Nothing works. Please help.
  28. B

    How can I get the size of a file/image?

    The only way is to use code creator?
  29. B

    How can I get the size of a file/image?

    How can I get the size of a file/image?
  30. B

    When CodeCreator will be released?

    When CodeCreator will be released? and how is the price?
  31. B

    FormNumber -1 works, but Form# 0 doesn't work, why?

    Form# all begin with 0, is that right? When there is only one form, I think Form # -1 == Form #0, but Form #0 doesn't work, why? This is important to me because I have to determine the exact number of Form in my template. Thanks.
  32. B

    FormNumber -1 works, but Form# 0 doesn't work, why?

    There is only one form in the page, when I set Form# to -1, ZP works. but when I set Form# to 0, ZP says "Not a single element with the specified parameters is found".
  33. B

    Anyone can explain "Document #" to me?

    I don't know how to set "Document #". "0","0;_0","0;_0;0"...what does it mean?
  34. B

    How to add "Element reindexation" in template?

    But I can't take it work in debug mode. 1. I wait until ajax text has been loaded. then I click next step. 2. get page source code. then I click next step. (no ajax text found) 3. parse
  35. B

    How to add "Element reindexation" in template?

    I want to check ajax text presence, according to HB, I need to click "Element reindexation". But how can I add this action into my template?