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

  1. A

    C# Code Snippet Help

    Hi, I have some C# code to check availability of domains, the code takes 1000 lines then checks the domains however it doesn't delete the 1000 lines after taking, can anyone help? Thanks
  2. A

    Solving Recaptcha in Zenno

    Hi, There is website https://balance.vanillagift.com/?utm_source=vanillabol&utm_medium=home&utm_content=header It needs me to solve recaptcha. How do I do this and can you recommend me a provider for the recaptcha. Thanks
  3. A

    Zennoposter Not Working For Most Websites

    Hi, It seems a lot of new websites now have bot protection. I am making a bot that check cards on https://balance.vanillagift.com/ but the website wont load in Zenno window. Please can someone help. Thanks
  4. A

    Cannot Get Past Google Captcha

    Hi, I need some help on this please. I am trying to get past a Google Captcha. I think the websites knows I am using Zenno. Screenshot below. Any advice? Thanks
  5. A

    How To Solve Orientation Captcha In Zenno

    Hi, I have come across a new captcha today, the captcha is on AddMeFast website Does anyone know how to solve this? Can it be done on the new Zenno captcha tool? I have 2Captcha service also
  6. A

    Invisible Recaptcha 2

    Hi, I am stuck on a template where it uses invisible Recaptcha2, I am using 2Captcha and am stuck since I can't get post my token on the invisible recaptcha and then click submit. Has anyone had this issue or have a template that works with invisible Recaptcha2? Thanks
  7. A

    Speeding Up Zennoposter?

    Hi, So been using Zennoposter for a while now, I am working on a project where it is not really using any browser emulation. It is taking file from my server, process on my PC and then at very end upload. When files are downloaded there are 300k files on my computer. I am doing regex so if X...
  8. A

    Using Regular Expression To Extract All URLs

    Hi Guys, I am trying to extract all URL on a webpage. I am trying to use regex but none seem to work. Is there a good regex to extract all URLs on page? Thanks
  9. A

    ZennoPoster FTP Feature

    Hi, Zennoposted has a built in FTP feature but I have noticed that Filezilla uploads the same file a lot faster, why is this? Is there way to speed up FTP upload in Zenno?
  10. A

    ZennoPoster Remove Variables

    Hi Guys, I am working on a template where there is a loop, just before loop start I want to clear variable, similar to list processing action that clear all list elements, how do I do that? Thanks
  11. A

    Zennobox Threads

    Has Zennobox thread limit been lifted now? I want to run template in do not use browser mode. Want to run 500 threads. Thanks
  12. A

    For Forum Mods

    Hi Mods, Sorry for wrong section, I did not know where to post. Can someone please take a look at my account. I pay for 3 ZP upgrades but my balance is $0. Can someone investigate and update my balance please. Thanks
  13. A

    Zennoposter Crashes On Template

    Hi guys, I have a weird issue. Zennoposter crashes on a template, it works on all template except this one it crashes. Any suggestions?
  14. A

    Zennoposter Keeps Crashing

    Hey guys, I am running very simple template but ZP seems to keep crashing on me, anybody know reason for it? Thanks
  15. A

    Is It Possible To Unzip Files On Server In ZP?

    Hey guys, Is it possible to upload and unzip a file on my server using Zennoposter? I know its very powerful, how would I do it? C# or some action I am missing? Thanks
  16. A

    Take X number of lines

    Hi, This is a very simple template that I haven't been able to figure out. I have a text file in project directory and want to take X number of lines. X is a variable and can be between 5000 and 25000. I am not sure but I think I need to do it in C# for it to be efficient. Would appreciate...
  17. A

    Why Does Zennoposter Hang

    Sometimes when running Zennoposter it hangs, it says running but thread is 0. Why does it do this?
  18. A

    How To Increase Dom Limit

    Zennoposter is limited to hold 10mb in DOM. I have a laptop with 16GB of ram. How can I increase this as I want to scrape Twitter user with 200k followers. It give up after 2k. Thanks
  19. A

    Zenno Regex Engine Not Correct

    Hi guys, I don't post on here often. I came across an error when working with a regex. The regex that I am trying to match is "cialis". Now when I add this to word processing it will match "cialis", "specialist" etc. I only want to match "cialis". I then did "^cialis$" without the quotes. This...
  20. A

    When will browser engine be updated?

    Hi, Question as per title guys. I know this is a big project so how far are you into it? 60% complete? 70% complete?? There are some website where the browser engine currently installed load very slow. Thanks
  21. A

    Delete empty lines snippet not working

    Hi, So I have this snippet from a fellow member on this forum. Snippet is this: // Delete blank lines from file string path = project.Variables[@"{-Project.Directory-}Accounts.txt"].Value; // Gets file path from your project variable with name "filePath" var lines =...
  22. A

    Zenno Problem, Zenno Stop Working

    Hi, So had this issue for over a week. Basically Zenno works for a bit then stops working, its runs but dosent go to the next step. What can I do here?
  23. A

    ZennoPoster Not Effecient

    I am trying to take 150 lines of URLs from a file of 1 million URLs. Each URL is unique and and I am using the old Zenno Macro where it takes the 150 lines from the file and inputs them. The files should be taken at random and deleted after take but I am noticing when running multiple threads...
  24. A

    ZennoPoster Bottleneck

    Hi, I have created a simple script. Basically I am using GET request to visit URLs and check for some text. I tried running 120 threads but it creates a bottleneck. I have now add the project 12 times and done 10 threads for each one. There is a loop of 4 times for each instance. The project...
  25. A

    Pause when Click on Box

    I am creating a very basic template to view URLs, All I need to do is view the URL for 3 second and make it load the next URL. I have 2 problem. I need Zenno Window to always open in full screen and I also need a button in the top right of Zenno. This button must have option "Pause". If I click...
  26. A

    ZennoPoster Red Box

    Hey Guys, Whats the issue with this?
  27. A

    Project Maker Crashes

    Hi, I am trying to srape twitter followers from someone with 300k followers. Problem is project maker crashes after a little while, maybe after 15k followers. I have not scraped them yet. I am trying to scroll down to all 300k followers, then take page text and regex for the followers
  28. A

    Second purchase of Zennoposter

    Hi, Can Admin contact me please for price on second purchase of ZP Pro for existing customer Thanks
  29. A

    Zenno Twitter Scraper DOM Dissapearing

    Hi, I am working on a Twitter Follower Scraper. Template is pretty simple, its goes to Twitter User Followers page, scrolls down page then stops, takes DOM, Regex, save to file. Problem is when I am user page with 50k followers and I am trying to scrape the followers the DOM wont load when...
  30. A

    ZP Variables Tutorial

    Hi Guys, Just purchased ZP5, it seems very powerful but defo needs time to master. I was wondering on a good tutorial that will explain the variables in zenno for me. I want to know how to put variables together
  31. A

    New to Zenno, Need Help with Regex

    Hi Guys, Im new to Zenno and I am currently using the demo version. I have to say that this looks like a powerful piece of software and I will be investing in the Pro version soon. I am currently working on a very simple program. I just need Zenno to go to a website and enter a URL and save...