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

  1. X

    Possible Foorprints

    P.S. I went as far as creating and saving 40 different profiles, I get: Run Profile actionaction group id: 342804ba-fdf8-4315-9b5e-b5bed30e0cb7 Failed to process profile It also throws errors when I try to set a new user agent. I even used userAgents created by ZP and still get errors.
  2. X

    Possible Foorprints

    Gmail and now Yahoo. I noticed when I close ZP down and restart it, it is ok. Weird that it was working fine just the other day, for weeks. Maybe there is a regenerate issue. I noticed each time I am getting Firefox 19.0 Is there a way to regenerate everything all at once in project maker? I...
  3. X

    Feature Request - Action Group Commenting

    I personally think having the ability to comment action groups would be useful. I find myself deep in a lot of projects, then if they sit for a while and I have to go back to them having to retrace what each action group does. Something right at the top of each action group that defines what...
  4. X

    Possible Foorprints

    I came across a slight issue and was wondering if there are any fooTprints left behind from ZP. Here is what happened. I build a template that cycled through a table of data creating accounts. After each account creation, I would get a new IP either from my router or a proxy. I faked the...
  5. X

    Captcha Image Format

    Yeah that is what I ended up doing. I was sending using decapther.dll but replacing with 127.0.0.1, now I just download the image. For some reason sending using zenno seems to transform to PNG when the file is JPG. So it seems. Thanks though, got it working!
  6. X

    Url Timeout - Is This Possible?

    Yeah that was the solution I had at first. But ZP seems to sit there waiting for the page to load before moving on to the next step.
  7. X

    Url Timeout - Is This Possible?

    I have a tpl that goes from different pages. Once in a while a page times out. I can not disable AJAX or images so here is what I am wondering: Got to page 1 If page 1 takes longer than x.x seconds Go to page 2 Is this possible, or would I have to use C#? I know I can set the timeout...
  8. X

    Captcha Image Format

    I made a captcha breaker, but for some reason it works perfect with jpg but not png. Just wondering if I need to rewrite my code or if there is a way I can easily switch it to send native format pulled directly from the server, such as in this case jpg.
  9. X

    Captcha Image Format

    I was wondering does ZP send captchas in their native format or do they alter them to PNG before being set to a captcha service? I am using something custom and they are JPG files, but appear PNG after sent. If so, is there a way to retain original file extension?
  10. X

    ImageDecoders Not Working

    Ok good. I thought I just wasted $$
  11. X

    ImageDecoders Not Working

    Does anyone else use this service? The only response I get in the captcha field is a 404 error. I normally use decpatcha but thought I would give this service a try. They have virtually no support. I am trying to figure out if there is something I need to do in zenno, or if this is simply just...
  12. X

    Parse Count

    I was afraid of that. I was hoping since the data is there maybe the value was stored at an application level accessible to the project. I am trying to loop through pages of links that vary based on search criteria so counting what I already have won't work. Thanks though!
  13. X

    Parse Count

    When parsing things like links for example from a webpage, is there a way to access the number of links through the ZP system? I notice in element properties it will display the instances of the parsed item, bit I cna not figure out how to access those?
  14. X

    {-Profile.Name-} question

    I have a template set up to register, but once in a while I get user name already exists. So here is what I did: Input user name Check for "user name is taken" message Added if If user name exists, go back and enter a new one If not continue filling out form. Now, I have used...
  15. X

    How to regex email:password

    I am new to regular expressions so not quite sure how to do this. I spent about 2 hours in a reg ex builder trying to figure this one out, so if someone knows off hand I would really appreciate it. All I want to do is grab the password from a standard email:Password setup.
  16. X

    Dynamic Text Fields

    I am wondering how to get past dynamic text fields? It seems as if the application relies on searching for the name attribute of the field, or is there another way to get past this? So for example lets say I have a form and each time I refresh the browser the user name field changes...
  17. X

    Template not running

    Figured it out. I have given permissions to the application but for some reason the firewall built in win 7 was still blocking it. Shut down firewall and all is well.
  18. X

    Template not running

    Hello, I purchased the lite version of Zenno poster and am having a few issues with templates. When I start the ZennoPoster.exe and add a project, I set everything to 1, threads, attempts, etc. It will run once, only when I first start my computer though. Then when I add more...