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

  1. lokiys

    Own C#

    Add first line from this action to show as comment of it. So if first line I have commented as Instance settings then it will appear also on this action and I will not have to rewrite this comment in two places. Easy thing what can save some time. :) Thanks
  2. lokiys

    Adding a "Clean interrupt" to Zenno

    Hi. Like You already said... Its not really recommended to make infinite loops in any programming, so I think You will have to learn to fight with such situations. Its just how it should be. :) Thanks
  3. lokiys

    Rename table processing "Add list"

    Hi. Not very sure about what option You talk there, but f You have any problems with understanding options please use wiki: http://zennolab.com/wiki/en:start
  4. lokiys

    access global variables in switch case

    Hi. Why do not You save global variable data into project variable and use it in switch then ?
  5. lokiys

    Add Interrupt in ProjectMaker

    Hi. Interrupt in zennoposter works just same way as You have clicked stop in Project maker. It waits when action is finished and then ends this run. Although stop button in Zennoposter will wait when execution will be finished and then will end... If You have problems with C# actions in PM...
  6. lokiys

    I bought an English version, can I change it to the Chinese version, I can pay the difference

    Hi. Send Your request in ticket http://support.zennolab.com With Your license email and link to this thread.
  7. lokiys

    Stop loading page after a certain time

    Hi. This code You showed should not wait page loading in full, it just goes to url and finishes. Please show url what does not work as expected. Tab tab = instance.ActiveTab; if ((tab.IsVoid) || (tab.IsNull)) return -1; //if (tab.IsBusy) tab.WaitDownloading()...
  8. lokiys

    Possible to lock zennoposter with password?

    Hi. Go to https://userarea.zennolab.com/lk/userarea/UserAddHardware.aspx and delete hardware data of your VPS and your license will not work on that PC anymore.
  9. lokiys

    Is there ZennoDroidBox

    Can we sell our bots developed by Droid to outside ZennoDroid owners ?
  10. lokiys

    Email Verifier? Bounce Check

    Hi. There is no such feature at all, not to talk about zenno. You can try different variations of C# and try them, but as I know You really can not know if email really exists before You have sent email. :-)
  11. lokiys

    How to define a vraible as numeric so that I can increase counter ?

    Because You have wrong increase counter action. Should be like this: http://zennolab.com/wiki/en:looping?s[]=counter
  12. lokiys

    How to define a vraible as numeric so that I can increase counter ?

    Hi. There is no difference number or string in zenno options, It should work as You tried to do. What error do You get ? Do not You have spaces before or after number ?
  13. lokiys

    Добавьте норм отладчик в c# код

    WOW how to enable this ? @VladZen
  14. lokiys

    Http Get with Headers

    Hi. Headers and parameters are not that same. Meaning You should read API documentation to understand more. Just for your information, I have got to work with one very complex API. It took me two days to understand how it works. LOL
  15. lokiys

    Regex Match & replace

    You posted in code creator section, so I understood You code in C# If not then please take a look at zenno wiki please. There is all You need: http://zennolab.com/wiki/en:actions:text http://zennolab.com/wiki/en:creating-a-regular-expressions Cheers
  16. lokiys

    Regex Match & replace

    Hi. There could not be better answer than search in google. Google search - regex replace
  17. lokiys

    Selection a value using more criteries

    First split vartiable into two variables. Main category and subcategory. Then scrape values for car 4_74 and then scrape also subcategory value 4_76 and then select value in action.
  18. lokiys

    ZennoPro training - From newbie To Pro in No time

    Hi. Sorry not any. I do not see much of offer for services in black Friday :-) Anyway You are welcomed to training if You are interested. skype: llookkiiyyss Thanks
  19. lokiys

    Mail.com - GMX 5$ - 1000 /Facebook 1000-10$ / Hotmail.com 1000 - 2$

    Paypal prinimajesh ?
  20. lokiys

    Facebook makes PM freeze

    And its long time bug there, I have reported this in past many times. This is really easy to reproduce: just try to surf in facebook like normal user and You will see freezing will start soon. As more You work as worst it becomes.
  21. lokiys

    Email Authentication error in IMAP

    Hello. Most probably You have not enabled in your accounts to allow access by IMAP and POP3
  22. lokiys

    Server error

    There's is clearly stated that my time was correct. And that there is thrown some errors about PM. Its exactly same time I have made this thread...
  23. lokiys

    Server error

    Did You saw in report that my PC had wrong time, if Yes then where ? As I check system logs and there is errors logged in right time - yesterday. I have not changed time on my PC, I have not noticed wrong time, as well as my time is synced with internet time, so I guess no time problem was...
  24. lokiys

    Server error

    Diagnostic report sent in ticket Ticket ID #BPH-675-10067
  25. lokiys

    Server error

    Well it seems like only my PC is blocked suddenly. On server I can open PM
  26. lokiys

    Server error

    I would make two authorization servers if there is such problems. Just working in PM and started to get this, and my work is suspended. :(
  27. lokiys

    How to Scroll Inside a Window

    How do You scroll in standalone browser ? Use same method in zenno, should work just fine...
  28. lokiys

    Recive emails by date ?

    Hi. There is default option in email action, download no more than x emails: http://zennolab.com/wiki/en:email-verification default is 100. So it will download just 100 emails not all of them... If You want really by date then only C# can help You.
  29. lokiys

    How to post image to Twitter?

    Try checking how image uploading is made there:
  30. lokiys

    Bad End not always working (video)

    Hi No because bad end means bad end and thats it, bad end can happen just once. :)
  31. lokiys

    If esle в c# как лучше реализовать

    https://docs.microsoft.com/ru-ru/dotnet/csharp/language-reference/keywords/if-else
  32. lokiys

    Keep-alive header with GET/POST request

    Hi. Its really not that simple to answer. GET/POST requests are more specific and require some knowledge to make them properly. Also not all sites allow GET and POST request to do some actions, also You have to scrape and use cookies if You want to make following get/post requests, just like...
  33. lokiys

    Keep-alive header with GET/POST request

    You can send additional headers with help of action also. Set it in Useragent field like in wiki: http://zennolab.com/wiki/en:actions:http
  34. lokiys

    Cannot open Spotify Web Player. Help!

    Hi. Try this. http://zennolab.com/discussion/threads/modified-browser.41446/#post-309198
  35. lokiys

    Project works in code creator but not in zennoposter

    You are right, Your code also should work fine.
  36. lokiys

    Project works in code creator but not in zennoposter

    Hi. Never used such way of getting lines from list, maybe this is problem. Try to replace your code with. string currKey = project.Lists["keywords"][0];
  37. lokiys

    Response headers in browser

    Unfortunately there is no such feature, care to tell us why do you need that ? Because as You see page have hundreds of requests, so there is question what headers do you want to see ? If only pages itself then you have to make get request to page link and you will get headers of that link...
  38. lokiys

    Replace a row from a list ?

    Take line by number and replace data with new data. In case you have same values in many lines then just delete line by number and insert new line by number. Everything can be done with list processing.
  39. lokiys

    Looking for someone to help create dynamic list automation

    Hi. No there is only Gecko browser engine support by now. What is same as Firefox have. And You can not install extensions.
  40. lokiys

    new table and list processing methods

    Personally I prefer to make my own checking what lines from list I need and what not. You know what I mean. There is hundreds of logic's possible to search in data. Not all can be as default features for everyone. :)
  41. lokiys

    Looking for someone to help create dynamic list automation

    Hi. Please send requirements for this task. Thanks
  42. lokiys

    Как создать много переменных на автомате?

    Vot tak mozno. string variableName = "MyVariableName"; object obj = project.Variables; obj.GetType().GetMethod("QuickCreateVariable").Invoke(obj,new Object[]{variableName});
  43. lokiys

    Discussion - new version 2.10.0.0.

    Does that mean when You buy addon You do not need to buy capmonster with limited threads ? Means addon = 10$ = unlimited captchas ? No other expenses ? This way its reasonable sure.
  44. lokiys

    Discussion - new version 2.10.0.0.

    LOL really, addon costs even more than program itself. ?
  45. lokiys

    Opening page without waiting for loading

    Make project variable with name instanceStatus and past this code in C#. project.Variables["instanceStatus"].Value = instance.ActiveTab.IsBusy.ToString(); In any way, if You are looking to work with C# code I would suggest to learn it first ;-) Cheers
  46. lokiys

    Opening page without waiting for loading

    Hi. You have deleted this exactly checking. instance.ActiveTab.IsBusy - will return true or false. If tad is still loading then its will be true, otherwise false. For more info how to manage project from code look...
  47. lokiys

    Discussion - new version 5.12.1.0.

    Here You are https://zennolab.com/discussion/forums/news.51/
  48. lokiys

    Difference between "optional" and bad and

    Hi. If You set action optional it will never trigger an error, meaning it will never go out to red exit. If action is not optional then in case of error it will go out to red exit, in case if there is something connected.
  49. lokiys

    ★★★ Order ZennoPoster templates ★★★

    Hi. I see You have invited me in skype. I'm accepting now and please send me full requirements list about what bot should do. Although I'm developing only full projects. Thanks