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

  1. A

    Need JavaScript Help - Generate Random Geo Coordinates

    Hi- I am new to JavaScript and would like to write a script and run it on Zennoposter to generate a specified number of random geo coordinates within a specified mile radius from a seed point. I want to get a list of Geo points after I run this script. Below is the JavaScript: function...
  2. A

    Canvas: Failed to emulate canvas

    Hi all- I have set the browser type to Chromium (beta) and update the process canvas to "Super emulation" I have also enabled "Use GPU. Required for using WebGL" But, when the bot try to go to Google.com, it keep showing "Failed to emulate canvas". Please let me what settings I need...
  3. A

    Zennobox Projects with Chrome Extension

    Hello all- We can use ProjectMaker to create and run the proejct with the Chrome extension. Can I add the project with the Chrome extension to the Bots section on Zennolab? If so, will my Zennobox users get the project with the Chrome extension automatically? If we can add the project that...
  4. A

    ZennoPoster v7.7.0.0 ProjectMaker Cannot Open ZP File

    Hello all, I have tested everything in ProjectMaker without any issue and saved the file. After I close the file in ProjectMaker, I am not able to open the file again. It just shows "Load a project" and then nothing happens. This issue has happened randomly. I have been rewriting the bot...
  5. A

    Local Plugin - How to pass variable value

    Hello, When we use "project in project", we can pass the variable value between the current project and nested project. After I save the nested project as a plugin, I am not able to find a way to pass the variable value. Could you please let me know how I can pass the variable value between...
  6. A

    Bat File Does Not Trigger Zennobox Tasks

    Hello, I have used the following settings to created the bat file from the Zennoposter (V7.2.1). When I run the bat file, it does trigger the Zennoposter task. But, when I use the same settings and create the bat file from the Zennobox (v7.2.1), the bat file does not trigger the Zennobox task...
  7. A

    Install 3rd Party Plugins

    Hello, Is there any way we can install a 3rd party extension to Zennoposter or ProjectMaker? I would like to install Tampermonkey to PM and ZP so I could run the custom script. https://www.tampermonkey.net/?ext=dhdg&browser=firefox Thank you a lot
  8. A

    Cannot Import File to Google My Business

    Hello all, I have tried to use ProjectMaker (v5.47.00) to select and import the file to Google My Business (https://business.google.com/locations). But, it shows "Can't import file" after the bot selects the file. When I use a regular browser, I am able to import the same file without any...
  9. A

    Google Couldn't Verify this Account Belongs To You

    Hello all, When ZennoPoster try to login some of the Gmail accouts, Google shows "Could't sign you in" after the bot enter the correct password and recovery email. If I uses the regular browsers, I am able to log in all of these accounts. Could you please let me know what settings I should use...
  10. A

    How to Fake Geo-location

    Hello, Is there any way we can fake our geo-location? I would like to find a way to get Google search results based on my fake geo-location, not IP. When I use the Chrome browser, I can use the following extension to achieve that, but not sure how we can do that on ZennoPoster...
  11. A

    How To Remove ZennoBox Users After 30 Days

    Hello, I have tried to remove one Zennobox customer from my sales due to he disputes the payment. I don't want he to use the bot anymore. I have tried all the options in "Manage Sales" but none of them works. Please let me know how I can remove him and disable his bot. Thank you a lot
  12. A

    V5.42 Cannot Emulate CTRL+V By Using C#

    Hello, I have been using the following C# to emulate CTRL+V successfully for a while. But, after I upgrade to version 5.42, the C# code is not working anymore. I have downgraded to V5.41.1 and it is just working correctly. var descr = project.Variables["var1"].Value...
  13. A

    Use xPath to Create Google Earth Automation

    Hello, I try to use the xPath feature to let the bot to click the element in Google Earth. But, no matter which element I select, it always returns the same xPath. Could anyone please tell me how to do? Thank you a lot
  14. A

    Create Templates for Google Earth Automation

    Hello, I plan to use ZennoPoster to create some templates to auto add project in Google Earth (https://earth.google.com/web/) When I use Project Maker to go to https://earth.google.com/web/, it just keep loading and does not show anything. Is there anyone could share how to let the Project...
  15. A

    Error getting information about your hardware 5.12.3.0

    Hi I have installed the Zennoposter to my VPS. When it try to get the information about my hardware, it takes really long and popup the windows said "Error getting information your hardware". I have tried to install the software to other VPS, it has the same issue. I have removed both PC from...
  16. A

    $100 Need a Zennoposter Template for Google URL Shortener API

    Hi, anyone could help me create Zennoposter project which it can use Google URL Shortener API to create short URLs. Input: It will use 2 text files. The first text file includes gmail account for Google Shortener API and API key. The 2nd text file includes the list of URLs which I want the...