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

  1. O

    Bot interface bug

    I am having a weird issue with the Bot Interface module. I can create a workflow template. Then, when I later edit the interface, something is happening and I am unable to use it within Zennoposter (I can't edit any values, the mouse pointer can't select anything/change any input parameters)...
  2. O

    System timezone

    What's the status of setting the system timezone to match proxy timezone? Has this feature been added yet? Is there a C# method I can use for now? This seems like a major hole in the anonymity/detection that does not seem to have a good solution?
  3. O

    Bulk add templates to Zennoposter

    Is there a way to add templates to Zennoposter via a batch file or something similar? I have around 5000 templates I need to add, but there are duplicates (around 2500 already added). I do not want to add duplicates, so I was wondering about running a batch script or something similar to...
  4. O

    Project in Project

    Is anyone else having issues with Project in Project? Version 5.9.5.1. I can not seem to include any other projects like I was doing before.
  5. O

    Templates not filling in username field

    Ever since updating to 5.9.0.1, my templates are not filling in some username fields on the first pass. Like this.... my templates (100s) are failing. If I select the field manually while debugging, it gets inserted correctly. I am at a loss... I have no idea why this is occuring? Anyone else?
  6. O

    Case sensitive captchas

    I am finding some captchas that are case sensitive. ImageTyperz is allowing for a case sensitive flag (http://www.imagetyperz.com/Forms/API.aspx) chkCase= 0 or 1 (Set 1 as Case Sensitive, default is 0). Is there a way to add this option?
  7. O

    Captcha recognition problem

    I cannot figure out why this is giving Run HtmlElement Parameter is not valid. <img src="/gf/?action=secureimage&amp;sid=635b10e0442aadd92a0ed6007546c5bf" id="image" align="absmiddle"> http://puu.sh/dwcoJ/255df1e5d0.png It should be finding the image just fine, no?
  8. O

    Development option

    Would it be possible to add an option to create default settings while creating templates for things such as... "Add Pause (1s) after each recorded step" A simple thing that could be turned on/off?
  9. O

    Traversing DOM element with C#?

    I need to count the number of form elements, hopefully using C#. Is this possible?
  10. O

    Clicking a Flash button

    I have a Flash button I need to click... I've tried search by picture and mouse emulation to no avail. Is there a way to do this?
  11. O

    Can't open ZP5

    It briefly opens the ZennoPoster.exe - then closes. It was working fine on this server before... I tried uninstalling/reinstalling and it still will not open. During reinstall I did the checking routine: Unable to start the program Try to run the program manually. I can access...
  12. O

    What is wrong with this regex?

    http://www\.codeproject\.com/script/Membership/ConfirmEmail\.aspx\?tg=[0-9]* When this is run in debug, I receive: Text parsing by regular expression Result: nothing was found. If this is run in the regex builder, it extracts the link just fine. ??
  13. O

    Dump all variables

    Is there a way that I can dump all variables to a text file with one command? C # maybe? Different templates will be using different Vars, it would be nice to be able to basically do: var_dump($Variables[]) Possible?
  14. O

    Index was outside the bounds of the array - E-mail processing

    I am getting this error when attempting to log in to my email account during template creation. I have two variables set: {-Variable.emailAddress-} {-Variable.emailPassword-} Both of these variables contain the correct values. When I input them to the Receive Email step -- I can't Log-in, I...
  15. O

    I need templates developed

    I am looking for someone that is competent and knows how to use ZennoPoster. I have a list of websites I need templates for -- one registration template, and one posting template. I'd like to start with one or two, if things go well, we would have more work. Please PM if interested
  16. O

    Error on https

    I'm getting this error when trying to load soup.io/login : An error occurred during a connection to www.soup.io. Unable to generate public/private key pair. (Error code: sec_error_keygen_fail) Tried a different user agent, settings, nothing is working. Page will not load, but loads...
  17. O

    Add support for private proxies

    I really would like to see a way to use private proxies within ZP4 (not Set Proxy function). Maybe an import and "DON'T RECHECK" option.... my private proxies start at 30/30 and within 12 hours are at 0/30. I have to restart Zenno every time. Very annoying. I'm using the Use Proxies...
  18. O

    No connection to authorization server?

    When I try to open ZP4 on my server, I'm getting this message. It's activated in the hardware too... was working this morning?
  19. O

    Do separate threads share cookies/cache?

    I have a template that calls my server: ?id=100 let's say. Each call should return differently... but I'm getting duplicates. I can't tell if its mysql returning the same stuff to multiple threads (too many simultaneous) or if it's Zennoposter browser caching the previous call?
  20. O

    Avoid malware, rootkit's etc with Browser settings?

    Is it possible to avoid getting malware with some setting for the ZP browser engine? Running overnight I got a lovely rootkit from some infected site Zenno was hitting. Just trying to avoid it if possible, obviously I need better antivirus!
  21. O

    Private proxies show as not working

    I've loaded my private proxies txt file into Sources. They are in the correct format (user:pass@ip:port). They are scanned and show 30/30 working for about 2 minutes... then it quickly drops to 0/30 working. None of my templates will run. I know the proxies are working fine (I use them in...
  22. O

    Best server specs for ZP4

    I'm looking to build a home setup to run Zenno. I'm curious what components are most important with Zenno? Lots of RAM? I'm curious if anyone is running 32gb RAM, with an i7 or xeon 1270 or something comparable? How many threads can you handle? Right now I run it on a 4gb RAM VPS -- I can...
  23. O

    Browser cache issue

    I have a template that calls a URL on my server to obtain an integer... the integer should change on every load. If I run the template multithreaded... it gets the same integer in both threads. There's no way my server is retrieving the same integer on each load, so obviously the browser is...
  24. O

    No connection to server?

    Zennoposter was working fine, but now I'm getting a Server not connected message... so no proxies are available because they're not being checked. What does this error mean exactly?
  25. O

    Keystroke emulation... down arrow?

    Is there a way to emulate a down arrow? I have a dropdown list that doesn't want to work with regular actions...
  26. O

    Loading status on aol.com account creation

    When I enter a login name in this form: https://new.aol.com/productsweb/?promocode=825345&ncid=txtlnkuswebr00000106 Zenno sits in Loading and I can't get it to proceed to next step. I've set the busy status to not ignore Ajax... but it's still just sitting there. Anyone know how to get...
  27. O

    [SOLVED]  Run-time error 217

    When opening Zennoposter... I'm getting a runtime error 217. Any ideas? Restarting box now to see if that helps.
  28. O

    Uploading Twitter profile pic...?

    I'm having an issue uploading a profile pic to Twitter... I can select the file location just fine, but the image cropping Save button will not work. I can't get it to Save the image. Anyone have something that works?
  29. O

    4.1.0 crashing after just a few minutes?

    I have around 60 templates queued up to run that ping my server and complete. They worked reasonably well in 4.0.8.2, crashing every 12hrs or so. 4.1.0 and it crashes after 30 minutes. I notice the templates are not even in the queue anymore, it's like a hard crash and no state is saved...
  30. O

    How do I select this div?

    http://storify.com/create The area below the title/description. It's invisible on page load. You click and a div pops up. I can't for the life of me figure out what js function or whatever to call to get it to pop... I know it's this element at least once clicked: <div...
  31. O

    CapMonster project problems

    I trained every possible letter (80+) into CapMonster. There is not much distortion, if any... I trained over-night for 9 hrs, and recognition is at 3%. What am I doing wrong?
  32. O

    Split a captcha in two...

    Would it be possible to somehow split a captcha in two? My captcha service is not able to do this very reliably: If I could split it down the middle and send two captchas I think I may have better luck. Ideas?
  33. O

    How do I execute an onclick function?

    I have a link that I don't want to actually click.. but just execute the onclick function. For example: <a onclick='return Bob();' href='link.html'> I don't want to visit link.html. I just want to execute Bob(); -- it displays a <div that is hidden on the current page. Seems simple...
  34. O

    nonCriticalErrors log 3gb+

    I've been running quite a few projects, and noticed my nonCriticalErrors text file was over 3gb (not the archived one). Is this intended/ok?
  35. O

    DOM with javascript?

    I wrote this script to extract the form number from DOM. It works in other js debuggers, but I don't know what I'm doing wrong with Zenno. var pageSource = '{-Page.Dom-}'; var re = /<form[^>]*>/gim; var match= {}; var counter = 0; var formNumber = 0; while (match = re.exec(pageSource)) {...
  36. O

    if form id="register" AND input name="username"

    I'm making a zenno template that works on multiple sites, however sometimes one site will contain extra forms with the same form elements. How can I tell zenno to use a certain input with a certain form? Normally I would set Form = -1, but sometimes the first form on the page with the match...
  37. O

    Ability to launch another template from one template

    I have a system where I have a set of function that run before every template. Think like a Global Branch. It would be really (REALLY) nice to have 1 global template like CheckServer.xmlz... it grabs which template to run from server, and that template is launched. Or something like that...
  38. O

    [SOLVED]  Does loading timeout == bad end?

    I am having an issue with some sites timing out (bad proxies, high load, whatever it is). My system relies on accurate Bad End data... but I notice these sites will timeout, and Zennoposter just tries again without calling the Bad End. Is that on purpose?
  39. O

    Anyone else having email problems?

    I just tested grabbing a confirmation link with ZP 4.0.7 -- it says the email cannot be found. I tried it again on ZP4.0.5 and it works just fine... I can't figure out what the problem is? Anyone else having trouble with it?
  40. O

    Weird Globals bugs

    I'm having all sorts of issues with Global variables. I created a few for a project... and continued to use those same globals in other projects. Now I need to update one. I updated it... and all of the templates still have the old Global values. So I have to edit their Global vars too...
  41. O

    Gmail blocking IMAP

    I have various gmail accounts I use for account creation. I'm noticing Gmail has started blocking my IMAP connection attempts with proxies and it's messing up my templates. I'm thinking I may assign a specific proxy right before receiving emails, but is there a way to remove the proxy after?
  42. O

    How can I use actions designer to do this...

    I have two submit buttons on a page, one <input type="submit" class="button"> and another <input type="submit" class="button"> I want the second one... but this template is for multiple targets (so it may change (hence form = -1)). Is there a way to make actions designer select from the same...
  43. O

    CPU 50%+ and ZP crashes?

    I'm running only a few threads for a few hours.. and CPU goes to 50% and ZP is unresponsive. Anyone else? And most templates don't use loops, they just execute over and over.
  44. O

    Anyone use DeathByCaptcha? 502 bad gateway response?

    Around 90% of the time, I'm getting 502 bad gateway back as my catpcha solve response. I can see the captcha is solved correctly on DBC's end... so I have no idea what's going on. I have plenty of credits, and correct username/password. Every 10 tries or so I get the correct response...
  45. O

    Upgrading from ZP4 Lite to Pro?

    I'd like to update my current ZP4 Mental Power Lite to Pro. I noticed in the admin I can only upgrade ZP3 to Pro... does this mean I'll have to upgrade ZP3 to Pro first for $287, then pay an additional $60 ($90?) to buy updates for Lite -> Pro? Confused.
  46. O

    Can someone make a basic Intellisearch template example?

    I cannot seem to get intellisearch to work properly. Could someone make an example using a login page like Wordpress? A general template to login to wordpress is made with intellisearch... then template can cycle through say 10 wordpress /wp-login.php urls and do the login?
  47. O

    4.0.3 removed my "Receive emails" regex?

    I had regex set for a bunch of templates like .*domain.com ... they are all blank now on old projects from 4.0.0?
  48. O

    ZP 4.0.3 Unpacking Error

    I'm receiving an unpacking error when I try to install 4.0.3? I have no idea what would be causing this or how to fix it?
  49. O

    Making template execute forever?

    I would like to have a template execute every 3 minutes let's say... forever (or as long as Zennoposter will remain stable). How can I achieve this? I've tried adding a template, selecting Enable Schedule, on what I thought was an endless loop? The template eventually goes to Remaining...
  50. O

    If Branch Fail?

    Is there a way to do an "if branch fails -> write to log" or something? Rather than checking each step, a global or something for each branch? I want to be able to write to a log if any of the 10 steps in my branch fails... and not have to setup If (!success) write to file for each step.