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

  1. lokiys

    Please help - Running with csv multithreads

    Another point. When using Your files. Use Bind to file method. Please search forum if You want clarification what Bind to file means. Thanks
  2. lokiys

    Please help - Running with csv multithreads

    Not sure I understand what is Your problem exactly. Are you just discussing or You have real problem with managing files ? Basically two different threads from two projects will not get same first line from file, that's what I'm trying to tell You.
  3. lokiys

    Please help - Running with csv multithreads

  4. lokiys

    Please help - Running with csv multithreads

    What will be in conflict ?
  5. lokiys

    Please help - Running with csv multithreads

    Not sure what proxy have to do with removing lines from file. No You do not need to make file copies, You just have to think about correct logic for Your bots. Like I said before. If this is one file and one main projects + many subprojects then make all logic where working with file in Your...
  6. lokiys

    Please help - Running with csv multithreads

    Basically in short threads are not numbered and You can not control how to start them across different projects. I'm not very sure what is Your logic, but if I understand then You take one line from .csv and then take another 10 lines from same csv ? Then why not take 11 lines from .csv at once...
  7. lokiys

    Please help - Running with csv multithreads

    Hi. You can run mutithreads on one file without problems. When one thread works with file, it locks it down and after finished its unlocked for other threads. So no worries. Cheers
  8. lokiys

    .ref and .gnd

    @VladZen ?
  9. lokiys

    Run 2 project at the same time

    Scheduler works properly. Please read there: https://zennolab.com/wiki/en:project-execution
  10. lokiys

    Run 2 project at the same time

    Keep posted if any problems.
  11. lokiys

    Run 2 project at the same time

    Care to tell little more ? Standard version will give You 5 threads to run your projects at the same time. So if You run one project with 5 threads then You can not run second project. But You should be able to run 5 projects at the same time each with one thread.
  12. lokiys

    .ref and .gnd

    I'm using external library and with it I have two other files xxxxx.ref file and the xxxxxx.gnd file. How can I add them to work in zennoposter. Thanks
  13. lokiys

    Json error in C#

    I suppose it is not version related. But such C# code returns me error: return project.Json.modriadata.asm-_prop-city; Error in action "CS0103" "The name 'city' does not exist in the current context". [Row: 0; Column: 42] When I use action set to variable {-Json.modriadata.asm-_prop-city-} All...
  14. lokiys

    как сделать if c#

    Tak budjet. Nachinajesh s if i vsjo poslje etot else if if(project.Variables["category"].Value == "мышки") project.Variables["catID"].Value = "1"; else if(project.Variables["category"].Value == "клавиатуры") project.Variables["catID"].Value = "2"; else if(project.Variables["category"].Value ==...
  15. lokiys

    как сделать if c#

    Vot tak. if(project.Variables["category"].Value == "мышки") project.Variables["catID"].Value = "1"; else if(project.Variables["category"].Value == "клавиатуры") project.Variables["catID"].Value = "2"; Tam nada variables - category i catID
  16. lokiys

    Bugs in new version 5.26.0.0

    In previous versions when I opened Element tree and navigated through elements element properties window updated automatically as I click around elements in tree. But now I have to click needed element to inspect then right click on it an then to action designer or inspect element and only then...
  17. lokiys

    Scheduled tasks not running

    Hey. I think problem is there: Example You schedule Your project to start at 23:00 and add one execution every 1 minute. So every minute it will add one execution what will make 60 executions until 24:00 midnight. At midnight You hibernate Your PC. At 08:00 You switch Your PC back so your...
  18. lokiys

    why this Regex doesn't work in zennoposter

    Not sure what You mean. Your request was to insert new line after x characters. This is what this code do.
  19. lokiys

    translate all articles from current competition on english

    Well not only that, but also template developer what will translate all templates attached to articles, as well as videos if there are any. I also find that not an easy task.
  20. lokiys

    why this Regex doesn't work in zennoposter

    Hi. I have updated template to insert new line, before it inserted space. In template You have three variables: input = string You want to split newString = output variable, what will output split string. whereToInsert = at what place linebreak is needed. Not sure how to explain more exact...
  21. lokiys

    why this Regex doesn't work in zennoposter

    Hi. I'm not strong to answer about regex, but there are piece of C# what will do the work :) Cheers
  22. lokiys

    C# удалить строки что начинаются не на 9

    string test = project.Variables["testVar"].Value; if(!test.StartsWith("9")) return "I'm not starting with nine"; else return "I'm starting with nine"; Vot method kak zdjelakj. Beri stroki iz spiska prover esly nachinajutsja s 9 i polozi na drugoi spisok. I tak kazduju stroku prover
  23. lokiys

    Problem with token verification

    Hi. I have tried to do registration in Chrome as well as in ProjectMaker using Firefox. In both cases I could not get this captcha. So my suggestion is to look on Your proxies, maybe they are overused and site gives You captcha because of that. In anyway 2captcha claim they have api for solving...
  24. lokiys

    Copy to clipboard problem - need solution

    Hi. Thats surely is a problem. But as workaround there are everything in source. I can find comment link easy. https://i.imgur.com/sx9VZXf.png I guess You have to reload page if comment is not found right away after posting.
  25. lokiys

    ★★★ Order ZennoPoster templates ★★★

    Hello. My skype is in profile. Added. Thanks
  26. lokiys

    ★★★ Order ZennoPoster templates ★★★

    Hello. I do not sell anything ready made. Only custom developed bots by exact requirements. So you can contact me on skype and send step by step list of what linkedin registration bot should do and we will talk. :-) Thank You
  27. lokiys

    Bugs in new version 5.26.0.0

    Shows error: I have code for WebRTC in action but it is commented. // disable WebRTC //instance.WebRTCWorkMode = ZennoLab.InterfacesLibrary.Enums.Browser.WebRTCMode.Disable;
  28. lokiys

    Regenerating browser and Accept-Language

    Hi. You can change any random generated browser headers with help of profile action: Read more
  29. lokiys

    Using PHP in zennoposter 5

    Hi. Code SELECT*FROM is not php but SQL. And to interact with your DB in zenno You have to use Database action. Read more Hope thats what You need
  30. lokiys

    recaptcha v2 solving

    You have to pick solving in Tab in Recaptcha action settings.
  31. lokiys

    recaptcha v2 solving

    If You want to solve Recaptcha v2 with using sitekey addon then Yes it will be Capmonster price + 10$ per month. BUT CapMonster can solve Recaptcha v2 without sitekey addon, but it will have lower success rate, then You will need only to buy Capmonster and no need to pay additional 10$ per...
  32. lokiys

    Confused about threads possible for lite package....

    Hi. with Capmonster lite you can solve ONE captcha at the same time. Although You can send 5 captchas one after another and it will solve that in queue. Recptcha2 is included. There are more info: https://zennolab.com/wiki/en:addons:capmonster:about
  33. lokiys

    Extra-License Price (Black Friday Context)

    No you just pay for 6 month update period and You get latest version of program on day one + next 6 month when new version of ZennoPoster will come out You will get that too... Not sure what You mean, if You buy additional license for example today then You get latest version of program sure.
  34. lokiys

    Как выглядит Ваш интерфейс ProjectMaker?

    Vsjo vremja rabotal na dva 24" Full HD no nedavno pastavil jesho trekji 22" Full HD No v PM na dva rabotaju
  35. lokiys

    Discussion - new version 5.25.0.0

    Hi. Navigate to https://zennolab.com/discussion/threads/zennoposter-chrome-edition.53663/ Thanks
  36. lokiys

    The Ultimate Login Form Finding Idea

    Hello. In any way you have to find all possible search criteria from that csm. If there are 10 different search criteria for that field then all of them should be set into action search criteria. In action there is group field you can add as many groups as you want. Add 0 then 1 then 2 then 3...
  37. lokiys

    Presales Question

    Hi. And welcome. Yes it is possible and many more. You can read more in wiki https://zennolab.com/wiki/en:variables Good luck.
  38. lokiys

    Type info on the flash of browser in ZP? C#? or...?

    Hello. We are already connected in skype. So you can contact me. skype: llookkiiyyss Make sure You prepare detailed requirements list, and send this over. What exactly bot should do. Thanks
  39. lokiys

    не работает тег [IMG]

    Rabotajet: a vot takie: http://joxi.ru/E2pgyVaU7Bnnkm - nebudjet rabotakj http://joxi.ru/E2pgyVaU7Bnnkm.jpg - budjet
  40. lokiys

    Use Zennoposter to call an API like with CURL PHP

    Hi. Well simple answer is yes You have to use GET/POST requests for that. But to there is not much a way to help You as only help what can be done is provide You working solution. But in general You use in url: https://website.tld/api/guide/ and in Data field You have to use parameters like...
  41. lokiys

    Не дает залогиниться в texnow.

    Znaju problemu. No Ja nesaglasen s vami. Neradotajet takze jeslji s FireFox probujesh toze. Chrome rabotajet normaljno.
  42. lokiys

    Looking for a dev to create prices monitoring script (US retailers)

    Hi. You can contact me on skype: llookkiiyyss with more details about what are You interested. Thanks
  43. lokiys

    Bugs in new version 5.23.0.0

    Sorry but it happened all the time on my customer PC. But now I'm already finished training, have no access to that server anymore.
  44. lokiys

    how can i search for link by the keyword in the pages of google

    Hello. Please try this new option in zennoposter what was included from v5.22.0.0 Parse data: https://zennolab.com/discussion/threads/zennoposter-new-version-5-22-0-0-11-9-2018-parse-helper-for-getting-data.51281/ Thanks
  45. lokiys

    about:config

    How can I see all default config's for ZennoBrowser ? Are they listed in some config file ? Thanks
  46. lokiys

    How to copy a page I am visiting ?

    Hi. Use image processing and make a screenshot of browser. :) More: https://zennolab.com/wiki/en:actions:image_processing
  47. lokiys

    Get number of threads are running from one instance?

    Hi. Not something You can answer easy and fast. This is not question about zennoposter, but about logic in your projects. I have read, it through and understood that there need to understand whole your project before any answer can be given, and thats not fast and easy task. Hope someone can...
  48. lokiys

    Bugs in new version 5.23.0.0

    Like this:
  49. lokiys

    Bugs in new version 5.23.0.0

    There are some problems with graphics. Like sometimes You can see through ProjectMaker. LOL And another thing what I have noticed. In advanced editor. Action was removed but this action settings left there. And nothing helped to get it removed. Can not say much more as it was on customers...