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

  1. B

    Blank Line from List

    I've looked through your tutorial but I don't see how it covers what I am doing here. I understand that you are pulling in file paths in your tutorial and using get line to get one of those paths etc but in this case my list is a simple .txt file with nothing in it. When I use get line it gives...
  2. B

    Blank Line from List

    Hey guys in my template I want to get a line from a list but if the list is blank it spits out a debug error. Now obviously I know the list is blank but as the template runs it will fill up with data automatically. I have a logical if in place to check if the list is empty and if so it uses data...
  3. B

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    Yes you are right it would make developing and debugging way easier. Hard to believe you posted this 6 months ago and nothing like this has been added yet. A pretty much identical request for this feature has also been discussed here...
  4. B

    Mental Power Video Tutorials [Basic to Advanced]

    Thanks for that tutorial, I haven't needed to do math captchas yet but it's only a matter of time before I do. I was surprised it was so simple to use the javascript action to do the math. About your suggestion to use firebug. If you use chrome you can right click the page and click 'inspect...
  5. B

    [BIG TIMESAVER!!!] Speed Up The Debug Process

    This is one awesome update idea. A must really. How annoying is it when you run a template, it registers ok and it completes the email processing but then fails on a step that comes after it when you want to setup your profile, change templates etc. During debug If we could edit actions and...
  6. B

    CapMonster Tutorial

    Good stuff, I was stuck for ages wondering what the problem was with it as well. Anyways I'm now on 7% so thats a 3% percent jump in just over an hour. At this rate my super simple captcha running at the fastest training possible should be done in about 31 hours... :eek: Crazy really, the...
  7. B

    CapMonster Tutorial

    Hey lokiys i had the exact same problem and support helped me out. I was sure it was a bug but you actually have to click the text as shown below before the next button becomes clickable. Credit to Supo for the screenshot :)
  8. B

    CapMonster Tutorial

    That's true but on some sites where I find a really simple captcha It would be great to have some modules you could throw in and do it all the same, especially if you plan on using 10's of thousands of captchas. The only reason I asked about it is that I am currently training capmonster for a...
  9. B

    CapMonster Tutorial

    Did any of the test data ever get released for capmonster? It's a great piece of software but it would be even better If it came with trained modules already the zennolab team of already worked on. I'm sure guys did a lot of training for most if not all the captchas above right? Thanks
  10. B

    How do IF block works ?

    I was just trying this out for myself and your pointers rostonix helped as always, cheers Here is a test template that does this. It takes the articles from the 'yourarticles' folder and then reads one at a time. I also added the write text action to save the text into output.txt. Run it in...
  11. B

    Mental Power Video Tutorials [Basic to Advanced]

    Thanks for taking the time to create these videos. I've learnt enough on my own to use the program in all sorts of ways already but look forward to some of your advanced tutorials when you get around to them. I agree with all the tutorial ideas sanind mentioned above. PS If you can please try...
  12. B

    New build 4.0.5.0 (27.06.12)

    @TK421 Yeah I thought it was pretty ridiculous too. It's not good enough that he is selling his email software in his sig but he now wants his own forum here to develop his email software into a replacement for the ZP one. :huh: I'm sure the ZP developers would love him to take a chunk...
  13. B

    Keystrokes/Mouse Emulation

    Let's hope they add it soon so or there is no reason to have the action there. Looks like someone knows how to use it though :) http://zennolab.com/discussion/showthread.php?5697-first-1-to-5-time-s-success-then-always-failing Yeah that is exactly what I have tried doing already and it doesn't...
  14. B

    Keystrokes/Mouse Emulation

    Sure is :) I know it's not the first time someone has tried to do it but that's what makes it a perfect challenge to try and overcome with ZP4. Have you ever had a go at it bigc? I'm looking into Sikuli now as a possible way to type into these fields. I presume you compile those scripts and run...
  15. B

    Keystrokes/Mouse Emulation

    Hey can anyone help me out using keystrokes and mouse emulations? On a flash website I am trying to automate I can use the new search for image feature to get as far as the registration form but I can't use it to click the form fields it seems. The good news is the first input in the form...
  16. B

    Debugging Error

    Try it with the latest beta 4.0.3.1. Everything is running a lot better for me in this version.
  17. B

    how to choose only 1 verification email

    I also need to figure this one out. I use a catchall email and then have one email account where I confirm all accounts. The emails from some sites come with the same title etc so there is no easy way to pinpoint a single email to search for the verification link. My plan was to have zenno...
  18. B

    PM // Email processing

    It doesn't matter how many words I use it still gives that response. http://www.screencast.com/t/qP5GHqqFY
  19. B

    Constantly crashing

    Ok so projectmaker is crashing every time I run the debug now in the latest version released today 4.0.3.0. I cleared all my log files. Opened up PM again. Ran the debug and a few steps in it stalls and then crashes the program. Here are my log files for this crash. Nothing was added to...
  20. B

    Constantly crashing

    Hey rostonix I did that. Crashed a few times since. Edit: Still crashing with version 4.0.3.0. Twice now in 10mins. Tell me is anyone else having problems with capmonster? I can draw around captcha characters but I can't fill them in like he does in the tutorial video. I tried hooking up a...
  21. B

    Constantly crashing

    I just wanted to start a thread to tell you guys that project maker keeps stalling and then crashing when I run it in debug mode. Sometimes it runs OK and then other times it just stalls and crashes. I am not sure what is causing this but it has happened at least 10 times now during debug.
  22. B

    Zenno MP Weekend for me and some tutorials posted on my page

    Thanks that was great tseonami. It was cool to see how you work in zenno. One thing I would have liked to see you do in the video is add the loop to check for incorrect captchas since I haven't really got that fully down yet. Maybe in future video's. :) I'm looking forward to your next videos...
  23. B

    Do ZPMP report bad captcha to captcha service?

    html branch logical if Mine are in between '' as you can see. Is that ok as well?
  24. B

    Do ZPMP report bad captcha to captcha service?

    Logically I know exactly what you mean it's just visually I can't do it. In this template the invalidcaptcha branch checks the page for a error message and saves it to a variable. The logical if then checks if that variable == the error message. If it does then I want it to loop back up and...
  25. B

    Do ZPMP report bad captcha to captcha service?

    I can't figure out how to do the loop captcha check in ZP4. Are there any examples that show it? After that I will need to work on submitting the bad captcha's but I am stuck on this template until I can get this figured out. I hope to god when the ZP4 stable version is released it comes with...
  26. B

    making Repeat

    hey rostonix thanks for helping. I'm new to zenno. I had problems getting your example to run at first so I redid the logic loop part in one of my own templates and it loops perfectly. I have a related question for you though. I have a table with 2 columns in this format e.g...