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

  1. V

    project.Tables c# function for Google Sheets

    Hi there, currently project.Tables doesn't work with google sheets tables, only regular file tables. Is there another function for Google Sheets tables, or any way to use this function on those?
  2. V

    Input / Output to files on the Cloud?

    If you have google drive installed on your computer, you can put a .csv or .xls file there and use it on ZP. Whenever the file changes, it will get updated on google drive.
  3. V

    How can I upload an image with multipart POST?

    Thanks for giving examples in both C# and using Zenno's POST action :az:
  4. V

    How can I upload an image with multipart POST?

    Is this only possible with C#?
  5. V

    How can I upload an image with multipart POST?

    I need to upload a file from my multipart POST request, how can I do that? I tried storing the contents of the .jpg file in a variable and using that variable in my POST request, so the result looked like this after it executed: But it didn't work. Is this only possible with C#?
  6. V

    Can I change preferences from Firefox's about:config with SetBrowserPreference()?

    It's possible to change browser settings with SetBrowserPreference() that are not available in ProjectMaker's UI. Is it possible to list all the possible preferences this method can change? Can I change any browser preference with this method like I can from Firefox's about:config page? Thanks
  7. V

    Save List To File - Random Line Count?

    Besides the solution LightWood said, another way would be saving items to the list in a normal order, then just shuffle the list with List Processing.
  8. V

    Tab backward

    I think he doesn't mean to switch browser tabs, he needs to switch between form fields with the TAB keyboard key. Probably more reliable than regex in some cases. I'm also looking for the same functionality.
  9. V

    Facebook videos won't load

    Apologies for the delay. Yes, it did enable the html5 browser. Thanks!
  10. V

    Facebook videos won't load

    This happens with any live video, any video on this page: https://www.facebook.com/livemap/ I'm trying to increase the number of viewers watching a facebook live video. It works fine on youtube as they use an HTML5 player, but facebook will only play live videos using flash. Also it works on...
  11. V

    Facebook videos won't load

    Hi, I updated to the last version, no Facebook videos still won't load :( I always get this error: I have adobe flash installed. What I'm trying to do is increase the number of viewers watching a live stream. My standalone Firefox works fine and loads the video properly, but Zennoposter...
  12. V

    Facebook videos won't load

    No, everything is turned on. Thank you for checking. I have to pay to update, I'll see what I can do
  13. V

    Facebook videos won't load

    @rostonix @VladZen can you give some input? Thanks
  14. V

    Facebook videos won't load

    Hi, I'm running version 5.9.9.1 and when I access Facebook, the site tells me to update my browser. If I set my user-agent to the same as an updated browser, the message goes away, but Facebook videos won't load: It looks like this when I access a video URL while not being logged in. If I'm...
  15. V

    Headless browser integration

    How do I enable that? Nevermind, found it on Advanced Editor > ProjectSettings
  16. V

    How can I clean all variables values?

    Thanks!
  17. V

    How can I clean all variables values?

    Hi, I have a project that needs to run a big processing loop. Is it possible to reset all variables, set them all to empty all at once? Thanks
  18. V

    Is transferring my license to another person allowed?

    I have 2 ZennoPosterPro 5.9.9.1 licenses. I only need and use one. Can I transfer the license I don't use to another person?
  19. V

    IPv6 Proxies

    Hi, Does Zenno support IPv6 proxies? Thanks
  20. V

    Headless browser integration

    Have you guys looked into integrating headless browsing into Zenno? Please look into projects such as PhantomJS and CasperJS, both are headless browsers/webdrivers that support javascript. As Zenno uses Firefox, it is also possible to run Firefox headlessly using xvfb. This would dramatically...
  21. V

    Multi thread table processing - Make sure multiple threads don't process the same rows?

    Hello, I have an excel file with multiple social media accounts. My template grabs the accounts from this excel file, logs in on the accounts and updates some information. That works with 1 thread, but it's slow. When using multiple threads, how can I ensure that no thread work on the same...
  22. V

    How can I protect my project source code? (Prevent people from seeing its content).

    Hi lokiys, Thanks. I think I have 3 licenses. If I build the project using one, and use the other two licenses on two servers, will the project be protected? What exactly happens, it asks for a password before someone is able to open it on ProjectMaker? I never used zennobox so I'm not sure how...
  23. V

    How can I protect my project source code? (Prevent people from seeing its content).

    Hello, I'm not selling bots, I am leasing a few dedicated servers to run my project. I will hire a systems admin team to take care of the servers, so they will need administrative rights on the servers. Since Zennoposter's projects are simple files that anyone can copy, they would be able to...
  24. V

    HTTP Post request - redirect to the website I'm posting to

    But I need to use a POST request, isn't there a way to make this work?
  25. V

    HTTP Post request - redirect to the website I'm posting to

    Hi, Sorry I couldn't explain it in a few words in the title. My issue is, using the plugin Live HTTP Headers on firefox, when I make a post request to "http://google.com", Firefox automatically loads that page with the content I'm posting into it. When I do the same on ProjectMaker, nothing...
  26. V

    ZennoPoster 5 New build 5.3.1.0 (26 Apr 2014)

    Can you please take a look into this bug? http://zennolab.com/discussion/threads/problem-downloading-file-after-upgraded-to-5-3-0-0.13536/
  27. V

    Help - How can I send a captcha that I got using a GET request to the captcha recognition module???

    Thanks. I tried it, but it didn't work, because the Captcha module still looks for the image on the page. Ins't there any way to load a local image on it? :/
  28. V

    Problem downloading file after upgraded to 5.3.0.0

    I am talking about this: On 5.1.2.0, when I executed that GET request action, this happened: Zenno saved the result as a file, and the path is shown on the captcha_code variable. After I upgraded to 5.3.0.0, this happens: The captcha_code variable stays blank, and no file is saved...
  29. V

    Help - How can I send a captcha that I got using a GET request to the captcha recognition module???

    I have the image patch (C:\Program Files (x86)\ZennoLab3\ ZennoPoster Pro\Progs\Trash\captcha(1).jpg) but I can't figure out a way to load it on the captcha module. Captcha module looks like this: I looks for the image on the page..
  30. V

    Help - How can I send a captcha that I got using a GET request to the captcha recognition module???

    Anyone? I just want to load a local image in the captcha recognition module, instead of find it on the page..
  31. V

    ZennoPoster 5 New build 5.3.0.0 (17 Apr 2014)

    Thanks!!!!!!!!!!!!!!!!!!!!!!
  32. V

    Help - How can I send a captcha that I got using a GET request to the captcha recognition module???

    Ok I used the option "As file" on the GET request action, and it saves the above as an image. How can I send a local image to the captcha recognition module?
  33. V

    Help - How can I send a captcha that I got using a GET request to the captcha recognition module???

    So, there's this website that forces me wait for 60 seconds before it shows the captcha image. However, I can get the captcha image before the 60 seconds using a GET request. It ends up looking like this: When I save that code as a .jpg or .png file and open it, I get something like this...
  34. V

    Help - How can I read javascript alert boxes in Zenno?

    Thanks!!!
  35. V

    Ensure that Zenno does not execute a task more than X times with several threads

    I figured out a way. In case someone else also needs this, I have a template with only one thread checking if usernames are available, if they are, it puts the usernames on a .txt file. Since it only takes 1 second to check each username, it's quite fast and I can ensure that it doesn't check...
  36. V

    Ensure that Zenno does not execute a task more than X times with several threads

    Hello, There's a website that I need to register 10 accounts for each email. I need this task to be done as quick as possible. My PC handles 70 threads with 90% of CPU usage. I thought of having a .txt file, and each time an account is made, the template would put it on the .txt like this...
  37. V

    Error: Code compilation System.IO.FileNotFoundException: The system cannot find the file specified.

    I just installed Zennoposter on a new machine (a cloud server), and I'm having this problem to run a template that runs perfectly fine on my local computer: I get that error on any task.. I know this isn't because it is a cloud server because the same thing happened on my laptop with Windows...
  38. V

    Zennoposter deleted hardware it wasn't supposed to delete

    Thanks rostonix!
  39. V

    How can I buy a license with my internal balance?

    I have enough money in my userarea to buy another license, and I need another one asap.. I can't find a way to use my balance to buy another license.
  40. V

    Zennoposter deleted hardware it wasn't supposed to delete

    Is this a 24 hour hold?
  41. V

    Zennoposter deleted hardware it wasn't supposed to delete

    Hello, I was installing my Zennoposter on some cloud servers today to test performance. I didn't know that by installing it on new hardware, it would delete the existing ones. It deleted my main hardware and when I try to delete the new ones to add my computer back, I get this: You cannot...
  42. V

    API for tasks

    +1
  43. V

    What anti captcha services support the WrongCaptcha feature?

    That was quick! Thanks I will try that with antigate.
  44. V

    What anti captcha services support the WrongCaptcha feature?

    I was using deathbycaptcha, but the way they handle wrong captchas doesn't seem to work with zenno. Now I'm using Antigate, but I'm still not sure how to report wrong captchas. I saw a template posted by rostonix showing how to report wrong captchas but I can't find it anymore :au: Does...
  45. V

    How can I get dates in this format?

    Awesome, from 12 lines in javascript to only 2 lines in c# haha, thanks! :az:
  46. V

    How can I get dates in this format?

    Thanks rostonix! I did this modification to get the dates on the format I need: DateTime date1 = DateTime.Today; var date = date1.ToString("yyyy-MM-dd"); return date.Replace(".",""); // Returns 2014-03-22 DateTime date1 = DateTime.Today; var date = date1.ToString("yyyyMMdd"); return...