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

  1. S

    Add / Remove Projects via Params to zennoposter

    great - thanks a lot
  2. S

    Add / Remove Projects via Params to zennoposter

    I would like to add / remove Projekts to zennoposter dynamically. It should also be possinle to schedule a task. Is there a way to do this via Parameters/ API ? Thanks Svenson
  3. S

    Control Zennoposter via API

    Is there a possiblity to add / remove tasks from Zennoposter via an API / parameter called etc ? I want to dynamically add / remove / schedule tasks in Zennoposter from outside of Zennoposter. Is this possible ? Thank you
  4. S

    C# Screenshot Code

    Hi guys, I am trying to take a screenshot of particular part of a website. I found there is an older post using C# code. However, it did not work. Maybe its because I am using the latest Zennoposter Version 5.9.9.1 Would be great if someone has a working code. Thanks Svenson
  5. S

    Random Mouse Movements

    Yes it works - but it feels slow and static.
  6. S

    RAM usage problems

    Yes this works. Thanks for the hint.
  7. S

    RAM usage problems

    I have a similar problem. My Main Project contains around 10 (inside Projects). Memory goes up to 800 MB for ZP and 650 MB for the instances. I set ZP to use 1 GB memory. Is there a way to unload a inside project from memory ? Also during this time I cannot start more tasks - they usually say...
  8. S

    Email Accounts for activation

    Where do you buy your email accounts and which provider you consider best ? Also it would be interesting to buy / share old unused accounts that don't die. When buying Hotmail accounts they usually die after 3 weeks. Also it also looks better to have a mix of providers for SEO.
  9. S

    Random Mouse Movements

    Hi guys, I am looking to simulate mouse movements to circumvent blockages. As I understand currently its not possible to actually move the real cursor. However, I have read that this should be possible using C#. Does anybody have a such a C# Code available that can be used in Zennoposter ...
  10. S

    Size of Zennoposter Window

    Yes it works now - thanks for the tipp!
  11. S

    Size of Zennoposter Window

    I am not experienced with C#. I tried pasting the code above in the C# Code window. instance.SetWindowSize(800, 600); However, this did not change anything. Do I need to add some additional code ?
  12. S

    Number of Threads

    I took a screenshot. As you see I am running 3 projects at the same time. However, when I want to launch another they get marked with a start (new) or state "Wait start". I am running each project with only 1 thread.
  13. S

    Number of Threads

    version 5.7.5.3
  14. S

    Number of Threads

    I am using Zennoposter Standard - (version with 5 threads). My script includes multiple of Projects that are nested inside the Main project. I noticed that when I want to run a Zennoposter it often does not start. Is this related that I have a limitation on the standard version. To make...
  15. S

    Size of Zennoposter Window

    Hi guys, is there a way I can set the window size of Zennoposter Thread Window ? I would like to define the size of it like (800x600) or (640x480) etc. Thanks
  16. S

    Search by Picture crashes Zenno Project Maker

    Sorry it tool a little longer. I get this crash quite often and its reproducable. Once I exceute a run several times in row including a search by picture Zennoposter and Zenno Project Maker crash. In case of Zennoposter it only crashes the instance and not the whole program. Also to mention...
  17. S

    Search by Picture crashes Zenno Project Maker

    Hello, I am doing multiple "Search by Picture" in a row. I cannot get around this as its inside a flash application. I can add 3-5 "Search by Picture" but then it crashes suddenly and Project Manager closes without any warning. I tried it with various settings on a 4 GB memory machine. I also...
  18. S

    New Profile

    I found an easy and effective way to get around this. Just scraping data from site does the job nicely :-) http://en.fakenamegenerator.com/
  19. S

    New Profile

    Hi guys, I would need to generate a new profile within a loop. Is this not possible at all or is there a trick on how to do it ? Yes I could run the project 10 times but I would like to have it within this loop. Alternatively do you know a Javascript Profile generator that I could implement...
  20. S

    Zennoposter Repeat Time

    Yes I did this but it has no effect.
  21. S

    Zennoposter Repeat Time

    Hello, I want my script to run every 10minutes. In Zennoposter -> Setting it under "How often to repeat" - it does not wait the 10 minutes but repeats it immediately. Is this a bug or am I doing sth. wrong ? Thanks
  22. S

    Simple Math Operations

    Hi guys, I am stuck with some simple math operations. Variable1 = 10 Variable1 = 2 {-Variable.1-}/{-Variable.2-} --> 10/2 What I would like to get is the actual number = 5 and not the text. I guess there is a syntax not to treat it as text but I don't know it. Hope someone can help...
  23. S

    Switched from Ubot to Zennoposter

    Hi all, I am new here and used to be a Ubot User for almost 2 years. I am writing rather complex bots that interact with each other. Ubot does offer a lot of functionality that is often similar to what Zennoposter offers. However, the reason I actually switched was that Ubot has major bugs...