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

  1. lokiys

    ZennoPro training - From newbie To Pro in No time

    Hey. Added you. Lets talk :)
  2. lokiys

    Халявные 50 рублей за 15 минут!

    I sam polucajesh kak minimum 3k RUB :D :D :D
  3. lokiys

    Как отлаживать сниппеты?

    :bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp::bp...
  4. lokiys

    Start project and add threads from php

    Yes sure there is: https://help.zennolab.com/en/v5/zennoposter/5.9.9/webframe.html#topic437.html You just develop php dashboard and connect ZP to mysql this is how you connect your dashboard to Zenno.
  5. lokiys

    CodeCreator: поиск элемента AND или OR?

    http://zennolab.com/wiki/en:zennoposter:macros-documentation
  6. lokiys

    Websteinlab?

    Potomu shto ty pomenjal nick. Tvoj bil Websteinlab. Ne tak lji ?
  7. lokiys

    Уроки по if then

    Net nemozno dlje metatrader jazik MQL4 or MQL5 a dlja zenno C#. https://book.mql4.com/basics/index
  8. lokiys

    Date puzzle

    This is how project variables should be written in C# project.Variables["listing_start_date"].Value in no quotes
  9. lokiys

    Date puzzle

    Tested on ZP v 5.9.8.0 works good. What errors do you get ?
  10. lokiys

    Date puzzle

    Thats weird. @rostonix please check this. Thanks
  11. lokiys

    Project maker insane lag

    It does not as I know, but it eliminate this wrong element searching when click on action designer...
  12. lokiys

    WTB Bot for a dating site

    Hey if you are interested for quality work and experienced coder then hit me up. Skype: llookkiiyyss Cheers
  13. lokiys

    Project maker insane lag

    :az:
  14. lokiys

    Date puzzle

    I posted links and way how I got this code. Please check them, its not that hard... :) Cheers
  15. lokiys

    Date puzzle

    string someDate = "01-Dec-15"; // 1. // Parse the date and put in DateTime object. DateTime startDate = DateTime.Parse(someDate); // 2. // Get the current DateTime. DateTime now = DateTime.Now; // 3. // Get the TimeSpan of the difference. TimeSpan elapsed = now.Subtract(startDate); // 4. //...
  16. lokiys

    Project maker insane lag

    Try to set windows fonts all to 100%
  17. lokiys

    Перебор диапазона ip

    A kakoj tolk ot vnutrenih (192.168.0.1) IP ?
  18. lokiys

    Zennoposter Lite include CapMonster2?

    CapMonster 2 is NOT included in any ZennoPoster version. It is standalone software.
  19. lokiys

    Jumping around is back

    Not really there in this version also jumping is there. Sent ticket with video recorded... Thanks
  20. 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
  21. lokiys

    1 место PM+WinApi или управление окнами любых других приложений

    Ja tak smotrju shto budjet jesho stakje ? 65 golosov, poka 1 mesto :) Pozdravljaju
  22. lokiys

    Some minor trouble

    To get random useragent for previous post you have to use lists and load usergents from txt files. There is video from previous versions but its still apply in current version:
  23. lokiys

    Some minor trouble

    Setting useragent is easy. There is info about profile: http://zennolab.com/wiki/en:profile?s[]=useragent
  24. lokiys

    Jumping around is back

    Well I'm back to 5.9.8.0 and there all is fine.
  25. lokiys

    List problems

    I do not remember exactly but that was not this: "Sequence contains no matching element" and was not this Index outside bounds something. Did you tried and all works good by your side ?
  26. 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...
  27. lokiys

    Small typo

  28. lokiys

    Jumping around is back

    @rostonix any answer there ?
  29. lokiys

    Red border

    @rostonix any answer there ?
  30. lokiys

    SetAttribute emulation level

    Then how can I enter text in field where is not value as input value ? I guess you understood what I mean... Thanks
  31. lokiys

    Symbol & does not work in Input settings

  32. lokiys

    Starting with SQLite anyone tried that ?

    There is not default options for this database in zenno. Only way is to use c# for that. BTW are you using ZennoPoster v3 ? Thanks
  33. lokiys

    Конкурс Пятый конкурс статей

    Mi zdjom boljshe ot tebja :) :cj:
  34. lokiys

    Jumping around is back

    Same when you set any value in field screen jumps up or down.
  35. 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.
  36. lokiys

    Red border

    And related to this I can not activate and start to work with action while it is with this red border. Why should I sit and stare at monitor without doing anything ? :D
  37. 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
  38. lokiys

    Check for text presence issue.

    It wont work :) Like this same action is called check of text on page. So it have to be in page text to work. Try this code. Its better than this text presence checker :) var tab = instance.ActiveTab; if(tab.PageText.Contains("Enter the numbers in the image")) return true; else return null...
  39. 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
  40. lokiys

    Check for text presence issue.

    Works for me. I guess it is not visible in page text this is why its not there.
  41. lokiys

    Нужен шаблон кекширования доров

    Yep I know XulRunner is found as virus by some antivirus softs. Did you know that some Malware are not found using virustotal ? Its just a friendly heads up after that you can install whatever is good for you :) Cheers
  42. lokiys

    Нужен шаблон кекширования доров

    WARNING It's great. I love the checker, but when you download it, you get malware. Had I not had xenu for a long time, I would have thought that xenu was malware because of this. Get rid of the crappy malware that is installed alongside xenu. It hurts the reputation of a great product. And yes...
  43. lokiys

    Using regex to point to a table file?

    Regex wont work. Just take one random file from folder and you will get real path...
  44. lokiys

    General question re third-party SMS services in Zenno

    Eh then please try. :) I does not make sense if I travel from Rus to UK and can not register account, do not you think ? :)
  45. lokiys

    How to pick random word from list?

    Add this in C# code action and in return you will have month in word. System.Globalization.DateTimeFormatInfo mfi = new System.Globalization.DateTimeFormatInfo(); return mfi.GetMonthName(project.Profile.BornMonth).ToString();
  46. lokiys

    General question re third-party SMS services in Zenno

    For what sites you can not use Russian numbers ?
  47. lokiys

    Release ZennoPoster 5 New build 5.9.9.0 (12 May 2016)

    Checked and on 5990 all is good. Its just not separate in Bug fixes. :)
  48. lokiys

    General question re third-party SMS services in Zenno

    Why not ask them here ? :bo: