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

  1. lokiys

    Help - Migrating to ZennoPoster (My first project and one of the biggest)

    Hey Bruno and welcome. In short all your questions can be answered with two answers. Because we can talk about ZennoPoster default functionality OR as you maybe know you can use any C# libraries in ZennoPoster what makes it do almost whatever you want. Monitoring from one place and such things...
  2. lokiys

    ★★★ Order ZennoPoster templates ★★★

    Hey everybody. I'm back after some days off. I'm ready for new orders. Lets automate your task. Never work with your hands again.
  3. lokiys

    Delete Content from text fields.

    I'm sorry but its not clear for me. Can you post example of template please and tell where is problem. Thanks
  4. lokiys

    Delete Content from text fields.

    Hey, it seems to remove content you can just SET empty in this text field and all content will be removed :)
  5. lokiys

    Show website into zennobox

    Make same like its for win 10 task view. If there is 10 threads then all 10 thread small windows appear. In short its auto-resize all showed threads in new tab, like there, to maximize screen available for Show option. There is no need any buttons and such. By clicking on one of those...
  6. lokiys

    About remove brending

    Hey. While staying on topic, @nuaru You said its low priority because some of us asking that. I would say thats not totally true, I think 80% or new members ask if You can compile .exe in first talks about ZennoPoster. - I think at first place You are missing a lot of new members, secondly some...
  7. lokiys

    Zennodroid Purchase

    This should be resolved to no make any misunderstandings there:
  8. lokiys

    Variable in list path

    Hey there is gazzilion threads about this feature, please try forum search ;-) =139']http://zennolab.com/discussion/search/2489999/?q=bind to file&o=date&c[node]=139 Let me know if still not clear.
  9. lokiys

    Variable in list path

    Hey If you want to use variables in file paths you have to bind file to list. Us action list processing - Bind to file and set paths with variable there...
  10. lokiys

    Инстанс полностью грузит оперативку

    Naverno shto djelal vsjo v loop shto nepraviljno.
  11. lokiys

    Wrong convert to C#

    Missed message. There is example: There is not needed this AND but as example will work.
  12. lokiys

    Logic IF keyword is preset on webpage, help?

    Hey and welcome. Steps you should take: 1. Take DOM, Source OR Page text 2. Use regex to scrape your keyword and then put it in variable 3. Use logic IF to check if your keyword is there. Hope thats help Cheers
  13. lokiys

    Getting funds out of my zennolabs account?

    Hey. Please write your request to http://support.zennolab.com/ Thanks
  14. lokiys

    About remove brending

    @VladZ please enlighten me I'm a little confused. Is not that exe bots + remove branding + custom html interface option is already confirmed and we only have to wait any other version to get that ? Thanks
  15. lokiys

    ZennoPro training - From newbie To Pro in No time

    Hey. Thank You for interest. In short - my lessons are not ready made ones, when we start we establish your current knowledge level and we continue to work from there. You can send me PM with your skype name or add me: llookkiiyyss and You can get all answers there :) Thanks
  16. lokiys

    Wordpress.com

    Please check image carefully and you will see v5.9.8.0
  17. lokiys

    Wordpress.com

    all good there
  18. lokiys

    "You are using not purchased version" when client has purchased template

    Hey will try to help there. Do your client is installing zennobox what he downloaded from own userarea ? And not ZennoPoster. Does same works on different PC and does not work on his only ? Does he have hardware information added in his ZennoLab usearea ?
  19. lokiys

    Can I create c# functions in ZP to reuse code

    Hey. In Settings you can find Folder for C# snippets. But if you change code in files those will not change in all your projects, if thats what you mean.
  20. lokiys

    Cloudflare problems

    Hello, your post was moved out of inappropriate thread. Cloudflare is advanced, post some template example for more help.
  21. lokiys

    2captcha template help

    Okay then you have to use C# for that. More information is there http://zennolab.com/wiki/en:addons:capmonster:rc2 You can make all that with default zenno actions also, but then you have to follow documentation from 2captcha
  22. lokiys

    2captcha template help

    Are you trying to get image recaptcha working on 2captcha, Or simple captcha ? If only simple captchas then you just use RuCaptcha.com module and just change domain to 2captcha.com and set credentials there. After that use basic captcha module: http://zennolab.com/wiki/en:captcha-recognition...
  23. lokiys

    Email Verification NOT WORKING

    Have to agree that there is big problems with email action, long time. Email is not find even if email is in box and wrong email pass errors are usual. Personally I use C# for email verification, but thats not the case.
  24. lokiys

    New ZennoDroid. What does it do?

    If you want you can buy it already, and when English will be released you can change language. There is not much to learn if you are familiar with Zennoposter. I'm not 100% sure about if you can change language later though. @rostonix can answer that for sure :)
  25. lokiys

    PVA from smspva.com - how to make

    Yeah PVA accounts arfe not the easiest part to start learning. My suggestion is first learn how to build basic templates and then go to more complex ones.
  26. lokiys

    New ZennoDroid. What does it do?

    Price is 97$ per year, its same as zennoposter, but meant for working with mobile apps. :) Its being translated in English already, stay tuned :)
  27. lokiys

    PVA from smspva.com - how to make

    This url for example will return balance: http://smspva.com/priemnik.php?metod=get_balance&service=opt4&apikey=DSWAFvdedrE4 Method get_balance
  28. lokiys

    PVA from smspva.com - how to make

    Nop can do with using GET requests + standard zenno actions like regex and such
  29. lokiys

    zennodroid

    http://zennolab.com/en/products/zennodroid/buy-now/
  30. lokiys

    PVA from smspva.com - how to make

    Hey and welcome. Only way to accomplish that is to understand what is written there http://www.smspva.com/new_theme_api.html Good luck
  31. lokiys

    Bug testing and updating bots??

    All i can say you go in wrong direction. Just make bot. Run it 10 times in project maker Resolve all errors there Then run in zennoposter, copy error actions and check what action makes error most of cases. OR make your own log file, and save errors there. Open project maker check this error...
  32. lokiys

    Can't Move File

    First of all change with correct actions, regex is wrong. Use this action http://zennolab.com/wiki/en:actions:text Then also check if you have correct paths, with all needed slashes in correct places.
  33. lokiys

    Bug testing and updating bots??

    Hey all that seems confusing for me lol. Bad end is not for checking errors but to perform actions after error is there and then end it, this is how it works. :) To accomplish what you want just add C# with message box and template will not work further while you will click OK. Code for...
  34. lokiys

    Possible issues with browser settings actions?

    Hey. You have to add images with correct image extension. You have added urls. Example of url: http://imgur.com/Dvqbx1R Example of image: http://i.imgur.com/Dvqbx1R.jpg Cheers
  35. lokiys

    ImageTyperz captcha module is not working

    At least not for me. I have 5.9.8.0 Same for DBC also. Something when wrong there. Will try to reinstall Monday, will update then. Thanks
  36. lokiys

    ImageTyperz captcha module is not working

    Something is wrong. Balance does not shows up and when sending captcha then this error Recognition result: !ERROR! Thanks
  37. lokiys

    Help with POST\GET request for site

    Hey. well all I can suggest is to to search forum and find how to do POST requests with additional headers, maybe that will help, but nobody without doing research on particular site can tell you answer for sure.
  38. lokiys

    Медленная работа PM в Windows 10

    Tochno medljeno. Tak i v ZennoPoster rabotajet ?
  39. lokiys

    Expiration ?

    Nop time and date + timezone all is right as it should be.
  40. lokiys

    Expiration ?

    Its zenno message yes. Restaring helped to solve this problem, but please let me know if you need anything else from me to prevent such behaviour further :) Thanks
  41. lokiys

    Expiration ?

    Installed nothing. Just logged in my server and this error was there. How its possible to install incorrectly though ? I'm not using any antivirus at all
  42. lokiys

    When new browser engine

    When we can expect new browser engine please ? Now it totally start to make problems, even google search works totally different in this old engine :(
  43. lokiys

    Expiration ?

    What this mean please
  44. lokiys

    Unbranded + HTML version

    Bump. any new please
  45. lokiys

    Unbranded + HTML version

    Great post collection *HAHA*
  46. lokiys

    Unbranded + HTML version

    Well I want again open up question about unbranded bots + full html interface editing. It was promised to be alive almost two years ago, in this time there came out CapMonster 2 + ZennoDroid (today) Is there any news about it ?
  47. lokiys

    Bug testing and updating bots??

    Do You sell to family ? Shame on you LOL Anyway to know what action fails you have to copy action id from zennoposter logs. You can do that with opening logs tab in zennoposter/zennobox and right click on last error and copy id of action. Then take this ID and press ctrl+f in project maker...
  48. lokiys

    Wrong convert to C#

    There is example action what makes wrong converting. When you convert this action it makes it like this: // Action designer, type RiseEvent HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("button", "innertext", "^Submit$", "regexp", 0); if (he.IsVoid) {...
  49. lokiys

    Blogging vs Youtube

    Look man. Its really not good when you ask questions what you are not interested in, but just to grow your account. Please make meaningful questions and remain active in forum or your advertising account will be banned. Thanks
  50. lokiys

    Need help - Complete ReCaptcha2 manually?

    Recaptcha2 is possible to solve for free with CapMonster2