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

  1. morpheus93

    Fonts not changing after loading profile

    @VladZen any news on this issue? I also tried the code above (that generally works with FF52x64 engine) with the latest Chrome engine (7.1.1.0) and it says the same amount of fonts when starting the C# code and after completion. So it seems that this C# code only works with FF engine and not Chrome?
  2. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    This is the most important thing of course!
  3. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    "Out of the box" font spoofing will be great! : Is:
  4. morpheus93

    Zennodroid, when next?

    Same here, Bought ZennoDroid for one year and never got it to work. I think a free at leat 6 months of updates, when the new (working) version is released, is adequate.
  5. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    Yes, if you have subscription for updates you can also use V7. You can even install V5 and V7 in parallel. I'm using V7 since the beginning and it looks quite stable now, so I think it's not too long when V7 is officialle released as stable.
  6. morpheus93

    Discussion - new version 5.40.0.0

    Okay, thank you. And what is the recommended way: Set dns-over-proxy via arguments field or via .config-files in Zenno programm directory or at both locations?
  7. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    "New setting Dns-over-proxy in Chrome browser config files (base_cr.exe.config and pminstance.exe.config in program directory). This option allows to avoid DNS leak via proxy and works as for http, as for socks proxies. " Why isn't this activated by default?
  8. morpheus93

    Discussion - new version 5.40.0.0

    Okay and what should I add to "dns-over-proxy - dns requests via proxy " in the "value"? "T/true", "F/false" or "1","0". Can't see that on you second link.
  9. morpheus93

    Discussion - new version 5.40.0.0

    DNS over Proxy? So the C#-code in a cube "instance.SetBrowserPreference("network.proxy.socks_remote_dns", true);" I use with FF52x64 engine is not working using Chrome-egine?
  10. morpheus93

    Use Profiles created with Chrome Engine in Firefox Engine and vice versa?

    So it makes sense to create a separate "Profile-Creator and Surfer" for every browser engine that is used later in the projects where the created profiles are used (Firefox52x64, Chrome)? Any easy approach to convert profiles vom Chrome to Firefox and vice versa and/or to easy recognize in the...
  11. morpheus93

    Bugs in ZennoPoster 7 beta

    @VladZen Thanks again for your quick answer. I have an additional question: May be there any problems if the main project is using the FF (52x64) engine and the nested project uses the Chrome engine and vice versa? Or do you think there should be no negative effects?
  12. morpheus93

    Use Profiles created with Chrome Engine in Firefox Engine and vice versa?

    I use some projects to generate and warm-up profiles, e.g. https://zennolab.com/discussion/threads/sozdanie-i-nagulivanie-profilej-dlja-posledujuschego-ispolzovanija.65016/. My question is now, if there are any negative side-effects if I create the profile with the Chrome Engine and use it...
  13. morpheus93

    Can work Receive SMS with ZP?

    Tried to sign-up at receive-sms.org 2 times, but didn't work. Never got a confirmation link nor I can login or use the forgot password function. Is this service legit??
  14. morpheus93

    Bugs in ZennoPoster 7 beta

    And if I also enable it if my main project already works with browser? Any negative effects or does it make no difference? Also if I check "Open browser if neccesary" in the main project but the sub one works without browser?
  15. morpheus93

    Bugs in ZennoPoster 7 beta

    Thank you Vlad for the recommendation. I'm wondering when exactly I have to check "Open browser if neccesary" in the main-project? Only when it uses no browser (project-settings "do not use a browser") and the subproject does use browser? Or are there other circumstances...
  16. morpheus93

    Connection through service luminati.io

    As far as I know you can use it as any other proxy service (especially backconnect). Just set proxy in project (via cube or C#) and use http://yourusername:password@superproxyIP or hostname:yourport. If it's not working best to ask directly the support of the service.
  17. morpheus93

    Bugs in ZennoPoster 7 beta

    Okay I will try if this solves the problem. Strange that it worked for a long time with the same settings and the issue suddenly appeared after one of the latest updates. Thank you.
  18. morpheus93

    Android на запросах или 1000$ за пару дней + бонус

    Thank you for the great article and for sharing your hard work with us!
  19. morpheus93

    Bugs in ZennoPoster 7 beta

    Currently I'm also facing many "Subproject xxxx. Run WebBrowserTabManagment Error accessing Instance.GetTabByAddress" errors in ZP 7.1.1.0. I will try to update to the build from 24.0.1 an check if the HTTP-request issue is solved there. Thanks.
  20. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    Show Project-Name also in "Instance Window" Thank you for implementing my suggestion, to add the project-name to the "Instance Preview" tab of ZP. Additionally it would also make work easier if you could add the project-name also to the instance window title. See screenshot. Thanks :-)
  21. morpheus93

    Bugs in ZennoPoster 7 beta

    Having problems in latest beta v 7.1.1.0 with HTTP requests and the "Alterrnative transfer method" in project settings. E.g. I always get an "HTTP/1.1 502 Bad Gateway" error with alternative method when I try to make an get request to http://extreme-ip-lookup.com/json/. If I switch to "Standard"...
  22. morpheus93

    Add line to remote txt-file

    Okay thank you Vlad, I will check it out.
  23. morpheus93

    Add line to remote txt-file

    @VladZen Thanks for the hint. But I can't download the Beta of V7 from the link you posted (it says that the Dropbox folder is empty).
  24. morpheus93

    Fonts not changing after loading profile

    @VladZen I use FF52x64 on ZP/PM version 7.1.0.0 and the profiles are about 4 weeks old. Tried it in PM: When I haven't load a profile yet, every call of the C# code above gives me a new font-fingerprint on browserleaks.com/font but as soon as I load any profile I'm not able to change the...
  25. morpheus93

    Add line to remote txt-file

    I think I will try a DB solution or maybe have a look again in the C# thing. Also found something about an solution via Powershell and cmdlet that is supposed to add lines to a remote text-file but haven't tested it yet. If it works I will post it here. Thank you.
  26. morpheus93

    Add line to remote txt-file

    Thank you lokiys for your help. Yes, I already considered the problems that can occure with multithreading or a couple of bots are using the same file... Database solution should workaround this problem? But then I have to alter a bunch of my projects and their logic. With FTP... would that be...
  27. morpheus93

    Add line to remote txt-file

    I run ZP on one server and need to add line by line to a textfile that is located on another server. What is the easiest approach to do that? Thank you.
  28. morpheus93

    Fonts not changing after loading profile

    I use the following C# snippet for randomly hiding fonts and change font fingerprint: var fonts = instance.GetFonts(); project.SendInfoToLog("Starting nr of fonts: " + fonts.Count(), true); if (fonts != null) { Random rnd = new Random(); var fontList = fonts.ToList(); for (int i =...
  29. morpheus93

    CapMonster Cloud

    O Okay thank you Vlad. How many captchas do you need for module? I will send it to you.
  30. morpheus93

    CapMonster Cloud

    It's the gmx.net Captcha. Had the same problem in the past, when I tried to solve those captchas using the standalone version of Camponster on our servers. As far as I remember using the "universal module" did't solve the problem... Btw is it possible to create and use own captcha module in...
  31. morpheus93

    Bugs in ZennoPoster 7 beta

    Since the update to latest version (7.1.0.0) I get much more "Error accessing instance.ActiveTab" failures. See attached screenshot. Any recommendations to solve that?
  32. morpheus93

    Bugs in ZennoPoster 7 beta

    Here is also russian text shown.
  33. morpheus93

    CapMonster Cloud

    Any chance to get the attached type of captcha solved? I tried 10 captchas and not even one was recognized correctly.
  34. morpheus93

    Nifty Tool for Analyzing Fingerprinting on Website

    Any news on this?
  35. morpheus93

    Out of the box "Font spoofing"

    For one of the next releases of ZP there should finally be a feature where we can spoof fonts (JS, native and Flash) out of the box. So we just need to check the box (e.g. called "Font Emulation") under "Profile-Browser-Emulations) and all the randomly hiding and adding of installed fonts will...
  36. morpheus93

    Bugs in ZennoPoster 7 beta

    Also PM is crashing constantly with "Error in browser process". See attached screenshot.
  37. morpheus93

    Error accessing Instance.ActiveTab since Upgrade

    I have to bring up this thread as I have the same error since the upgrade to the latest version (7.1.0.0). Nothing changed on the hardware nor the projects or settings but I have regularly this error without changed the projects. Have already set the "Threads in one process" to 1 as you...
  38. morpheus93

    Bugs in ZennoPoster 7 beta

    Now, in the latest version 7.1.0.0 there are anymore Russian language texts instead of the English ones. Also in the log there are many (see screenshot).
  39. morpheus93

    News ZennoPoster 7 - grandiose update! (Beta testing)

    "New Project Names in Instance Previews" <-- Thank you for implementing my suggestion : Is:
  40. morpheus93

    what you think about this server?

    @aleksa77 Thank you for sharing your experience. I' thrilled how satisfied you with the Hetzner servers. They have someting like a "last-minute-exchange" where they offer quite cheap "second hand" VPS/servers. Maybe I will take a box from there...
  41. morpheus93

    Fingerprints Data

    Would also be interested in how many fingerprints can ZP generate and from where it gets the data? As the sellers of anti-fingerprint browsers claim a precise number of how many profiles (browser and/or complete system fingerprints) are accessible with their subscription.
  42. morpheus93

    PM 7.0.6.1 stucks while debugging

    @VladZen Unfortunately with clicking in project window and pressing space it did not bring me to the current executed step/cube. In older version of PM there was a crosshairs icon, that let me jump to the current step in project!? Is this still available in ZP/PM v7 or is there another key...
  43. morpheus93

    what you think about this server?

    @aleksa77 May I ask if you chose Hetzner for your Zenno related needs? I'm also considering about this company as the value for price looks quite good. But location "Germany" looks not so good and I don't know how squeamish Hetzner is? Do you have some experiences in the meantime ;)
  44. morpheus93

    Bugs in ZennoPoster 7 beta

    There are still some texts in Russin in the EN-version. See attached screenshot for example. Would be appreciated if we get all the texts in English in the EN-version. Thanks.
  45. morpheus93

    Новость ZennoPoster 7 - Грандиозное обновление. Бета-тест.

    I have the same problem! Hoped this was solved with the last version.
  46. morpheus93

    How to correctyl set-up SSL-Proxies in PM?

    Thanks EtaLasquera for the info. Too bad. Then the possibility to use SSL-proxies should be to the enhancment list of ZP for the next release!
  47. morpheus93

    How to correctyl set-up SSL-Proxies in PM?

    @pla123 Thank you for your answer. But nevertheless the SSL proxies are not working within ZP. I already contacted the support of the proxy seller but haven't got an answer yet. Maybe there is another approach for using SSL-proxies in PM/ZP? Oddly when I use the same SSL-proxy in Firefox it...
  48. morpheus93

    Bugs in ZennoPoster 7 beta

    Yes, it appeared every time when I added a new Plugin to PM. But now I'm using the latest 7.0.7.0 EN version and the problem is gone. I also read in the RU-part of the forum for the latest version: "*Fixed red crosses by replacing or deleting the existing plug." So I think the problem is fixed :)
  49. morpheus93

    Stupid question... but.... is intellisearch useful in Zenno anymore ?

    Did not use the IntelliSearch tool any longer after my unsuccessful tries at the beginning with Zenno. Maybe it makes sense to update this tool to an current status so it brings in more benefit?
  50. morpheus93

    How to correctyl set-up SSL-Proxies in PM?

    I'm using a proxy provider that supplies me with HTTP (Port 31112) and SSL (31111) proxies. When I set-up the HTTP-Proxy in the format http://username:password@proxyprovider.com:31112 all works fine. But how to set-up the SSL proxies within PM/ZP? I tried...