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

  1. lokiys

    Make zenno work with TAB'ed CSV files

    Title says it all... http://zennolab.com/discussion/threads/how-to-work-with-such-csv.28305/
  2. lokiys

    How to work with such csv

    How can I get to work this csv file ? https://www.dropbox.com/s/v4x5w6l8nn7tjld/dragon%20city.csv?dl=0 It show me all data in one line. PS. Allow .csv files to upload in forum
  3. lokiys

    Downloaded file path

    I'm downloading file from google keyword planner, and when I'm return instance.DownloadsPath; I get only folder where this file is saved and not file path itself. Result:C:\Program Files (x86)\ZennoLab\ZennoProjectMaker\Progs\Trash
  4. lokiys

    FTP uploading bug

    My data in files become from this to this Like you see after every new line is added blank line... Version 5.9.8.0, same with using C# or actions, same on two different PCs
  5. lokiys

    Auto restart zenno

    Implement autorestart feature in zennoposter, as there is still problems with Zenno freezing after some days running and sometimes it is even closed down itself. This way some auto restart feature would be good. I know that I can do auto restart with taskmanager, but this is not what I'm...
  6. lokiys

    Hotfix for newest version

    Wont be there any hotfix for newest version ? For example related to this cookie problem, I really do not want to update if there is some mix in that. I have almost all my templates working with cookies so that could make serious problems for me. Thanks
  7. lokiys

    Input settings formating

    Guess i have missed something. How can we get images and such nice formation for inputsettings ? http://zennolab.com/discussion/threads/vk-upravlenie-akkauntami-shablon.27689/ Thanks
  8. lokiys

    List problems

    Not sure what happened but v5.9.8.1 giving error for this code: var list = project.Lists["RelatedLinks"]; List<String> inList = new List<String>(list.ToArray()); inList.ForEach(delegate(String lineByLine) { project.SendInfoToLog(lineByLine, true); }); v5.9.8.0 and all previous versions...
  9. lokiys

    Small typo

  10. lokiys

    Symbol & does not work in Input settings

  11. lokiys

    Jumping around is back

    Screen jumping when you right click on any element and then action designer - screen jumps up or down randomly. Not every time though.
  12. lokiys

    SetAttribute emulation level

    i need to set emulation level for this: he.SetAttribute("innerhtml", project.Variables["desc"].Value); Where can I set instance.EmulationLevel there ? For he.SetValue all is clear but there nop :( Thanks
  13. lokiys

    Red border

    Is this how it should be ? When you add action and add it in column there is red border around what disappear in short time, red border like I would have some recording enabled. https://www.dropbox.com/s/m8u0jdf5dag9tc8/2016-05-17_23-00-58.mp4?dl=0
  14. lokiys

    Can not uninstall

    I'm going to die, there is new version and I can not uninstall old one.
  15. lokiys

    Captcha settings break PM

    I remember I reported this before and Anton said its known bug and will be solved, but I still get it. When you click on captcha settings PM freeze and then closed down.
  16. lokiys

    Is there new version ?

    Not sure, seems like there is not any new version, but in userarea its telling me to pay to get newest one.
  17. lokiys

    Runtime error

    This is error one of my customer is getting. He can not start bot.
  18. lokiys

    Do not use browser checkbox check

    When you have ticked do not use browser checkbox, and then you un-tick it you have to close project and open it again to get browser enabled, its not enough to click reload. Not a big deal for me figured it out in 10 sec. :D But could be confusing for others to enable browser and keep...
  19. lokiys

    Protection in CC

    When ? Thanks
  20. lokiys

    Loading forever

    Well there is problem with site: quora.com It just keep loading while timeout exceeding, at random places, and also different in PM and ZP Sometimes it keeps loading after logging in, mostly in PM, sometimes it keeps loading right after you click answer and then set answer and it again stops...
  21. lokiys

    Server setup for Zenno

    Hey guys, I have quick question for you. What server configuration do you use to run ZennoPoster and how much do you pay for your server ? CPU: ? RAM: ? Video card: ? Operation system: ? Thanks
  22. lokiys

    Too much resources ?

    Is not that too much for 1 thread and only thing there is Image resize: I guess PC is not that crappy to get such high load: Thanks
  23. lokiys

    Version 5.9.8.1 changelog

    So what this version is doing ? http://zennolab.com/wiki/en:changelog Thanks
  24. lokiys

    Some errors while installing

    First: After clicking ok: After clicking Yes installation continues.
  25. lokiys

    Win 10 and minimize

    As you know there is some problems to minimize PM in Win 10. So there is a trick. You just have to click somewhere inside blue borders and PM minimize will work just fine :) Cheers
  26. lokiys

    Still some issues about working slow without browser

    Probably year ago same was really actual for me. There is long background on this problem. Last time I just stopped to work with that one thing and me and @darkdiver thought we found problem in executing javascripts enormous times. Now I have lots of 50-120 mb excel files what I need to split...
  27. lokiys

    Some license problems

    Not sure what is happening but I'm really not satisfied, just came back from holidays and what I see it my zennoposter is stopped. Like I reported before zenno closes down for some license checking or what and this time it crashed and my tasks is not executed what was really important. So what...
  28. lokiys

    Some weird files from zennoposter

    Location: C:\Users\PCNAME\AppData\Local\Microsoft\Windows\WER\ReportQueue\ File size for all this shit is 5 GB
  29. lokiys

    Not explained stuff

    Lately I have noticed strange things with my PC, not only what you can see in picture but some other things, like screen goes crazy, Then I can not minimize, then I need to restart to work, because I can not click on any button. I'm really not sure if that is zenno fault as I started to get...
  30. lokiys

    Its time to give us control over all project variables

    ZennoGuys can we please finally get control over all project variables, there is really some good process speedups in zenno but for example {-Profile.Email-} and {-Profile.EmailPassword-} is totally no use. As who use just one email for developing, that is just one run and then what ? You should...
  31. lokiys

    Old bug is back

    No arrow.
  32. lokiys

    Cut + Paste in other project

    Is not working is there is not variable in any of the actions...
  33. lokiys

    Ctrl + Z

    Is not working same as Undo arrow in toolbar.
  34. lokiys

    Default path project directory

    It could really speed everything up if anywhere file paths is needed to add. When you click in lists tables and other places, then project directory would be opened and not my documents or other path... Thanks
  35. lokiys

    Captha services balance bug

    Just now clicked on captcha settings, freeze and crash. No time for logs sorry
  36. lokiys

    C# scroll save

    If I understand right then this option should save previous scroll position what does not happen. Reproduce: In c# action add Thread.Sleep(1000); 140 times just to get scroll, then scroll very down and go out this action. When you go back in scroll is down, all that is fine. So now scroll in...
  37. lokiys

    Firefox and Zenno

    Do PC where zenno is installed also is needed anything else installed, like firefox and other plugins ? Cos I have noticed that some customers got weird problems on their servers without firefox installed... Thanks
  38. lokiys

    Thread count mistake

    Make thread count check more than just once. I mean now if you accidentally set Max threads for template 100 then there is no point to set it down, because zennoposter will reach 100 threads and only then go back to my right count, even I have set right count 10 min ago... Thanks
  39. lokiys

    Upgrade Diagnostic.exe

    When I create report.zip this is always for use of ZennoTeam, then why not just create little advanced Diagnostic.exe tool. Like when you open it you can set Title, Description and press Send. And logs with all necessary information will be automatically sent to zennolab email or server...
  40. lokiys

    Its for me too

  41. lokiys

    CapMonster 2

    Hi, @nuaru Is there any plans to make Monster with less threads and cheaper ? I really do not think that $97 is something much, but only if you have use of at least 5 threads simultaneously all the time. But I would like to get Monster just for having and testing purposes. And maybe to solve...
  42. lokiys

    Emulation is not working as before

    https://www.dropbox.com/s/3avle6tlk7d7n0u/2015-10-19_10-58-10.mp4 Works like with pauses. instance.SendText();
  43. lokiys

    Save in snippet

    When you click on save to snippet then snippet folder should be opened.
  44. lokiys

    Will save hours and totally easy to implement

    When you click Button with name Copy to C# you will have On clipboard string like that: he = tab.FindElementByAttribute("div", "id", @"myAdsTab", "text", 0);
  45. lokiys

    Skip Add variable popup

    I'm talking about this: When you click then another filed appears bellow all variables and you can just click in and write your variable in. Same if you want to edit variable. Just click in and edit it. This additional window is useful and require only time. UPDATE: It will be also...
  46. lokiys

    Wrong language codes

    PM Firefox:
  47. lokiys

    instance.DownloadsPath = path;

    If that is meant to set download path and then use GET to download image for example and downloaded image should be saved in this path. Then this is not working...
  48. lokiys

    Update assembly

    Update GET and POST with full path ZennoLab.InterfacesLibrary.Enums.Http.ResponceType.HeaderOnly as short path is not working. There been numerous questions in form about this... Thanks
  49. lokiys

    File exist bug

    Not working string upVoteAccountPath = project.Directory + @"\Data\" + "Test.txt"; // Check if accounts file exist bool exist = File.Exists(upVoteAccountPath); if(exist = false) { project.SendInfoToLog("File does not exist", false); } Working string upVoteAccountPath = project.Directory...
  50. lokiys

    Sequence contains no matching element

    Can we get in what line any error is ? Lots of time I have to think a hour where this error is coming from