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

  1. lokiys

    Upload data to internal list

    Many times there is need for list with data in template and not outside. I mean, like it is not you can add line after line in list, but would be good to upload data from file and then all information would be saved in list. Thanks
  2. lokiys

    instance.Reload();

    Is that everything i need to restart instance ? instance.Reload(); Or should I take actual ur before then restart and then go to actual url again ? Any pauses needed before or after instance.Reload(); ? Thanks
  3. lokiys

    Please help me to complete my first project. I am stuck

    :az:
  4. lokiys

    Please help me to complete my first project. I am stuck

    Infinite loops is not what you need. You have to run template in ZennoPoster and set how many Executions do you want to repeat template instead of loops.
  5. lokiys

    Please help me to complete my first project. I am stuck

    Sure
  6. lokiys

    Please help me to complete my first project. I am stuck

    Lists is what you need to solve all your problems. Read more
  7. lokiys

    CheapCaptcha.com - Decaptcha at US$ 0.99/1K

    PM Sent. Thank You
  8. lokiys

    Why does ffmpeg batch file not work in run program?

    Congrats @Harambulus as I said It is possible to get it working. @LexxWork Really that was not nice to give misleading information to customers just to earn cash, nobody says it is not fair price, but it was not fair way you wanted to earn fair price... :bq: I would understand if you would be...
  9. lokiys

    Why does ffmpeg batch file not work in run program?

    @LexxWork As you can see OP is not much experienced therefore if you want to tell something then make sense to that he can understand... @Harambulus I'm working with this code + bat file with ffmpeg and everything is working fine, you just have to write in bat file path to ffmpeg and call...
  10. lokiys

    Log system improvements

    Dude I will tell just in one sentence, can we get just one checkbox in settings what will disable all ZennoPoster default logs like Html errors, template failed, template success, list is empty, table empty and like that. This is no needed for me in 50%+ cases and I can process all information...
  11. lokiys

    Why does ffmpeg batch file not work in run program?

    System.Diagnostics.ProcessStartInfo p = new System.Diagnostics.ProcessStartInfo(); p.WindowStyle = System.Diagnostics.ProcessWindowStyle.Minimized; string batFile = project.Directory + @"\batfilename.bat"; p.FileName = batFile; p.UseShellExecute = true; p.CreateNoWindow = true; var process =...
  12. lokiys

    When two arrows in one action bug

    You are showing me totally different feature...
  13. lokiys

    When two arrows in one action bug

    This is exactly what I showed you can not do if you have two arrows in one action. Taking start of arrow is not possible...
  14. lokiys

    ZennoBox

    ZennoBox is nothing different than ZennoPoster just wothout Project maker, but everything other is Exactly that same. If you would like to test then go Register account there https://userarea.zennolab.com/en/Registration.aspx ( other than you have ZennoPoster ) Then login in your main account...
  15. lokiys

    When two arrows in one action bug

  16. lokiys

    Log system improvements

    I would like to pop this a little bit up and add this. First thank You for already improved log system, but that is not enough still 2/3 from logs is not useful at all... I would like to get beautiful logs like just information what is needed for me. Example: There is only needed thing More...
  17. lokiys

    a template to create backlinks to do blackhat seo

    Thanks You for vouch @TobiasLundstedt and yes I can only add that if there will be work with forums then most painful will be security questions, those can answer manually and then use as list, but most trusted forums have questions - bind to forum, like what color is in right upper corner of...
  18. lokiys

    Execute one thread in many instances

    Not sure about title, seems does not make sense, but the point is about method ZennoPoster.GetNewInstance What apparently is only for Visual Studio tasks if I understood right. But would be really awesome to have such feature in ZennoPoster also. There is lot of cases when template works...
  19. lokiys

    ZennoPoster.GetNewInstance

    But would be awesome feature for sure. Going to Enhancements thread :)
  20. lokiys

    тэги для C# на форуме

    Mozno jesho [CODE=csharp][/ CODE]
  21. lokiys

    Project variables mess up

    Helped thanks
  22. lokiys

    CheapCaptcha.com - Decaptcha at US$ 0.99/1K

    Before I sign up and to test can you please answer @Nick question fully ? Like have you tested your service with zennoposter and can confirm that everything works fine ? And can you please be more clear in my question also. How wrong captcha thing is working. ? If you know then in zennoposter...
  23. lokiys

    ZennoPoster.GetNewInstance

    Ah then this is not that I can execute some task in mutithreading while working with one thread ?
  24. lokiys

    Project variables mess up

    Exactly.
  25. lokiys

    WebBrowserTab while using proxies

    Yep I know that. But that is not the case. I have 50 loops there and It worked without any errors. Then things changed and I started to use proxies on same template, and this error started to come, then I decreased loops to 20 and still same error, what makes me think it is not the case...
  26. lokiys

    ZennoPoster.GetNewInstance

    I would say there is bug, although not sure.
  27. lokiys

    CheapCaptcha.com - Decaptcha at US$ 0.99/1K

    Is that for 1k correct answered captchas ? I mean do you have wrong captcha report link and we will not pay for any wrong captchas ?
  28. lokiys

    WebBrowserTab while using proxies

    Не нашли активную вкладку в инстансе. Инстанс 512783005:127.0.0.1 A lot of those errors coming out if using proxies.
  29. lokiys

    Project variables mess up

    I press Yes for this option by accident and ticked checkbox do not show anymore, where can I change this option from settings ?
  30. lokiys

    Template did not updated

    Any workaround for now, as I'm getting angry today by this. It is not possible to work... :( UPDATE: Unfortunately no workarounds
  31. lokiys

    How to get file attributes

    Maybe we can do like this. You post some code you tried and then tell what is not working and we will help. How about that ?
  32. lokiys

    Some c# questions

    Okay I will be more detailed. 1. Can you tell me difference of: if (tab.IsBusy) tab.WaitDownloading(); and tab.WaitDownloading(); 2. Is this used like this ? // find element by attribute HtmlElement he = doc.FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text"...
  33. lokiys

    Some c# questions

    I have two questions: 1. Why there is needed if (tab.IsBusy) ? Because there is even not possible any other way, if tab is not busy then tab downloading does not happen anyway. if (tab.IsBusy) tab.WaitDownloading(); 2. When we have to use. Because in assembly in some snippets it is used but in...
  34. lokiys

    "Проект в проекте" и ZennoBox

    правильно
  35. lokiys

    Groups going behind visible screen

    One proven way to reproduce this is copy group of actions, scroll down and paste group of actions. :)
  36. lokiys

    Groups going behind visible screen

    Yes that is another bug that groups grow on each other, but I actually saw same improvements in this already. But I reported that groups is behind visible screen, not sure maybe you meant that same, but check there more down is + 10 actions
  37. lokiys

    ★★★ Order ZennoPoster templates ★★★

    Hello. My skype is on my profile page. I already accepted you there. Lets talk :-) Thanks
  38. lokiys

    Buying increased Script of my current version

    PM'ed you lets talk
  39. lokiys

    Groups going behind visible screen

    Old one there. Please make that action groups also is making visible place bigger and not going behind. Have to always copy out one action and make screen bigger...
  40. lokiys

    projectmaker not clearing cookies?

    I talked about this there: http://zennolab.com/discussion/threads/any-anonymity-problems.17221/
  41. lokiys

    exe compilation feature

    As I said, nothing changes. Fee for one bot is and will be 10$ when branding removal will be there as well as exe bots. One reason is because when you sell bots you do not sell bots with full ownership, as you use ZennoPoster as base and is biggest and hardest part of whole coding. So If you...
  42. lokiys

    exe compilation feature

    Developer license is canceled already. There will be 10$ fee further also. So that is not the case. :) Ref: http://zennolab.com/discussion/threads/obsuzhdenie-otmeny-dev-licenzii.17047/ use google translate. :)
  43. lokiys

    Multithread problems is still there

    I hope that this answer is no need to read like this "Everything is fine and this is how it should work" and there will be some fix for this. I sent full working template in ticket, would like to follow how it goes... Thanks
  44. lokiys

    Record & Debug as Advanced Editor

    Okay that happens when you use Project in Project. :) Run first template and when you call other template and want to edit in this other one then all actions act like in advanced editor. :) Eh I'm fast :D
  45. lokiys

    Record & Debug as Advanced Editor

    Right after that ( clicked 3 links ) PM Freeze and closed down...
  46. lokiys

    Record & Debug as Advanced Editor

    Just now faced new thing. Record & Debug act like Advanced Editor Image is taken in Record & Debug. Means you have to double click on action to get action properties
  47. lokiys

    Multithread problems is still there

    I talked with one developer and he said that in .NET multi-threading fundamentally is working like crap... Is that true ? If so that could explain everything...
  48. lokiys

    Multithread problems is still there

    This time without proxies and I worked with this template whole day and every time I run it I'm getting same problems. Only way to got all links scrapped was run first with 10 threads, then copy bad end links back to link list, run with 5 threads, again copy bad end links to linklist, and then...
  49. lokiys

    Template did not updated

    Just now faced with such bug. As title says template did not updated when I changed things there and then over-copied to my server. When tried to run it template worked as old one. Opened in PM on same PC worked fine as new template...