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

  1. lokiys

    Hide email header in C#

    Please add this to ZennoPoster.MailConfirm
  2. lokiys

    Convert to C#

    That is quite good news. Can we know from what version and what locks we can throw out already ? This really can save lot of space in C# if not to use locks. :-) Do that apply for lists, tables, click emulation, mouse move also ? Thanks
  3. lokiys

    [REGEXP] Замена или удаление только LF или CR в конце строки

    Nashot takoj variant: string input = project.Variables["input"].Value; byte[] bytes = Encoding.Default.GetBytes(input); input = Encoding.UTF8.GetString(bytes);
  4. lokiys

    New browser engine

    There is already stable version but this is with old browser engine and some sites like Instagram is not working correctly in this old engine, and when you report that then answer is test on new version, but new version is not working well, so I see myself like in trap. Probably it is not that...
  5. lokiys

    Copy & Paste is not working everywhere

    Actually no need to login and no need google. Copy paste not working in PM at all...
  6. lokiys

    Copy & Paste is not working everywhere

    In google when you are logged in copy paste is working once from 20 times.
  7. lokiys

    New browser engine

    Can we get Zenno with new browser engine and without bugs finally ? I'm totally not interested in not a single new feature while all bugs is not resolved as now last stable version is ZennoPoster 5.7.5.3 (06.03.2015) More than half year is around... Thanks
  8. lokiys

    Popup does not close down

    Try to login in soundcloud. When click login then popup appears with email and pass field, when credentials are set popup should close automatically, what does not happen. newest version
  9. lokiys

    Convert to C#

    Can you please answer for what is lock(SyncObjects.InputSyncer) I'm totally confused now as I thought I have to lock instances before any emulation and lists/tables. Is there any changes and lock is not used anymore ?
  10. lokiys

    CSS disabled and not disabled

    Is it all right here: newest build
  11. lokiys

    Login to ig

    Oh no sorry for wrong suggestion, It do not work for me also. It worked for me not because of login but because I had cookies loaded... Not working in this way. Does that work for you that you suggest ? Thanks
  12. lokiys

    Convert to C#

    Tell me more what is those most cases. Pretty unclear answer do not your think ? And then again why this is needed then lock(SyncObjects.InputSyncer) Thanks
  13. lokiys

    Login to ig

    As workaround do your login process as usual, when it redirect back to first page, just go to https://instagram.com/username/ and you will be logged in. :)
  14. lokiys

    New captcha types

    Honestly I do not see any problems to spend 100 per year if I will need those captcha types, but it is not fear that other users if they need to resolve 1000 captchas per year have to pay 10x times more :)
  15. lokiys

    Login to ig

    I can confirm that I get same problem. v 5.9.0.1
  16. lokiys

    New captcha types

    [+] ZennoPoster now allows to recognize ReCaptcha2 and KeyCaptcha in tight integration with CapMonster2. Please make some pay as to go option for those captcha types...
  17. lokiys

    Un-packing error

    Not sure what I did but got it installed, after installed 3 times other versions and then tried new version again and got it installed...
  18. lokiys

    Un-packing error

    This time nothing works for me. Not to delete anything from appdata, not both @rostonix suggestions:
  19. lokiys

    Un-packing error

  20. lokiys

    Convert to xpath

    In element tree when you right-click on any element new option Convert to xpath would be really good :-) When you click that xpath string is copied onto clipboard to paste in C# action or even in standard action in future :) Thanks
  21. lokiys

    Convert to C#

    Checking this option and I can see that emulations is converted in simple way like instance.SendText("Text", 10); Means without locking them. Is that good and right way how it should convert ? Thanks
  22. lokiys

    Images gets disabled auto

    Me nether.
  23. lokiys

    Contact form template

    Price really depends on how many platforms are you asking to make bot. More platforms ( different ) higher is cost. But you can contact me on skype: llookkiiyyss Thanks
  24. lokiys

    Релиз ZennoPoster 5 новый билд 5.9.0.0 (19.08.2015)

    instance.AddToTitle(project.Variables["projectVariableName"].Value);
  25. lokiys

    Images gets disabled auto

    Open PM press restart (F5) and you get v5.9.0.0
  26. lokiys

    Релиз ZennoPoster 5 новый билд 5.9.0.0 (19.08.2015)

    instance.AddToTitle("Any text there");
  27. lokiys

    Remove Letter Accents

    Well if you are not new in c# and want to use more advanced codes then all I can suggest is to start to read some books about c# :-) It will help you much. string text = project.Variables["accents"].Value; var normalizedString = text.Normalize(NormalizationForm.FormD); var stringBuilder = new...
  28. lokiys

    Help required solving google Recaptcha

    Not sure, but seems like you need CapMonter to resolve Recaptchas. But OP asked how to resolve them with using zenno, with sending to DBC or other services i guess...
  29. lokiys

    Remove Letter Accents

    Hi. As you are new to c# use more simpler method: project.Variables["accents"].Value = project.Variables["accents"].Value.Replace("ż", "z"); project.Variables["accents"].Value = project.Variables["accents"].Value.Replace("ź", "z"); project.Variables["accents"].Value =...
  30. lokiys

    Gmail connection

    Google is complex site. I see most complex ones is google and facebook. :) But it is possible to work with gmail. In your case I would try different accounts. And most important use accounts always from same country and save cookies and headers...
  31. lokiys

    Проект не добавляется в Zennobox

    Njet 10$ nado toljko pri prodaze.
  32. lokiys

    Var value field expanding

    I think no need to expand var value fields like this one: Its making lest place to overview all your other variables... It is fine when you move over and you see all what you have in value, like there in yellow pop-up: And another suggestion related to this: Keep this yellow window...
  33. lokiys

    Contact form template

    This is serious paid task actually. :)
  34. lokiys

    Page language

    Sorry my bad just found that my PC firefox is working under proxy whole time :D
  35. lokiys

    Page language

    The thing is that I'm not using proxy. Its direct connection... And browser language is Eng...
  36. lokiys

    Page language

    With my PC firefox PM browser: In short in PM browser I'm getting translated in my language interface. Wondering why is that. ? ? ?
  37. lokiys

    Input settings small bug

    Field name is somewhere upper than field, should be in middle like ? mark
  38. lokiys

    Цикл while

    Nepraviljno tybje while yests. Zdjes praviljnij while https://msdn.microsoft.com/ru-ru/library/2aeyhxcd.aspx Zdjes takoj while kak u tebje https://msdn.microsoft.com/ru-ru/library/370s1zax.aspx do while
  39. lokiys

    Go to line and go to column

    Now there is Go to column, but still redundant:
  40. lokiys

    Condition to check opened window

    Whatever what content, for example if you know that on this popup page is at least one link then use same I posted previous but in attribute set href and in value set .* and in event you can set focus if you want only for check... It will search for any link on TAB popup, so if there will not be...
  41. lokiys

    Condition to check opened window

    Most probably there is some elements on page that you can check against. And use to search in which TAB popup
  42. lokiys

    Решено Возможность создавать свои кубики

    Po moemu @rostonix uze skazal shto to takoe budjet...
  43. lokiys

    Posting comments

    Hello and welcome ! It would be better if you could post link where you are trying to post comments and your recorded template. Make sure you also ready ZennoWiki
  44. lokiys

    using System.Threading;

    As default please...
  45. lokiys

    ZennoBox error

    Mate did not you read that on one and that same PC in ZennoPoster it is not working and in PM it is working.
  46. lokiys

    ZennoBox error

    DLL I'm using
  47. lokiys

    ZennoBox error

    Got same error on other my PC. But only in ZennoPoster. Working fine in PM. I assume it is related to x64 or x32 versions. But all my PC's is x64 and customer PC also
  48. lokiys

    ZennoBox error

    What does that mean. All works on my PC. On customer ZennoBox not working