Недавний контент David_Z

  1. D

    Bugs in version 7.7.11.0

    This version is so buggy. I\m having problems with POST cube As you can see the data type should be x-www-form-urlencode but it's actually missing in the actual POST request. this thing made my working script not working anymore. I tried to use other and input x-www-form-urlencode, along with...
  2. D

    How to use SetProxyExclusions in 7.7.5?

    @VladZen need help plz I tried this but the IP changed to the proxy IP. it works only when i use this code: var exclusions = new List<string> { "https://api.ipify.org/", }; instance.SetProxyExclusions(exclusions); I should type the whole URL
  3. D

    How to use SetProxyExclusions in 7.7.5?

    I found that there's this new feature in 7.7.5.0 Can i use this function to exclude all js files loading via proxy? i need an example, thanks
  4. D

    Is there a way to get static files with another proxy or without?

    Is it possible now with newer version of zennoposter? I mean to get static files with another proxy or without
  5. D

    Is there a way to get static files with another proxy or without?

    Thanks for the reply. My problem is that some website consider browser as out dated browser if you disable loading images, like discover.com
  6. D

    Is there a way to get static files with another proxy or without?

    Most proxies are very slow and modern webpage contains a lot of images videos js css, which would take a very long time to load. Is there a way to get those files from local or via another proxies?
  7. D

    How can I pass variables from plugin to the main project?

    Local Plugin - How to pass variable value | ZennoLab - Сообщество профессионалов автоматизации Problem Solved!
  8. D

    How can I pass variables from plugin to the main project?

    I have a plugin that could fetch me data, and deal with them, how can I get the processed data from my plugin to the main project?
  9. D

    [HELP] How to make a lower version plugin?

    Is it the only way?
  10. D

    [HELP] How to make a lower version plugin?

    I made a plugin in ZP 7.7 but it cannot run on ZP 7.5 even if I change the Lowest Zennoposter Version in protection tab. How am i suppose to do if i want to run this plugin in ZP7.5 while I have only 7.7.1 installed?
  11. D

    How to use mapper in bot interface?

    I'm talking about this one, still have no idea what is it doing. Any example?
  12. D

    How to get browser GET/POST parameters?

    I found in the wiki
  13. D

    How to get browser GET/POST parameters?

    Thanks a lot, could you please show me a piece of code that could get request query string?
  14. D

    How to get browser GET/POST parameters?

    Hi, I want to get the Query String Parameters(Form Data) shown below but these parameters was generated by javascript so I can't find them in DOM or source. Any ideas how to get these? as well as request headers