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

  1. morpheus93

    Best method(s) to minimize/compact traffic consumption of project

    I'm using some bots without loading images but never had a problem with captchas, they are sent to the recognition service nevertheless and i get back the answer.
  2. morpheus93

    option to import cookies from PC and choice browser and make profile

    Sounds an interesting idea. Also it would be nice to convert cookies, history (better the whole profile) from Firefox engine to Chrome and vice versa. Also an additional tab in PM's "Current Profile" window where we can see the accumulated history (cookies, cache...) sorted e.g. by domain, would...
  3. morpheus93

    Fonts not changing after loading profile

    Thank you @lokiys for your honest words. That's also my experience: I already tested the Chrome engine when it was in beta test and switched back to FF every time. After some releases I thought it could maybe become better and more stable but got disappointed every time. Unfortunately it was...
  4. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    In the latest version 7.1.3.0 in PM the pink mouse pointer stucks completely on some click actions while debugging. It jumps to the right on the browser window and twitches around there in a quite abnormal way. This behaviour goes on for about 10-15 minutes and then I can go on with debugging...
  5. morpheus93

    Load only history from profile

    I populated a bunch of profiles during the last weeks - created a list of popular websites and let Zenno surf around to collect some cookies, cache and other traces. Now I'm wondering if I can use only the "history" of those profiles (not the UA-strings, navigator fields, screen settings...)...
  6. morpheus93

    Fonts not changing after loading profile

    @VladZen Just read in the changelog of the latest version (7.1.3.0) "Fixed hiding and displaying fonts in Chrome. " So I'd like to ask if it is still needed to close and open new tab for font changes taking effect? Or is this step not needed anymore?
  7. morpheus93

    How reddit detect my account creator?

    Do you guys think it would help to stay under the radar to use prepopulated profiles (I already do) AND check all the emulations in "Profile-Browser"-settings AND ==>? additionally emulate canvas, WebGL, audio fingerprint and so on via C#/Cube?<== I currently using FF52x64 and chrome engine...
  8. morpheus93

    How reddit detect my account creator?

    An quite interesting topic as I also working on a website where it seems that ZP gets detected now. Worked fine in the past and for a long time but since 2 weeks they block all my new accounts within minutes after registration. I inspected their source and they are using an specific "anti-fraud"...
  9. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    In the latest version of Zenno (7.1.3.0) a new file format was introduced (.zp). When I use "Project in Project" does it mattter if my external/nested projects are with the old extension xmlz?
  10. morpheus93

    Перевод WebInterface не работает

    Same here. google webtranslate does NOT work! Please fix it soon!
  11. morpheus93

    hCaptcha Module

    Hopefully! Especially in combination with ZP :D
  12. morpheus93

    hCaptcha Module

    If this shit-captcha happens more often nowadays, CapMonster should solve it!
  13. morpheus93

    hCaptcha Module

    This captcha is totally shit!! I'm not even personally (as HUMAN!!) can solve this!!!
  14. morpheus93

    Add Traffic consumption to Traffic window in PM

    As more and more proxy provider charge per used bandwith (GB) it would be an great addition if we can also watch the traffic per query and in total from same source (e.g. an website queries the same tracker 5 times and it uses 20kB per call...). So we can estimate on how much bandwith we can...
  15. morpheus93

    profile generator : choose device brands (mobile)

    great idea :) vote for that feature too.
  16. morpheus93

    Nifty Tool for Analyzing Fingerprinting on Website

    Yes, those 2 threads from ibred are amazing, helped me much to get around anti-bot systems already in the past : Is:
  17. morpheus93

    Fonts not changing after loading profile

    Hi Yann, just checked the code in the latest version (7.1.2.1) of PM and ZP again. In both it says e.g. 145 fonts at start and 139 at finish with FF engine but with chrome it stays at 130 after code completion every time. So it seems to work in FF but not in Chrome.
  18. morpheus93

    Nifty Tool for Analyzing Fingerprinting on Website

    Yes, I know Kameleo as a quite sophisticated piece of software for generating and emulating fingerprints and related traces and even famous "anti-fraud"-systems can't track it down. But as you said it lacks of automation possibilities and the pricing is just shameless. Maybe an approach for us...
  19. morpheus93

    Nifty Tool for Analyzing Fingerprinting on Website

    @Yann Ah you already found the tool (Fingerprint Detector/Switcher). I was just writing you a message with the link... The downside of the tool is that it can only be used together with Browser Automation Studio and not as a standalone tool, afaik...
  20. morpheus93

    Best settings for slow proxies

    Added the 2 C# snippets to some of my projects and it works great. A lot less errors because of HTML element not found and webpage not or just partially loaded! Thank you!
  21. morpheus93

    Best method(s) to minimize/compact traffic consumption of project

    @Yann Thank you for sharing your experience and for your appreciated help. The approach with caching some of the elements of a site first without proxy and then use the cached elements again and also to create a own webpage to "feed" the browser beforehand is great. I would never have thought of...
  22. morpheus93

    Best method(s) to minimize/compact traffic consumption of project

    Hi there, As I'm more and more using proxies that are billed per Gigabyte I'm wondering what is the best approach to achieve minimal traffic consumption in a Zenno-Project? I assume the least traffic is needed by a bot based on pure HTTP-Requests but that requires a lot of technical knowledge...
  23. morpheus93

    Bugs in ZennoPoster 7 beta

    Not that I know of. Sometimes it works, and I can simply add a new C# step and enter the code therein at other times not. But I noticed that a workaround (apart from re-starting PM) is to create a new project (e.g. Ctrl+N) and add a new C#. This way I can enter the code without problems and then...
  24. morpheus93

    Bugs in ZennoPoster 7 beta

    Too bad if there would really no longer updates to the Firefox engine (Browser) in ZP, as some things are not working as expected in Chrome engine. I saw a FF modification called "Waterfox". Maybe this basis could be used on Zenno to update the FF engine? Waterfox
  25. morpheus93

    Set "Full mouse emulation" on/off from code C#

    I work with nested projects and have to change the emulation level from one project to another and backwards... I already found the C# "instance.EmulationLevel = "SuperEmulation";" for setting the emulation level in general, but how can I just enable/disble "Full mouse emulation" from code (as...
  26. morpheus93

    Bugs in ZennoPoster 7 beta

    Cookies/Cache/??? not cleaned after project restart in PM I currently face the issue while debugging a project in PM, that after I have created an account and the project has finished, I restart it with F5 for a new run I'm suddenly logged in at the website I'm automating!? So I assume there...
  27. morpheus93

    Bugs in ZennoPoster 7 beta

    Can't enter text into C# step Don't know if it's a v7 specific bug, but I often can't enter any text (I can't even make any input) to a newly added C# cube in PM. When I close the project and re-open it mostly of the time it works after that and I can add my code to the C# step. Can you check...
  28. morpheus93

    mozilla vs chrome in v7

    Another thing I faced that should be considered when switching from FF engine to Chrome is that the already generated profiles with one browser (collected cookies, cache, IndexedDB...) are not really compatible with the other one.
  29. morpheus93

    mozilla vs chrome in v7

    Yes, experienced the same problem too when using Chrome engine instead of Firefox. I have to set up the concerning step again in the new project with Chrome, either by re-recording or simply manually set the attributes for identifying the button, element... Also faced some issues with "Check...
  30. morpheus93

    Chrome is now using the ZP Logo

    Zenno takes over world domination :az:
  31. morpheus93

    Best settings for slow proxies

    Thank you @zortexx I will have a look. Yes I already wondered why some C# code looks quite strange in the Russian part of the forum ;-)
  32. morpheus93

    Chrome is now using the ZP Logo

    Just installed Kaspersky AV and when I open the internet banking protection component it shows me a list of supported browsers where Chrome has the logo of ZennoPoster. Have I missed something? :D
  33. morpheus93

    Best settings for slow proxies

    Unfortunately residential proxies are mostly not the fastest out there :( Okay, I will extend the loading timeout and see if that fixes some issues. Thanks.
  34. morpheus93

    Good Tutorial for starting to create or converting Bots to HTTP-Requests

    Thank you Vlad for the hint regarding the traffic monitor. I will have a look. Are there any other "non directly Zenno related" tools that volunteer to start and get an better understanding for developing HTTP-request bots?
  35. morpheus93

    Good Tutorial for starting to create or converting Bots to HTTP-Requests

    Hello I'm working with ZP for quite a while now and I'm more and more wondering if it makes sense to convert some of my existing bots or also create new ones with HTTP-Requests only. As speed and stability looks outstanding comparded to the standard projects created with cubes and some C# code...
  36. morpheus93

    Best settings for slow proxies

    I'm wondering what are the best settings in ZP/PM when using slow (backconnect residential) proxies. I mean e.g. the optimal settings under "Settings - Instance - Timeouts for loading/preparing instance, executing command, initializing obejects..." and also other relevant settings in the project...
  37. morpheus93

    hostname proxychecker

    Yes, it works. I'm also able to set additional parameter in the proxystring like "username-country-US-city-Phoenix....:password@rotating.proxies.hostname.com:100256" in PM and it works fine. Also if I run the project with that proxystring in ZP it works well.
  38. morpheus93

    hostname proxychecker

    Strange, as I'm using latest version of ZP's (v7.1.2.1) builtin proxychecker. When I load a txt.-file as source with hostnames it shows me a yellow exclamation mark in ZP's proxy checker. When I replace in the same txt-file the hostnames with the appropriate IPs it works instantly. But I can...
  39. morpheus93

    hostname proxychecker

    @VladZen Are there any news in the meantime on how/when we can use hostname (e.g. rotating.gateway.proxyprovider.com) in ZP's Proxychecker? Currently it only works with IP! But it's often needed to enter a hostname. especially with backconnect proxy providers. Thanks.
  40. morpheus93

    How to click on file upload button only available on hover

    For me it's more logic if a button can only be clicked if the mouse is over to ENable mouse-emulation ;) But I tried it and now it works with "Full mouse-emu" disabled and "Input emu" set to the 3rd level (w/o Neuronal N. bypass). Thank you!
  41. morpheus93

    Save Profile WITH Variables and loading that in another Project

    I use two projects (1. Account-Creator, 2. Account Forwarder). The 1. project saves the profile at the end including the most important variables (Save profile-checked Save variables and therein checked the variable-names) for further use. When I load that account's profiles in the 2. project...
  42. morpheus93

    How to click on file upload button only available on hover

    Really DISabling? Okay, I will try :) Currently added a "Search by picture"-click. It seems to work most of the time. But I read that the "Search by picture"-feature is not recommended to use?
  43. morpheus93

    How to click on file upload button only available on hover

    @VladZen Same problem here with the login button on gmx.net Worked well with ZP for a long time but now it seems they have changed something and it only works correctly if I manually click on it in PM (while debugging the project). If I use (the formerly used) "standard" click it redirects to...
  44. morpheus93

    Fonts not changing after loading profile

    I also figured out that the code above doesn't change the font fingerprint at all when using the chrome engine! No matter if an older profile is loaded or not! Any news on this issues?
  45. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    Thanks for the hint. Also the Windows Scheduler works quite well with random and +/- delayed schedules. Use it for some projects (it starts the Zenno created bat-file at the give times) runs fine.
  46. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    Yeah, an reworked and optimized scheduler in ZP would be great and long overdue.
  47. morpheus93

    Multilogin CookieRobot Similar Function For Zenno Poster?

    I thinks this is an interesting approach that should be considered in the "Enhancements"-section.
  48. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    Any similar tool available/planned for Firefox engine?
  49. morpheus93

    Bugs in ZennoPoster 7 beta

    Yes, I think the "getting cookie from instance "-error occurs when saving profile. Any recommendation to fix this? I uploaded an error report yesterday and sent you the link in ticket.
  50. morpheus93

    Bugs in ZennoPoster 7 beta

    Just installed the latest version from today (7.1.2.0) and now frequently get the error "Error detected when getting cookie from instance" directly after the error "Error accessing instance.GetTabByAddress"--> see attached screenshot. Never got the cookie-error before. Also the "Error accessing...