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

  1. Drew

    PDF issues can not save with Get Method

    The website is behind cloudflare and the cloudflare bypass template from another post works so I am able to search. I am also able to click download which opens the PDF in a new tab. The issue is I am unable to save the PDF using get request. I can manually click the save button on the opened...
  2. Drew

    ZP Authorization server blocking VPN IP's?

    Seems to only been an issue the last few months. Some of the more well known VPN IP Pools seem to be blocked by ZP. I have to manually disconnect VPN start ZP then connect again and pray it does not stop because of lost auth server connection.
  3. Drew

    Environment variables from within C# code?

    Since this is the closest to my question and is kind* of related. How can we access environmental variables from c# and also json or xml auto generated variables from json/xml parse?
  4. Drew

    "Javascript Authorization" Pop Ups -Proxy use

    This is the same issue explained in the russian thread. http://zennolab.com/discussion/threads/v-pm-pojavljaetsja-okno-javascript-authorization.16798/ Also English thread. http://zennolab.com/discussion/threads/popup-to-enter-login-and-pass-proxy-bug.13075/ Happens randomly when you are using...
  5. Drew

    Captcha Settings Graphical Bugs

    On multiple computers and it is also affecting a couple of buddies who own ZP. 1. PM crashes when you open captcha settings. 2. If by some miracle it does not crash it has graphics bugs and you cant edit settings.
  6. Drew

    Full Rest API support?

    Get and Post requests are great but what about adding the ability for Put and Patch? Some API's allow you to use work around with Post instead of Patch. BUT many do not :(
  7. Drew

    Projectmaker just closing

    Having an issue with Projectmaker just closing. I do not even see anything in the logs for the crash. This happens when pages are loading on a brand new template.
  8. Drew

    List processing using ranges?

    Was this fixed yet or do we still have to use the sub list work around? At the moment if I select 0-10 it still only returns 1 line?
  9. Drew

    Capture and return stdout in c#

    I am trying to run netstat for a specific PID and would like to return output from cmd into ZP. Has anyone done this in c#? For example I would like to run netstat -no | findstr "8723" And return the output to a ZP variable.
  10. Drew

    Backconnect proxies in ZP proxy checker

    reverseproxies.com 10 port package gives you a list of 10 ip:port socks5 to connect to. 123.123.123.101:1234 123.123.123.102:1234 123.123.123.103:1234 123.123.123.104:1234 123.123.123.105:1234 123.123.123.106:1234 123.123.123.107:1234 123.123.123.108:1234 123.123.123.109:1234...
  11. Drew

    cmd shell question

    Is it possible to call a cmd command and pull the output from said command back into Zennoposter? For example I want to run the command "tasklist" in cmd shell and pull the output back into Zennoposter?
  12. Drew

    [Moved] Random Number Bug

    Type Time Message 08:06:30 Generate random number from range [1, 2] to variable {-Variable.randomLogoChoice-} Result:1 08:06:33 Generate random number from range [1, 2] to variable {-Variable.randomLogoChoice-} Result:1 08:06:36 Generate random number from range [1, 2] to variable...
  13. Drew

    C# random number question

    Anyone have a simple way to get random number between a range in c#. GetRandomeNumber Class is not working.
  14. Drew

    help with urlencoding and post forms

    Trying to send a post request and the encoding is listed as 'application/x-www-form-urlencoded' http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1 in the post settings I do not see "application/x-www-form-urlencoded " as an option?
  15. Drew

    Direct Mysql support

    I now find myself going back to my uBot install to accomplish something so I think it is time to make a post in the enhancement thread. Now usually you guy's are ahead and I never need to make a post but in this case I feel some attention is warranted. I am sure I am not the only one who...
  16. Drew

    Duplicate Proxy's

    Are you guy's planning to do anything about the lack of a dedupe feature in the proxychecker. Even if It was a one of scheduled task that stopped the checked removed duplicates and started it again. Unless I am missing something and the checker already has a way to remove duplicates?
  17. Drew

    Windows 8 Support Time Frame

    With windows 8 coming out this week do you guys have a time frame for support. Even if it was only project maker a date would be nice.
  18. Drew

    solve media captcha's

    Has anyone come across these, you have to click to reveal code which is part of a video? Any idea's? insanejournal.com utilizes these.
  19. Drew

    [SOLVED]  Projectmaker taking minutes to load and open.

    All of a sudden Projectmaker takes minutes to load and open on my computer. I tried uninstalling it and reinstalling it in another location as well as deleting all left over files from the previous install. Program Init takes a good 60 seconds and then another 60 seconds for load modules...
  20. Drew

    [SOLVED]  Best practices and some weird bugs

    Should I be restarting zennoposter before each run? I had a template that was pulling data from a file and I changed that file and re-saved the template. However when rerunning that same template I was getting errors because the old data was still in the list from file???? I even deleted the...
  21. Drew

    Silly Newb Question. Add Variable to List

    Maybe I am missing something is there no way to add a variable to a list? Perform Action that stores value in Example.Variable Add Variable value to List. Clear Variable LOOP I have a function I need to perform thousands of times and I need to store the results in a variable then add...