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

  1. lokiys

    Change engine

    Kakoy kubik ? What action ?
  2. lokiys

    Change engine

    If I want to give to the customer both Firefox and Chrome engine bots then only way is t duplicate bots? I can not change that in some settings ?
  3. lokiys

    Could you please do a good tutorial about the Zenno bot please?

    It won't show up if you click PLAY only. As I told before. Double click on exact template OR right click and Settings will bring Bot UI up.
  4. lokiys

    Could you please do a good tutorial about the Zenno bot please?

    Of course its there. Not really sure where to help. Can you describe step by step what are you doing to get it ready ?
  5. lokiys

    Could you please do a good tutorial about the Zenno bot please?

    If you mean how to open Bot UI then double click on the template, or right-click and Input Settings
  6. lokiys

    Could you please do a good tutorial about the Zenno bot please?

    Hi. 1. If you update bot in userarea all your users what had this bot will get updates after restarting their ZennoBox. 2. You do not upload any text files in userarea, those should be created on users PC. - Did you read all there - https://zennolab.com/wiki/en:bot_ui?s[]=bot&s[]=ui 3. Your...
  7. lokiys

    Is there a way to read an rss feed, take the content and reuse it?

    Hi. Sure that is possible. All You have to do is make GET request to your needed RRS feed and you will get back the source code of that feed. Then using Regular Expression tester you should make regex for each part you are interested in eg. title, content. Then save it in files on PC or post...
  8. lokiys

    register channel whatsapp

    Most probably some whatsapp bot protection. Possible you send to many messages in a short period of time. Or there are some other triggers from whatsapp. Only testing and changing how you work can give you an answer why is that. Maybe proxies are not good, maybe messages are static and you get...
  9. lokiys

    Custom time min and max for time between clicks on element.

    Hi. Take a look at More tab in action properties.
  10. lokiys

    How to do multi Thread process in Task Manager?

    Hey. @Larsometer Standard version has 5 threads
  11. lokiys

    Bugs in ZennoPoster 7 beta

    Not possible to add variables, nothing happens when picking New... v7080
  12. lokiys

    How to use GET POST Requests ?

    Hi. Download fiddler or similar program. Read little in google how to use it Do any actions you want on the browser. Search in fiddler exact request with username and password in this case. There you will see if that's post or get request. There you will also see how to send parameters...
  13. lokiys

    How to delete empty lines in a list?

    Hi. You can use one of this C# snippets. https://zennolab.com/discussion/threads/some-useful-c-snippets-from-lokiys.12309/ Useful snippet for deleting blank lines from .txt file UPD: Also quick google search "match blank line regex" and the first stackoverflow gives this regex ^\s*$
  14. lokiys

    Activate template from outside

    Yes make one template lets call it Trigger Template.xmlz Then schedule it to run every minute or just set to run in a loop. Set one thread and execution -1 This template will check your DB for any needs. From this Trigger template, you can further start any other template you want. You can...
  15. lokiys

    Activate template from outside

    Not very clear what you want to do, but you can make zennoposter to check DB some table some cell. and do whatever you need according.
  16. lokiys

    Chrome and downloading template

    Just go to chrome://downloads/ and Keep dangerous file. Simple.
  17. lokiys

    ZennoBox - how it works?

    You pay fee right when selling bot from user-area. A fee is 10$ for one bot. If you sell two bots at the same time for same customer then it's 12$ three bots same customer same time = 14$ and so on Sell two templates in different time, and different customer = 20$ hope that helps
  18. lokiys

    Best proxy Buy.Fineproxy.org

    Those were overused 3 years ago. I guess now they work with only some crap site. And even if work they are banned everywhere. @Heromant all those lastest reviews what is coming from newly made accounts with once post look very fishy.
  19. lokiys

    Arguments that can be used with variables ?

    Did you search what you should use in ZennoPoster ? I think You have read about C# programming language. You can try to compare strings with and without quotes and you will see if that's important :-)
  20. lokiys

    List Processing

    ZennoPoster does not keep track of what the last line you have taken. You need some logic to do that. My example is just one way how to get what you want. You can always check how many lines you have in the file and set your other templates according. You can use the different templates just...
  21. lokiys

    Custom headers in http requests

    There:
  22. lokiys

    Arguments that can be used with variables ?

    Remember that strings go in quotes number without
  23. lokiys

    Mobile profiles - advanced question

    Manny many ways. I do not know how the exact website is developed. But mostly all tracking happens through javascript. There are lots of ways to tell that you are not using an actual mobile phone.
  24. lokiys

    List Processing

    If You know the list count then eg. 100 lines. Make one main file, full with data MainKeys.txt Then Make another list ActualKeys. txt. Take lines from actual list one after another and delete it. Check ActualList count in every run. When count = 0 copy all data from MainKeys to ActualKeys for...
  25. lokiys

    Next page button on Amazon

    Hello and welcome :) You always have to find UNIQUE search criteria for that element. In this case, I would pick this. I bet Next page next does not changes for button whatever page You are located.
  26. lokiys

    Mobile profiles - advanced question

    The simple answer is no You can not. For that, there is in tool ZennoDroid. You need to emulate a mobile engine, You can do that with emulators like BlueStack and others. ZennoDroid will soon get a better mobile engine. You can try the demo out.
  27. lokiys

    Stupid question... but.... is intellisearch useful in Zenno anymore ?

    My opinion is no Inteli can be better than me. But it is a tool and I'm sure some users found it useful for some of their tasks.
  28. lokiys

    Best proxies to solve RecaptchaV2?

    If in simple words then expensive proxies. Proxy services used by fewer people.
  29. lokiys

    Check if email account is working through POP

    this simple C# will help to validate emails. https://help.zennolab.com/en/v5/zennoposter/5.27.0.0/webframe.html#topic721.html Just use example code in C# action with Your email login details.
  30. lokiys

    Project/Show in Zennoposter

    They do not disappear. If You open another program then previous windows go in the background. Another thing is You do not have to control anything, by watching how instances work. Sure thats sometimes needed, but maybe for one execution to catch a bug with eyes. For controlling you add own...
  31. lokiys

    Problem with zip c#

    If You develop in C# I would suggest using some learning before. For example about your method you can read there: https://docs.microsoft.com/en-us/dotnet/api/system.io.compression.zipfile.createfromdirectory?view=netframework-4.8 If I'm not mistaken You have to add more parameters to this...
  32. lokiys

    Suppress Error-Message of "false" if-statement (Logic)

    If you have connected any action after IF red dot then there should be no errors in logs. The same applies to any action. If You connect something to red dot there is no error.
  33. lokiys

    Reload variables

    Sorry yes with adding + variable everything is fine for me also. I will post where exactly I get this problem. Thanks
  34. lokiys

    How to measure bandwith used by project/instance

    Not any in-built tools. Fast Google search gave me this https://www.hongkiat.com/blog/monitor-internet-usage/
  35. lokiys

    ZP Authorization server blocking VPN IP's?

    License is not bound to IP Never had such a problem.
  36. lokiys

    Need help on facebook post

    Correct. Facebook is one of the most complex pages on earth. It has dynamic HTML search criteria, it is not that easy to develop bots for facebook. Admin note: + You can not write English on the Russian side of the forum. Thread moved. Thanks
  37. lokiys

    Reload variables

    Not sure what you mean. This problem happens when adding a new variable. Whatever you add it as New variable from lists or + or any other place.
  38. lokiys

    What are important specs to run ZP?

    Hello. GPU is less to none important. For GET/POST request bots CPU will be more important. For browser-based bots CPU+RAM Minimum req: https://zennolab.com/wiki/en:system_requirements
  39. lokiys

    Bugs in ZennoPoster 7 beta

    PM 7.0.6.1 Right click stops working on browser Works in element tree, does not work in any field on browser window. Happened in some previous version as well.
  40. lokiys

    Reload variables

    Please add reload variables button there: When you add new variable it does not appear in list, so you have to click around Global, Environment variables and then back to Own to get new variables in list.
  41. lokiys

    Bugs in ZennoPoster 7 beta

    PM 7.0.6.0 - Second time already. C# editor freeze. I cannot edit code nor write something new. Only PM restart helps.
  42. lokiys

    Execute javascript with POST/GET methods

    I did not read almost 1k javascript line to give you an answer to what this code does, and if thats will be possible to get an answer without browser. Is not fast and easy to do that. Javascript action is there:
  43. lokiys

    2 additional project maker?

    You can not buy ONLY project maker. This is not an official offer if I'm not mistaken You can buy additional PM for your own license if you already have PRO version. You can ask in the ticket: http://support.zennolab.com Also, those additional licenses are meant if you work on more than 3...
  44. lokiys

    html/DOM manipulation

    You can cut css files from loading, you can cut javascript file from loading only using links. If You want to load just half of the page what loads by one url then I believe it's not possible. You can still save DOM in txt file with your needed parts and load that way. You can not tell the...
  45. lokiys

    ZennoPro training - From newbie To Pro in No time

    Hi. Please navigate to my profile link and get skype username: https://zennolab.com/discussion/members/lokiys.2941/#about thanks
  46. lokiys

    Repeat action x-times

    You can sure post this in https://zennolab.com/discussion/forums/enhancements.142/ But I do not see it could help. Your code should be adjusted to resolve individual issues. As those are proxy problems, not something else. and if I'm not mistaken then any actions like click and set text...
  47. lokiys

    Execute javascript with POST/GET methods

    If you are 100% sure that this is right javascript then You can execute it in Javascript action in zennoposter and you should get value back. But usually, it is not that simple. You almost always need to input some values in javascript like user-agent, or maybe screen resolutions, or some other...
  48. lokiys

    Bugs in version 5.35.0.0

    I cannot find such an option anywhere in Zenno settings.
  49. lokiys

    Bugs in version 5.35.0.0

    I do not check any proxies, nor I use proxychecker. Do I need it to disable elsewhere to avoid this error ?
  50. lokiys

    Repeat action x-times

    I'm afraid there is no easiest solution as making loops. If you click on the button and next action is entering any field for example, then what it will give you to repeat click action? If there is a page load error? I could write more about why it will not work. So the only and correct way is...