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

  1. morpheus93

    Using simultaneous VPN connections in ZP

    I use a VPN provider (like HideMyAss) that allows 5 connections at the same time. So I'm wondering how I can use this 5 connections simultaneously in ZP? So run 5 projects parallel in Zenno (or 1 project in 5 threads) and each of them uses a different IP? The VPN supports OpenVPN, L2TP/IPSec...
  2. morpheus93

    Why is the installation file is so much bigger now?

    As far as I remember all my installation files of v 5.x where bigger than 500MB.
  3. morpheus93

    zennoposter closes and doesn't work properly when its not closing down

    @VladZen Right now, ZP set all projects to "stopped" and the log is deleted. So I assume it restarted by itself! This happens every couple of days and is a big problems, as I can't sit in front of my screen and monitor all VPSs all the day! And if this happens there are also time-sensitiv...
  4. morpheus93

    Profile Browser settings compared to emulation via step

    @VladZen So if I understand it right, basically it is recommended to use the "Profile-Browser-Configure manually" settings and NOT the "Browser settings" cube, unless I'd like to block the access to ClientRects, Canvas and so on completely? So if I check all emulations in...
  5. morpheus93

    Step "Clear cache" closes Tab when using Chrome Engine

    Okay @VladZen, I understand. Did not know that because I always used the FF engine where the cache was cleared without closing the tab. Thank you. Additional question: If I clear cache within the nested project will also the cache of the calling main-project be cleared (in both engines FF and...
  6. morpheus93

    Step "Clear cache" closes Tab when using Chrome Engine

    Hi, I have 2 projects (1 main project that calls 1 nested project). The main project I have originally created with FF52x64 and now changed to Chrome engine. The external project is still in the FF52x64 engine. The nested project opens a new tab called "email" at the very beginning. However...
  7. morpheus93

    How can I interrupt Emailprocessing step?

    When I debug a project in PM and it comes to the receive emails step, I'm not able to interrupt this step. E.g. I see after 1 minute that there is no incoming email found I'd like to stop this to check further. But when I click on stop at the top of PM, all the buttons are greyed out (Stop...
  8. morpheus93

    No scrollbars in browser window in PM

    Hi, I tried to develop some new projects today using the new chrome engine in PM. Thereby I noticed that on some websites are no scrollbars in the browser window of PM. So on big sites I can't access parts of the site they are out of the size of PM's browser window size! Even clicking and...
  9. morpheus93

    DOM HTML vs Source HTML

    On some websites I have the problem (only while using the Chrome engine in ZP!) that "Check for text presence" doesn't find the required text when using "Source text". When I switch to "DOM text" it works as it should. With the FF engine I always just used Source text and it worked fine. Maybe...
  10. morpheus93

    "please restart your PC or engine" i have this question after loading Bluestacks.

    Is ZennoDroid still developed by Zennolab? I bought it long time ago but never got it to work on my server and didn't see any updates for it, so I went to other Android automation framework.
  11. morpheus93

    Synchronize Web-API with local Database

    Yes, I have a unique key as a combination of proxy-IP and proxy-source columns (because sometimes it could be that the same IP comes from another proxy-source and I want this entries to be allowed in the table).
  12. morpheus93

    Synchronize Web-API with local Database

    Yes, was just a peanut. I'm just at the beginning to working with databases in Zenno and so it looked more complicated at the beginning. Btw, using MySQL, as you asked.
  13. morpheus93

    How to access Environment variables from within C# code?

    Thanks EtaLasquera, finally I did it in the C# way you described :)
  14. morpheus93

    How to access Environment variables from within C# code?

    @VladZen Support please help, how can we access environment variables like "TimeNow.Date" from within C# code?
  15. morpheus93

    Synchronize Web-API with local Database

    I already parsed the JSON API in the right format and thought I could save it to a list. Then take line after line from the list and check if the IP is already in the table of the DB. If yes, set the column "active" to 1 if not to 0. And then vice versa take all table entries and check if they...
  16. morpheus93

    Synchronize Web-API with local Database

    Hi, I'd like to synchronize a proxy-list from an web-api, that gives me a JSON format with my local MySQL database. As a result all proxies that are in the output of the JSON web-api shall stay in the DB (if they are already contained), otherwise they should be added. Additionally all proxies...
  17. morpheus93

    Place "TasksRunner.exe" in a version-idependent folder

    Sounds like a quite sophisticated solution. I will try to implement it for myself. Thank you for your appreciated help :)
  18. morpheus93

    Place "TasksRunner.exe" in a version-idependent folder

    Today I installed the latest ZP version (5.29.2.0) and in this context I deinstalled some of the older installations of ZP (I had about 21 different ZP installations :D on the VPS). I use the Windows scheduler for many projects to run. It calls the .bat files for the different projects created...
  19. morpheus93

    Simulate random user behaviour on webpage

    Yes, would be great if we can get an easy like that solution for emulating human behaviour on websites in one of the next releases of ZP. 8-) Saves time and makes things much easier.
  20. morpheus93

    Choose random value from dropdown menue

    Okay, I understand what you mean. But if the number(quantity) of values in the dropdown is not the same every time and I want to be sure to select one random value out of them, how can I make that?
  21. morpheus93

    Choose random value from dropdown menue

    I need to choose a random value from a dropdown menue with variable amount of values. For example I choose Audi in the first dropdown and then there are 20 different models available in the second dropdown where I want to take a random one. If I choose BMW there a 30 different choices where I...
  22. morpheus93

    Simulate random user behaviour on webpage

    I saw a nice feature on another webautomation software. With just one step it can simulate complete user behaviour (e.g. scrolling, short and long distance random mouse movements...) on website. You can simply enter numbers as parameters to this step. Each number stands for a type of behaviour...
  23. morpheus93

    zennoposter closes and doesn't work properly when its not closing down

    The same problem happens from time to time with my ZP licenses.
  24. morpheus93

    Windows Server 2019 with ZP

    Okay, I will give it a try on Windows Server 2019 :ay:
  25. morpheus93

    Bugs in new version 5.28.0.0

    Having the same issues. But already with older versions of ZP. Either it closes completely by itself or when I come back to my server all projects are stopped but the software is still open! Very annoying as I have projects that have to run on time. Please fix this problem.
  26. morpheus93

    Windows Server 2019 with ZP

    My hoster asked if I want to upgrade my Zenno VPS to Windows Server 2019. So I would like to know if Zenno Poster runs flawlessly on this OS? Any experiences and recommendations there?
  27. morpheus93

    How to access Environment variables from within C# code?

    Hi, I know that within a C# code block I can access project variables with project.Variables["myvarname"].Value. But how can I access an environment variable (variables window in PM, "environment" tab) like e.g. "TimeNow.Date" or "Profile.xxx", "Project.xxx", "Environment.TickCount" and so on...
  28. morpheus93

    Multithreading with Database (MySQL)

    I want to have a project run in multiple threads that gets their input data from a MySQL database (and is also supposed to save the generated output data to the DB). What points do I have to pay attention to and what is the easiest approach to run projects multithreaded in ZP that are linked...
  29. morpheus93

    Profile Browser settings compared to emulation via step

    Profile Browser settings compared to emulation via step What is the difference between the "Profile-Browser-Configure manually" settings and the action block "Browser settings" where I can also configure the emulation of Canvas, ClientRect and so on? So if I check all the settings in the...
  30. morpheus93

    Discussion - version 2.10.8.7

    "+ Browser profiles from ZennoPoster can be used now for solving ReCaptcha 2. It' allows to recognize the captcha with higher success rate, as in browser profiles you can gain real user history of visiting different websites and catch good google cookies. The folder with profiles can be...
  31. morpheus93

    Explanation of "Profile - Browser" Settings and recommendations

    Anyone here has experience with the Profile - Browser settings?
  32. morpheus93

    Explanation of "Profile - Browser" Settings and recommendations

    And what are the recommended settings to set up in the "Profile - Browser" window to best work with?
  33. morpheus93

    FARMPROXY.RU - От 100.000 Качественных Прокси в день. Все Протоколы. 1 день = 299 руб

    No reply to my skype request. But no matter, just 10 German proxies online, I can not do that.
  34. morpheus93

    Explanation of "Profile - Browser" Settings and recommendations

    What exactly do the specific "Profile - Browser" settings in PM? I already translated the Russian description from here https://zennolab.com/wiki/ru:browser-fingerprint but it's still not clear to me. For example "WebRTC", will this only emulate some allegedly to my computer connected devices...
  35. morpheus93

    FARMPROXY.RU - От 100.000 Качественных Прокси в день. Все Протоколы. 1 день = 299 руб

    Thank you for answering one of my questions. Do you have a trial available? What do you mean by "And please delete your posts."? My posts here in this thread? My profile here seems to work ok.
  36. morpheus93

    FARMPROXY.RU - От 100.000 Качественных Прокси в день. Все Протоколы. 1 день = 299 руб

    Can I choose proxies by GEO (e.g. Germany, France...) and how many German proxies do you have approximately online?
  37. morpheus93

    Start project in zennoposter using API

    Thank you very much lokiys also for the help you offer in many other threads. I already looked into the Russian section here at the forum from time to time and found some very interesting threads. Didn't know the "Articles" section there yet. I'm sure I will find some really helpful material there.
  38. morpheus93

    Regenerate Profile on PM while debugging

    How can I get a complete new profile (like i get when I restart the project) while I debug my project step-by-step in ProjectMaker without restarting? Thanks.
  39. morpheus93

    Start project in zennoposter using API

    Hi @lokiys, can you please post the direct link to the article containing the project with the admin dashbort in php? Unfortunately I don't speak russian and with the link above I can't find the article. Thank you :-)
  40. morpheus93

    Emulate Mobile Device

    @VladZen Is there any explanation for the emulation-settings (Headers, Navigator, Screen, ..., WebRTC) under Profile-Browser in englisch? When I click on the question mark symbol near the settting in my EN PM it redirects me to an RU help-page. Thank you :)
  41. morpheus93

    Bugs in new version 5.22.1.0

    Okay, I will try this. Thanks.
  42. morpheus93

    Bugs in new version 5.22.1.0

    No I don't use proxychecker. Isn't the CheckingProcessor.exe a tool bundled with ZP/PM do avoid illegal copies of Zenno? As far as I remember the CheckingProcessor.exe was around a maximum of 2% in the past versions of ZP.
  43. morpheus93

    Start project in zennoposter using API

    Okay currently I run my .bat files locally and didn't try it remotely. But in general it should also work remotely e.g. with psexec: "psexec \\remotemachine -u remoteuser -i -d cmd -c localdisk:\folder\batchfile.bat -c will copy from local path"
  44. morpheus93

    Bugs in new version 5.22.1.0

    I also noticed that the process "CheckingProcessor.exe" that belongs to ZP jumps up and down in the Taskmanager of windows regarding CPU usage. It jumps to about 40% CPU usage then goes down to about 3% for some seconds to peak again to 40% and so on. That happens when only ZP is running (PM...
  45. morpheus93

    Bugs in new version 5.22.1.0

    Okay Vlad I will reproduce the procedure and update my support ticket with the details. Thanks.
  46. morpheus93

    Bugs in new version 5.22.1.0

    The template has a size of 593KB.
  47. morpheus93

    Start project in zennoposter using API

    You can use .bat-files for starting and stopping Zenno projects. Right-click on your project in ZP and choose "Create .bat file". Then you can make your preferred settings and call those bat files to start/sop your projects. Hope this helps.
  48. morpheus93

    Bugs in new version 5.22.1.0

    Now the Diagnostic.exe finished (it took over 45 minutes) an I get the report.zip. I'm going to open a support ticket and attach report.
  49. morpheus93

    Bugs in new version 5.22.1.0

    PM freezes while debugging a medium-large project. Can't click anything in the program's GUI. If i minimize it, I can't maximize PM again or get back to the GUI. Only way is to close it via taskmanager. In ZP the same project runs okay since months. I tried to run Diagnostic.exe from program...