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

  1. lokiys

    IconCaptcha solving

    Hi. I guess this can be developed even without capmonster. Just take all images and compare them, and then pick what is not similar.
  2. lokiys

    How To Get New Login Info in Projectmaker

    Hi. When You click restart button to start new debug, new random profile information will be generated for You in auto.
  3. lokiys

    cloud.google.com/vision and imgur.com don't upload picures properly in projectmaker

    Hi. I have tested. Does not work for me also.
  4. lokiys

    Recognize Recaptcha2 module - how to retry if solving failed?

    Hi, No worries there are no stupid questions. :-) 1. You need to initialize counter, add variable captchaLoop with default value 3 for example. 2. If captcha is answered wrong it goes out to red dot. Connect to red dot action - decrease captchaLoop variable by 1. 3. Add IF action and check if...
  5. lokiys

    How to properly use rotating proxies?

    Hi, No if You use proxies from file then You do not need to set Use proxies in ZennoPoster. I'm sorry but I do not understand what You mean in this other thread, seems like nobody did.
  6. lokiys

    Recognize Recaptcha2 module - how to retry if solving failed?

    Use simple logic, if this failed then it goes out to red dot, so connect loop there and repeat. success rate will vary depending on your proxy quality.
  7. lokiys

    Не открывается Tinder

    Vsjo normaljno. Kakaja versija u Zenno ? U meanja 5.16.2.0
  8. lokiys

    Need Help About Audio Recaptcha

    Hi. Not sure what You mean with your own software, but there is C# snippet for Audio http://zennolab.com/wiki/en:addons:capmonster:rc-audio
  9. lokiys

    How to properly use rotating proxies?

    Hi, I consider making demo projects as spoon feed learning as I'm not helping with spoons thats wont work for me LOL. But I'm ready to help You with my knowledge for sure. :) For Using proxies from file You will need: 1. Lists what You will add to project and then assign to txt files where your...
  10. lokiys

    How to properly use rotating proxies?

    Private proxies and proxies like stormproxies no need to be checked, so there is no need from Proxy checker at all. So You just save your proxies in file then take random line from file and set proxy in project. This will give you each time random proxy string... 127.0.0.1:6600 127.0.0.1:6601...
  11. lokiys

    How to speed up debug run?

    Hi. Click this option to disable slow debug. Make sure that even with this option Your template will work faster in ZennoPoster than in Project Maker anyway. There is newer discounts for updates, company politic I guess. ;)
  12. lokiys

    Bugs in version 5.16.2.0

    Default useragents can be outdated, best way is to use Your own useragent list and set it in profile. http://zennolab.com/wiki/en:profile
  13. lokiys

    Bugs in version 5.16.2.0

    If You check string then use quotes although no need quotes for numbers...
  14. lokiys

    Bugs in version 5.16.2.0

    There were problem with wrong path names, but this error message is funny. I guess something should be updated there as it is really misleading.
  15. lokiys

    Bugs in version 5.16.2.0

    I have a weird problem. Question what this error means ? 2018-04-03 18:23:56.2925|WARN|ZennoLab.LogLibrary.InternalError||Error occurred in module "Perform the CSharp OwnCode action id: 9a7c417b-24bb-497f-8258-43452640aaad action group id: 40c32d0c-ec87-4586-b2f4-fdad9e3d2acf" Message: "The...
  16. lokiys

    Loading profile problem FireFox 45, FireFox 52

    Thank good I do not have such problem, but what You mean with re-save profiles. ? How can You load profile with FF45 and then save as FF52 ?
  17. lokiys

    To solve the reCAPTCHA V2 page of the YAHOO mailbox, which function of the JS should be executed?

    Hi. I think there is same recaptcha type as there are: https://zennolab.com/discussion/threads/how-to-solve-recaptcha-v2-and-verify-email-on-this-website.47547/#post-354248
  18. lokiys

    cloud.google.com/vision and imgur.com don't upload picures properly in projectmaker

    Sorry can not do anything about it, if I see bug anywhere I'm right on it LOL
  19. lokiys

    Check if a string exists in a list

    Try to run it in zennoposter OR click this option in Project Maker.
  20. lokiys

    How to put email in value for Switch

    Simple regex your email will give you email service.
  21. lokiys

    How to put email in value for Switch

    No no need for two variables. One variable emailService and thats it.
  22. lokiys

    Check if a string exists in a list

    Okay then You have to do like this. 1. Take first line of new_domains.txt set in variable newDomain. 2. Create loop of taking lines one by one from all_domains.txt 3. Compare each line and save in other list Things You will need: Lists: to save data and take data from files...
  23. lokiys

    Bugs in new version 2.10.5.0

    Not sure in what thread this should be posted but automatic updates did not worked to update on 2.10.4.0 version and it does not now to update on 2.10.5.0 as well. When I open log file shows me this: 18-03-28 15:15:55.252 | Message | Check for updates 18-03-28 15:15:56.360 | Message | Update...
  24. lokiys

    How to solve Recaptcha V2 and verify email on this website?

    Hi. About recaptcha on those sites there ready made module for solving will not work. You have to look on this snippet and modify it to get it to work http://zennolab.com/wiki/en:addons:capmonster:rc2 About email verification You just have to make correct regex expression to regex out only...
  25. lokiys

    How to put email in value for Switch

    Hi. If I understood you right then first you have to do regex and get email service from your email. When you get gmail.com in separate variable then you can set gmail.com in 0 in switch and set this new variable to check against.
  26. lokiys

    Check if a string exists in a list

    Hi. With domains there is tricky, Because if you want to compare for example. domain.com and domain.com/ OR www.domain.com and domain.com this will say those domains/string are different. So first question is, do you have all domains in same format ? If not then first you have to make all...
  27. lokiys

    capmoster2 + Graphic card

    No servers have high end Graphic cards, like Geforce GT 1080
  28. lokiys

    Bugs in version 5.16.2.0

    When I open PAGE DOM it gets minimized automatically,
  29. lokiys

    Can I expect the BrowserBack Key to Work?

    If clicking link there is pop up then back button is not active even in browser. If honestly I also did not understand what You mean, but there is variable {-Page.Url-} so you can save that in any other variable BEFORE clicking any link. So in case you need to get back you use this variable.
  30. lokiys

    Ask end user for variable via checkbox?

    Hi. Look http://zennolab.com/wiki/en:input-settings And DropdownMultiSelect
  31. lokiys

    Clear cache and cookies

    Hi. Of course it is.
  32. lokiys

    Траблы с BotUI

    Seems exactly what I have reported. https://zennolab.com/discussion/threads/bugs-in-version-5-16-2-0.46798/#post-347400 Variables gets messed up...
  33. lokiys

    Can I expect the BrowserBack Key to Work?

    Hi. 1. Get actual page link in variable 2. Click link to new page 3. Go to link got in first step with referrer to page you are now
  34. lokiys

    Help me using 2captcha with ZP!

    Read link what Vlad gave You. And Choose RuCaptcha.dll recognation module. 2captcha and rucaptcha is same service, just with two diff languages.
  35. lokiys

    ZennoProxyChecker + Capmonster + Blocked IP?

    Zenno proxy checker will not make proxies you use faster or slower. So there is no difference if you have or have not proxy checker, You just have to use good proxies thats it.
  36. lokiys

    Решено Post/GET Cookie Container

    Hell yeah....
  37. lokiys

    The purest mobile / wifi residential proxy MonkeySocks [FREE TEST]

    Thank You for your answer. I still hold my opinion that business what pays for itself like in your case from one customer per country, seems expensive to me. IMHO I'm sure there is always market for such service. Good luck with sales.
  38. lokiys

    ZennoPoster dead for SEO purpose?

    You have listed only some ways zenno can be used. Like I say Only thing zenno can't, it's make me breakfast in the mornings, everything else can be done. LOL What means every task for any online task, can be automated with help of zenno. Period. Cheers
  39. lokiys

    The purest mobile / wifi residential proxy MonkeySocks [FREE TEST]

    Hi. Maybe I do not understand something but it seems too much for me. For this price per month in Latvia You can: 1. Rent apartment to host server 2. Pay for electricity 3. Pay for a couple of mobile connections 4. Buy server And You will have some spare money to live there actually. LOL
  40. lokiys

    ZennoPoster dead for SEO purpose?

    If ZennoPoster is dead for SEO then SEO is dead at all. Where did You hear that SEO is dead ?
  41. lokiys

    Test if url has responsive webdesign

    Hi. Nop I do not have yet, but if you are interested I can develop one for You. Also if there is any other parameters You want to check we can add that too, just let me know Your needs. ;) Add me in skype: llookkiiyyss
  42. lokiys

    Test if url has responsive webdesign

    Not sure what was your logic to determine that, but Why not use google mobile page test to check that. ? https://search.google.com/test/mobile-friendly
  43. lokiys

    Bugs in version 5.16.2.0

    There is something very very wrong with BOT UI. I have tested it half year ago and as I remember I have faced similar issues. You even can not understand what happens, first time today I have spent 1-2 hours to make nice looking UI for my client then I have finished and closed BOT UI but when...
  44. lokiys

    Bugs in version 5.16.2.0

    Hi. Something from past is back. Error lines shows wrong (sometimes i guess)
  45. lokiys

    Standalone bots

    Hi there. Is there any news about branding removal and full html interface for zennobox ? I mean I see new things related to this are developed, but can some developers @darkdiver or @nuaru give some quick update about what's new in this field ? Long time nothing is heard. I'm not asking any...
  46. lokiys

    Bugs in new version 2.10.4.0.

    I'm sure this is also in some versions before as this bug was in zennoposter years ago. So Please make scroll working as it should. Its jumping around and dos not show last sent captcha in. Shows me very first, then sometimes jumps to last and then jumps to first captcha again.
  47. lokiys

    A way to automatically retry last failed action?

    Hi. I'm afraid you can do that in C# only. There You are. https://help.zennolab.com/en/v5/zennoposter/5.16.0.0/webframe.html#topic979.html
  48. lokiys

    Control template A from template B

    Hi. This is possible from code only. Look there https://help.zennolab.com/en/v5/zennoposter/5.14.0.0/webframe.html#topic564.html
  49. lokiys

    Lets discuss ZennoBox options

    Yesterday also thought about this. Assumed that this is stopped or something. @VladZen can You give some updates please. Personally me are interested in some unbranded version of Box. And also what is very important I would like to get and give to my customers platform without any non needed...