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

  1. morpheus93

    Issues with Recaptcha 2 in German language

    I used 2.10.7.0 without Sitekey Addon.
  2. morpheus93

    Recognize g*m*x.net captchas

    Hi Vlad, Here are some examples. They use different captchas for their (new account) sign up page (with dots and lines and color gradient in the background) and if you already have an account and want e.g. set up POP/IMAP access (the 2 samples with the grey noise in the background). For the...
  3. morpheus93

    How can I run projects together, but wait for others to finish?

    by the way, what does "Browser w/out content view" mean in this settings box?
  4. morpheus93

    Recaptcha V2 service

    I think nowadays if people talking about Capmonster here, they mean the new Capmonster 2 which as available as individual paid software apart from Zenno Poster.
  5. morpheus93

    How to unset proxy?

    Just use the same project-step as for setting proxy but leave the text-field (where you normally enter the proxy) empty. See attached screenshot.
  6. morpheus93

    Can not create new project - error

    With the older version 2.8.3.0 (64 bit) from another thread the CM MCS seem to work ok.
  7. morpheus93

    How to load captcha from file?

    Okay, I will try it that way.
  8. morpheus93

    Issues with Recaptcha 2 in German language

    Tried CM with RC2 in english and it seems to work smoothly (at least the few captchas I tried). But then I tried it with RC2 in german language and there it seems to have some problems e.g. it wasn't able to detect images showing a "PKW" (german for "car"). Also there are some problems with...
  9. morpheus93

    CapMonster and Browser ?

    Hi, on antigate website they offer 2 addons (FF and chrome) for their service - https://anti-captcha.com/mainpage. I think it should work if you just install that addon and choose to emulate antigate service in CM. Then CM should recognize the captchas from the browser.
  10. morpheus93

    I need a new module created

    So I installed the older version of MCS that was recommended in the "Bugs" thread. This one works okay and I already developed my own recognition module for this type of captcha. Works very well :D A little bit time consuming but and the end all went fine :)
  11. morpheus93

    Can not create new project - error

    Same error here. Just downloaded the 3 days trial yesterday and got this error when I try to open CM MCS. Any help so yet?
  12. morpheus93

    How to load captcha from file?

    Have saved a bunch of captcha images to a folder on my local disk (one jpg-file per captcha) and now need to load this file per file in PM/ZP and pass it over to CM2 to do some testing. How can I load a captcha from file in PM/ZP? Thanks.
  13. morpheus93

    Bugs in new version 2.10.7.0

    Also tried to open an project downloaded from https://docs.google.com/spreadsheets/d/1W1EdvNhu34vAxWAjmIBZY8hsZWoNj3poChIHYVQCHAo/edit#gid=0. When I click "open" in CM MCS and choose the cm2-file nothing happens!
  14. morpheus93

    I need a new module created

    Need also the same type of captcha solved. @Fernandez Did you find a solution?
  15. morpheus93

    Bugs in new version 2.10.7.0

    Same error here. Just installed the 3 day trial of CM. When I try to create a new project in CM MCS I get the message "Error creating new project". CM itself seems to work ok. Attached you a screeshot. Please tell me how this error can be fixed so I can buy CM after the trial period.
  16. morpheus93

    Recognize g*m*x.net captchas

    Hello, just installed the trial version of CM. Is CM able to recognize those captchas out of the box or do i need to use the CM MCS to develop my own module? When I predefine nothing in the "Captcha recognition" step in ZP then CM takes automatically the "botdetect" module for it but the...
  17. morpheus93

    Clear cache and cookies

    It seems that adding the steps "Browser settings - Clear cache" and "Browser settings - Clear cookies" at the beginning of a project is not necessary and cache and cookies are deleted automatically when project (re-)starts. Added a small sample project that opens to webservices. One sets and...
  18. morpheus93

    Bugs in version 5.17.2.0

    PM freezes/hangs while debugging: When I debug a larger project step by step in PM after a while PM freezes. I can't click any button in the GUI and if I go to the Windows desktop and would like to come back to PM the PM-icon in the task bar becomes blue but nothing happens. I'm using Windows...
  19. morpheus93

    Set background color of notes in PM

    Hello, I think it would be helpful if we can set the background color of notes in PM, so we can priorize it by colour. E.g. the most important notes are in red and will instantly catch our eyes if we open a project in PM (e.g. bugs to fix), the next ones are in yellow (e.g. enhancements for the...
  20. morpheus93

    How to setup wrong captcha complaining with DBC?

    How can I setup in ZP that it reports wrongly recognized captchas back to e.g. deathbycaptcha? Think this would save some money.
  21. morpheus93

    Bugs in version 5.17.0.0

    Can't install this version on Windows 7 SP 1 64 bit. The installer stucks on the "Determining nessecary requirements" screen. Please can you check that. Thanks.
  22. morpheus93

    5.17.0.0 on windows 7 ?

    Just trying to install 5.17.0.0 on my Windows 7 machine and it seems to stuck while installation at the "Determining nessecary requirements" screen. On my Win Server 2008 R2 VPS it runs smoothly.
  23. morpheus93

    Discussion - new version 5.17.0.0

    yeah, a C# font-spoofing example here would be great in the meatime until we finally have this feature automatically in the next version.
  24. morpheus93

    Thank you Zennolab

    Isn't that already beaten in ZP since a while ago and now with the latest version (5.17.0.0.) automatically?
  25. morpheus93

    How to keep "Alert" message box open

    Hehe, yes that does the trick :-) My first logic thought was to uncheck the "automatically close after x seconds" checkbox to keep it open but the the 9999999 seconds makes it.
  26. morpheus93

    DRM

    DMP = Disease Management Programm? In Zenno?
  27. morpheus93

    How to keep "Alert" message box open

    even if I uncheck "automatically close after x seconds" in the settings of the alert block, the opened alert box closes after some seconds. But I want to keep it open, so I get instantly informed if an critical error occured, when I come back to my computer or reconnect to my server. Another...
  28. morpheus93

    Read return values from the command line

    Your code looks great :) Thank you very much. I'm sure this can be very useful for me in the near future. :az:
  29. morpheus93

    Read return values from the command line

    Thank you SOS Cartões for your appreciated help :-) Your C# works well for returning an integer value (exit code) to ZP and access its value from there. In my special case I need a complete JSON string to be returned to the ZP-project. But I have found a solution in the meantime: Process...
  30. morpheus93

    Read return values from the command line

    Helllo, how can I get the output (return values) from the command line in ZP, after I executed an command via "Own code - Run programm"? E.g. I run myprogramm.exe --verifyaddress "address to verify" and in the cmd output it gives me a json string in return. How can I access this return string...
  31. morpheus93

    Start another project

    You can add a "Project in Project" block at the end of your project. Or create a bat-file for the project you want to run at finish and call that bat-file with "Run programm" under "Own code" in PM. Hope this helps.
  32. morpheus93

    How can i get the country of IP address?

    yeah, hands up for your tutorial! would be great :)
  33. morpheus93

    How to replace empty space with nothing (regex)?

    Try "Text processing - Replace" and leave the field "What to replace" empty and in "What to search" enter a white space. This should do the work :) See attached screenshot.
  34. morpheus93

    ZP instance hangs irregurlarly

    I realized that in my ZP settings was under "Other settings" the setting "Monitor threads status" checked (I think I forgot to uncheck when I sent my last bug report). Now I unchecked it, added the settings from VladZen's post above and changed the browser engine to FF 52x64 in all projects and...
  35. morpheus93

    Update to latest version of BlueStacks

    same thing here. please update to latest bluestacks version.
  36. morpheus93

    ZP instance hangs irregurlarly

    ok, thank you. I changed all projects that could run simultaneously to FF 52x64 engine (also the "Project in Project" ones). In some projects I need to check "Dedicated process" under Project settings because I use font emulation (and read in your changelog that this needs dedicated process)...
  37. morpheus93

    ZP instance hangs irregurlarly

    I tried the settings you recommended but with that ZP seems to work a lot more slowly than before!?
  38. morpheus93

    ZP instance hangs irregurlarly

    ok I will try these settings and check if it solves the problem. thank you.
  39. morpheus93

    Recommend VPS provider?

    I don't use proxychecker and scraper on this VPS. So I can't say if they are fine with that. I would recommend to ask theire support before buying.
  40. morpheus93

    ZP instance hangs irregurlarly

    ok, let me know if it works with the latest version. thank you.
  41. morpheus93

    ZP instance hangs irregurlarly

    any news on this? is it fixed in the latest version (5.16.0.1)?
  42. morpheus93

    Recommend VPS provider?

    Using greencloudvps for Zenno for over a year now and haven't had any serious problem with them. They offer special "SEO optimized VPS" for SEO tools with activated Windows server included and some other software.
  43. morpheus93

    Future of affiliate marketing?

    I think as long there are products and services sold on the internet also affiliate marketing will exist.
  44. morpheus93

    BotUI: Multiselect doesn't save values

    Thank you for letting me know. When do you think will the next version be released? Because I have a customer who urgently needs a project finalized and there I would need the fix for it.
  45. morpheus93

    ZP Settings: "Time for unloading lists and tables"

    Thank you VladZen for your explanation. Now I understand what this setting means. Maybe I should set this to a lower timespan because some of my projects with a bunch of tables and lists eat up much memory...
  46. morpheus93

    ZP Settings: "Time for unloading lists and tables"

    Sorry but I can't find any explanation for that setting ("Time for unloading lists and tables"- in Execution) under the link you posted.
  47. morpheus93

    BotUI: Multiselect doesn't save values

    Am I the only one with this problem or does the BotUI mulitselect type not work as it should in general?
  48. morpheus93

    BotUI: Multiselect doesn't save values

    Using the latest ZP version 5.15.0.0 and just tried to add BotUI with type "multiselect" to an existing project, but no matter what value(s) I choose in the multiselect it is not saved and forwarded to the appropriate project's variables. Even if I open the BotUI next to the project in ZP and...
  49. morpheus93

    ZP instance hangs irregurlarly

    I attached you a screenshot from the settings. The projects are quite different, e.g. one that makes a list of files within a specific folder on the system, and then open every file from that list in the browser on localhost (for posting to an external API). It runs till the list is empty. The...
  50. morpheus93

    ZP instance hangs irregurlarly

    I noticed since some days, that the instances of different projects are hanging from time to time while they are running. All projects run with just 1 instance at the same time and it seems quite irregularly. E.g. one instance posts PHP files from a folder to an API (so just open the local .php...