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

  1. lokiys

    proxy problem

    Hi. With https there should not be a problem, but for socks, You have to use proxies like: https://18.220.125.171:3128 socks4://18.220.125.171:3128 socks5://18.220.125.171:3128
  2. lokiys

    running ZP on linux with wine

    Just make a little more authority and tell Your customers that this is not a smart idea to develop and run any apps with PHP. It is a web development language. And it is not a smart idea to run any bots on the same server where You host websites. Who even host websites on Linux servers with...
  3. lokiys

    running ZP on linux with wine

    None of my customers had Linux servers to run bots. NONE You, as usual, have customers from space. LOL
  4. lokiys

    Can not run installer on client VPS

    Let's wait for @VladZen, maybe he can suggest something.
  5. lokiys

    Ctrl + V Paste actions problem

    Well, it is much worse in the lastest version. Hotkeys working and not working randomly.
  6. lokiys

    multiple lines to a variable from a list

    Select sublist with desired range then Merges sublist List items, will merge all sublist items into variable.
  7. lokiys

    Bugs in new version 5.27.1.0

    Reproduced. Happens when project variable match with plugin variable. UPD: Seems fixed in the newest version.
  8. lokiys

    Bugs in new version 5.27.1.0

    Second time already. While working with plugins. Whole template action disappears. Closing template and opening again fixing this.
  9. lokiys

    Can not run installer on client VPS

    Oh yeah silly me. Then check some windows logs, whats there.
  10. lokiys

    Can not run installer on client VPS

    Most probably just make report.zip and send a ticket.
  11. lokiys

    XMLHttpRequest to download file. POST/GET.

    {-Page.LastDownloadedFile-} is just variable when the last downloaded file path is saved. It will not help in any way for You. This is when You click on the file and it downloads somewhere, then You get the path from this variable. In your case, You just have to look for full file path and...
  12. lokiys

    Need a bot to auto fill in web forms (like Autofill extension)

    Zenno does nothing. Everything is up to the developer. The right statement would be it is probably too hard for some individual developer. :-) But surely isn't hard using zennoposter :-)
  13. lokiys

    Ctrl + V Paste actions problem

    Since not sure what version but Paste with a hotkey for actions does not work for me. I can copy action with CTRL + C but when I try to paste it in another template with CTRL + V nothing happens. Although I can right-click and Paste then it works fine, so CTRL+V as hotkey does not work. I use...
  14. lokiys

    How to upload template into client panel ?

    You can see everybody knows LOL. I have not got such a problem, but I'm 100% sure it would not take me much time to think about what to do. I would first make just copy of all actions into another template in customers PM and it would be solved as well. As well as @aleksa77 discovered that by...
  15. lokiys

    How to upload template into client panel ?

    But If I sell open source project to anyone then I sell it with copyrights too. If I sell a closed project with protection block then I sell the project without copyrights. Is not that how it should be? and I see no point of this if You can open project resave and then sell anyway. Care to...
  16. lokiys

    How websites detect ZennoPoster

    I do not think that You can get any proof what Google and other sites exactly track. But I'm sure google knows how ZennoPoster works. It is not small soft anymore like it was 5 years ago. I would not be surprised that there is a special worker in google for ZennoPoster tracking and catching. I...
  17. lokiys

    How websites detect ZennoPoster

    Just a reminder, it is very easy to accidentally skip some posts. :-) Not sure what holidays there are. I know 1 of May as holiday day, but nothing more. And to make sure that zennoposter stays a top tool in web automation we have to keep the community on top as well. So that's exactly what I...
  18. lokiys

    How websites detect ZennoPoster

    @VladZen can You check this thread and answer on questions? I think You should be invested a little more there, since its anonymity case...
  19. lokiys

    Сниппеты эмуляции мыши: FullEmulationMouse

    лучше это int toX = int.Parse(project.Variables["ToX"].Value);
  20. lokiys

    Перенос cookie из зенно в браузер.

    Nevizu problemi.
  21. lokiys

    How to upload template into client panel ?

    I'm talking about protection function in the template... https://zennolab.com/wiki/en:encryption?s[]=protection
  22. lokiys

    How to upload template into client panel ?

    Okay did not know that. And You have no protection block added to that template?
  23. lokiys

    How to upload template into client panel ?

    Of course, You can not upload any bots to other accounts. Did you expect to upload to mine as well LOL ? As username and password of You client zennolab account and upload, there is the only way. I would say it's not recommended, but there is no other way and won't be for a hands-free...
  24. lokiys

    Random line containing text

    Same as with lists mate. Table == > Get lines ==> Contains text BUT it gets lineS - What means there is possible many lines with such text so You have to put all results in a list and then take the random line. Because the table does not have a line in general, it has cells and columns. If...
  25. lokiys

    Random line containing text

    List ==> Get Line ==> Contains text takes line if containing text is only in first line ?
  26. lokiys

    Content parser

    If we talk about scrapping data then how to use regex is what You have to learn. =regex']Wiki - Regex Parse content is just helper action. So go with Regex and learn it. About logic for Your scrapping, I can not answer much, because I do not understand what is Your goals...
  27. lokiys

    Looking for ZennoPoster education

    Hello. I have the training offer, all about ZennoPoster :) check my sig for more details. Only sorry its not hourly based, but package.
  28. lokiys

    Content parser

    Not sure what You mean compatible with different sites as You scrape exact content from exact site usually. But using Regex is fine for scrapping. Take a look at Parse brick in zenno... Right click on content You want to parse and ''Parse content''
  29. lokiys

    How websites detect ZennoPoster

    First result google: https://hacks.mozilla.org/2016/01/firefox-and-the-web-speech-api/
  30. lokiys

    Кто создаст бота Телеграмм?

    Инстаграм i Телеграмм ne odjin i tot ze sait.
  31. lokiys

    How websites detect ZennoPoster

    Two lines of code and wola. instance.SetBrowserPreference("media.webspeech.recognition.enable", false); instance.SetBrowserPreference("media.webspeech.synth.enabled", true); Thats Firefox browser FF52x64 But anyway go ahead and try to detect Zenno. It will help all of us :-) @VladZen why...
  32. lokiys

    Content parser

    You have asked about the best way to parse HTML, so I think HTML agility pack is the best way. No, it is not the default option for zennoposter... But sure You can use parsing module what is zenno default option as well.
  33. lokiys

    Content parser

    Take a look at Html Agility pack https://html-agility-pack.net/
  34. lokiys

    Вопрос по lock

    Ty mozshesh neuchitsja i sidjet v uglu, net problem. ;) Prosto smotritsja sto hochesh stobi vsjo zdjelal za tybja. Yest google.translate.com i jetj forum poisk. Davai za djelu.
  35. lokiys

    Вопрос по lock

    Nado uchitsja. ;) https://help.zennolab.com/en/v5/zennoposter/5.18.0.0/webframe.html#topic1007.html
  36. lokiys

    Problem with uploading file

    This is the wrong logic. You never loop the whole template like this: Just make it straight and all loops will happen in zennoposter. Think what will happen if he will ORC 100000 images? His server will die... PS. And please advertise in apropiate section. ;) Cheers
  37. lokiys

    Problem with uploading file

    Not sure why it does not work for You. Most probably You have some wrong file paths. Basically all works fine there:
  38. lokiys

    Bugs in new version 5.29.3.0

    There it is again. I have worked with templates without a browser. Then opened template what required a browser and there is this https://i.imgur.com/yWNtbeB.gifv It seems like the browser is working without the content view, no I do not have content disabled. Enabled extended logs but it...
  39. lokiys

    Project maker table doesn't see xlsx file contents

    This is the wrong path. The right should be this: {-Project.Directory-}\AAA TRAPPED.xlsx
  40. lokiys

    Bugs in new version 5.29.3.0

    You are welcome, sent in a ticket.
  41. lokiys

    Bugs in new version 5.29.3.0

    Browser does not load: https://i.imgur.com/93YLYAb.gifv Worked with projects without browser and then wanted to open a new project, but the browser did not appear.
  42. lokiys

    Bugs in new version 5.29.3.0

    Like I said I'm using two monitors, so to reproduce You have too. Because its different, I have to use panelContainer for the second monitor, this is how it works. UPD: And that's my first monitor layout if need:
  43. lokiys

    Bugs in new version 5.29.3.0

    and not sure why you answered on both requests with one solution as I do not see any connection there. This loading icon bug came again and this time browser breaks down. Like Restart browser process screen I got.
  44. lokiys

    Bugs in new version 5.29.3.0

    did not helped at all. Well there is how to reproduce. 1. Reset panels 2. Restart 3. Made layout as I need it. 4. Closed Element tree 5. Restart 6. Inspect element = will mess up my layout as I told previously. I'm using two monitors if that's change something.
  45. lokiys

    Как найти все элементы по Xpath и посчитать их ?

    Chitaj errors tam vsjo nuzno bikj. Jesji problemi v c# togda if kubik nada vzjakj. Zdjes variable ret netu ona v { } NAdo kak to var ret = 0; if (foundD > foundM) { ret=foundD; } else { ret=foundM; } return ret;
  46. lokiys

    Bugs in new version 5.29.3.0

    Element tree window I want and I have it totally right not bellow. But when I put it where I need then I disable as I use it not so often, but the problem is when I enable it again with inspect element it always breaks all my layout and appears below. And even if I disable it again my layout...
  47. lokiys

    Сохранение титулов и URL

    https://zennolab.com/wiki/ru:table
  48. lokiys

    Bugs in new version 5.29.3.0

    Nothing loads there. In the previous version when the page loaded there was loading icon as well. Now I have hit enter like 5 times before I understood that it actually loads... LOL