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

  1. lokiys

    Folder profile : less weight ?

    Yeah, cookies should be enough for this.
  2. lokiys

    Folder profile : less weight ?

    Profile folders work only on a PC they are generated. You can export cookies separately and transfer to another PC profile folder. But you never know what data they encode in cookies, so the best way is to generate a new profile folder on a new PC.
  3. lokiys

    Folder profile : less weight ?

    Profile folders work only on one particular computer (where you created them), if you transfer on another PC they won't work. There is no way to make them lighter without compromising profile.
  4. lokiys

    how to locate the first/oldest email with gmail inbox?

    Hey, find the first email and type the word "last" in the match field of action.
  5. lokiys

    I have an error in stability.ai api

    Did you check traffic monitor or fiddler to confirm the exact request going out? This request header also should contain User-Agent in the first line.
  6. lokiys

    I have an error in stability.ai api

    Another mistake, there should not be a colon after Bearer Make sure there are not other mistakes and it should all work.
  7. lokiys

    I have an error in stability.ai api

    Then try this: image/png Also you can check request sent in traffic monitor or using external programs like Fiddler. And confirm that request is exactly as in their docs.
  8. lokiys

    I have an error in stability.ai api

    Hi. And welcome. Add content type there:
  9. lokiys

    7.7.4 for en locale?

    Hi, v7.7.4.0 is not released yet. It's a test version. If you want to test, use this link to download.
  10. lokiys

    Anyone Using Proxidize with ZennoPoster?

    Not using this service particularly with modems and such, as this is for commercial setup where you want to sell proxies or you need huge amount of modems., but just yesterday, set up this free way with the old android phone. Android proxy by now it seems will be totally enough for my personal...
  11. lokiys

    instance.UseTrafficMonitoring = true;

    @VladZen this suggestion fixed the issue. Traffic window should be closed at all and not only switched on/off. If i have traffic window opened, I get no traffic items; it seems the traffic window reads them therefore i can not get them. Please report this as bug. As when i work with traffic I...
  12. lokiys

    If I update what version I get ?

    Hi, not really sure what do you ask. Up-to-date version for zennoposter right now is v7.7.3.0 Look in your userarea what can you see there?
  13. lokiys

    Как убить инстансы в диспетчере после завершения шаблона?

    eta ochen staraja probljema uze: Bugs in version 7.4.0.0 | ZennoLab - Сообщество профессионалов автоматизации
  14. lokiys

    Compare file in string with content of a txt file

    My suggestion: Use forum search and use terms like regex or regular expression and read through threads and learn how it works. Regex is an important thing to know, will save you lots of headaches if you will learn something from it.
  15. lokiys

    Compare file in string with content of a txt file

    My suggestion use no any lists, therefore there are not any lines. This action Data ==> Files ==> Get text takes all data into one variable. After that you regex on the whole variable and get your result.
  16. lokiys

    Compare file in string with content of a txt file

    You can take all data from a file with Data ==> Files ==> Get text
  17. lokiys

    Log not updating

    @VladZen I have reported this a long long time ago. https://zennolab.com/discussion/threads/bugs-in-version-7-1-6-0.81555/post-575840
  18. lokiys

    Compare file in string with content of a txt file

    You can take all data from file and use Data ==> Text processing and make a regex from your ip address. Then check with if action if regex is empty. If empty, then ip does not exist. If not empty, then exist.
  19. lokiys

    How to remove html tags from variable?

    You can use: Data ==> Text processing ==> Replace. And use regex <.*?> for replace. This will replace anything that's between < and > If there is a lot more complex html page then I would use HtmlAgility pack library.
  20. lokiys

    How to Take Screenshot?

    Data ==> Image processing ==> Instance screenshot
  21. lokiys

    How to schedule a project to run every hour?

    In this setting set: every day. Then in the next setting set every hour.
  22. lokiys

    Can ZennoDroid Bypass Emulator Detection?

    Hi. Download Memu and try your app there, if it works then it will work on zennodroid as well. If it does not, then you can look on ZennoDroid Enterprise version, as this is more advanced and should be used together with actual phones.
  23. lokiys

    Bugs in version 7.7.3.0

    Nop.
  24. lokiys

    Bugs in version 7.7.3.0

    Works fine for some time, but then it goes down with this error. No other templates is using that profile. No other threads as well. It is a one threaded template. that is scheduled to work every 2 minutes.
  25. lokiys

    How to zoom in and out

    Hi, not sure what you are asking man. What zoom? What for? You mean like you are doing CTRL + mouse scroll in a PC browser? Then no there is no such option in project maker..
  26. lokiys

    About screenshot

    Look for Image Processing action.
  27. lokiys

    I have the problem This site can't be reached even using C#

    Hi, this is a proxy issue. They lose connection, or you configured them to rotate quickly. You can try looking on proxy provider page, where is autorotation timeout and try to increase that. If that does not help, look for other proxy provider.
  28. lokiys

    Small instance window

    Not sure since what version but its a while already. When you click on instance window and wanna maximize any instance from there with double click, you get this small instance window. It was nice size some while back, you did not need to drag it bigger to see anything there.
  29. lokiys

    Questions about multithreads

    You should try different ways and test and see how this works, man. :-) If any error happens Bad End will be executed. So you connect any actions to it you want gets executed after any error on the template.
  30. lokiys

    Questions about multithreads

    Bad end works just once. And it works whatever error is thrown. You don't loop anything after bad end. You just finish, add url back to file and let other threads take care of repeating.
  31. lokiys

    How to copy data from tables on the web?

    We can scrap any data with help by regular expression. Search your elements in DOM and then copy dom text to regular expression builder and make regex from there. You can also look into Parse action. By right clicking on needed element and then Parse data..
  32. lokiys

    How to save a file downloaded from the web?

    If the file gets downloaded, then you can find it there: zennoposter program files folder and following there: \Progs\Trash directory. Also downloaded file path will be saved in variable: {-Page.LastDownloadedFile-} Then you can move file wherever you want with File ==> Move action.
  33. lokiys

    How to save a file downloaded from the web?

    Hi, not sure about which part of the task you have got problems with. Can you give more information, please?
  34. lokiys

    How to copy data from tables on the web?

    Hi, you can scrape data from any webpage with the help of regex.
  35. lokiys

    Questions about multithreads

    You use lists for taking urls from file right? Then take line and thick checkbox delete line. So this will make sure your next thread is not taking the same urls again. There is action bad End. located at Logic ==> Bad end. - Any action connected d there will be executed if the template ends...
  36. lokiys

    Questions about multithreads

    Hi. Take URL with a deletion at the beginning. If any error occurs, just add url back to the list. There is bad end action in the Logic section. It will be executed if any error happens. Just connect add line to list action to this bad end and url will be added back to the list. And add one...
  37. lokiys

    How to get the last character in variable

    Hi, You can use regex: (.{1})\s*$
  38. lokiys

    instance.UseTrafficMonitoring = true;

    Tested with your template and it still does not work. Same issue I'm reporting. 0 traffic. More details on the ticket. And I think we should move this issue to bugs, because I notice that with the CEF engine I can get some traffic but i need chromium.
  39. lokiys

    instance.UseTrafficMonitoring = true;

    Yes, please. There is a problem with some pages. One showed in the ticket.
  40. lokiys

    Latest server/hosting recommendations for ZennoPoster server

    Proxy checker is not allowed on many server providers. As they view checker as network scanner usually used by hackers and DDoS attackers. So this should not be the point to judge server providers. I use Hetzner for years without a single problem. Sure, if you want support, then this is not good...
  41. lokiys

    instance.UseTrafficMonitoring = true;

    @VladZen can you please look at this case? It's almost a week around since I posted this? There are some answers on the ticket I posted with additional data, but those are not making any sense there. Thanks
  42. lokiys

    Where i can get avatars pack

    Hi, depends what exactly and for what you need. I remember I've downloaded some mega-packs of avatars from torrents in the past. For nicknames you can use zennoposter generated one's just use variable: {-Profile.NickName-}
  43. lokiys

    how to use this cube " run the program "

    Hi, this action opens programs on your PC. If you want to open gmail then you have to install gmail app from apptore and work from there. UPDATE: If you mean you want to verify the registered account by email, then you have to use Mail action, similar to this one.
  44. lokiys

    instance.UseTrafficMonitoring = true;

    @VladZen there are ticket opened also, and I'm impatiently waiting for some answer/solution. Conversation ID:53236
  45. lokiys

    instance.UseTrafficMonitoring = true;

    Thank you for input. I just tried your suggestion, but it did not work for my site. :(
  46. lokiys

    HtmlAgilityPack to parse content

    Use project.SendInfoToLog("Your comment or data", false); in your code and test what values are returned and fix your code.
  47. lokiys

    instance.UseTrafficMonitoring = true;

    Yes i know. I understand how you work with traffic. It looks more like a bug or something. Or maybe page blocks something. Or like i told I can get traffic in v7.7.1.0 ( sometimes) but never in v7.7.3.0 that alone tells me there is something wrong with it. PS. UseTrafficMonitoring = false...
  48. lokiys

    instance.UseTrafficMonitoring = true;

    What this means? I totally know how to get a body from traffic item. I'm telling that variable traffic.Count(); after var traffic = instance.ActiveTab.GetTraffic(); Shows zero. So there is not a single item recorded. And by testing further I can see that with version 7.3 I get always 0, but...
  49. lokiys

    Bugs in version 7.7.3.0

    There is no profile folder at all, it should create new.
  50. lokiys

    Bugs in version 7.7.3.0

    You mean this is normal situation? 2 min hang?