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

  1. bigcajones

    How to grab the first line in txt file and how to save a link?

    Or you can use Get-->Step Branch-->Get-->WebBrowser and then pick in Parameter's name: Get page URL. Save that to your file.
  2. bigcajones

    SolveMedia captcha recignition WTF

    That's weird, when I tried it on another computer something totally different came up. HMMM!
  3. bigcajones

    SolveMedia captcha recignition WTF

    That one's pretty easy. Just go to tree of elements-->right click on the body tag under the document(api.solvemedia) and select 'this is captcha' from the menu.
  4. bigcajones

    A bit of regexp trouble!

    Yeah, by looking at your expression more closely I can see that since you don't have your expression right, it will return everything since there is nothing to stop it from going on to the second line. Try to simplify your expressions a little more. I'm no expert, but I found out that it's a lot...
  5. bigcajones

    checking registration conformation with email

    Here's a little vid I did. Sound quality is not too great but hopefully it helps. http://www.youtube.com/watch?v=_4qJoe1lXoQ
  6. bigcajones

    Any Way To Make Zenno Pause Until A Certain Field Comes Up?

    To make your template pause add a web-action-->step-branch-->get-->macro and then in the macros editor go to work-with-template-->pause-->how many seconds you want.
  7. bigcajones

    res:/ieframe.dll/dnserrordiagoff_webOC.htm#http:// bug in all of your ZP?

    If you are using proxies, I think that this is because the proxy server is not found. Or the instance isn't firing up for some reason. I have this happen too.
  8. bigcajones

    A bit of regexp trouble!

    Here's what I got for the second. I can't figure out how to do a conditional on this. It doesn't work, but I guess you could use both statements. Here's what I put in the regex builder. 1 Stars In Higher Education (University +) - Asked by Ylz - 3 answers - 3 years ago Accountant? ...to do...
  9. bigcajones

    A bit of regexp trouble!

    http://www.youtube.com/watch?v=oJtR5A4B6aQ Vid I did with your example so you can see what I did. You have to remember that .* is wildcard not * If you use the regex builder in PM it will put this in between your look ahead and look behind if that makes sense. Let me work on your other...
  10. bigcajones

    A bit of regexp trouble!

    And the second one I got: (?<=.*\r\n).* Returns: ----------------------------------- match # 0 ----------------------------------- ----------------------------------- match # 1 ----------------------------------- An accountant who handled...it ok to sue the accountant for the penalty...
  11. bigcajones

    A bit of regexp trouble!

    Got this: (?<=\<H3\>\<A href\=\"\/question\/index;_ylt\=.*\=\d+\?qid\=.*\"\>).*(?=\<\/A\>\<\/H3\>) Returns: -----------------------match#0------------------------ <STRONG class=highlight>Accountant</STRONG>? For the first problem. Is that what you were looking for?
  12. bigcajones

    10.000 confirmation Email s

    Yeah Mike I figured out that you have to do the email processing in your loop especially if all of your confirmation emails are parsed with the same expression. Takes a little longer, but you don't lose anything that way. I wish that they would make ZP like other automation programs ie; EVOII...
  13. bigcajones

    How do you use Zennoposter

    I use it to make programs for backlinking. All of the Web2.0 that SENuke and MS don't support. I also build programs that use the backlinks from Paul and Angela and Paulie Ciera. Makes it a whole lot easier to fill in a couple of things in a notepad file and then blast all of my backlinks out...
  14. bigcajones

    Manual Captcha In Zennoposter

    I'm having a problem with Manual capture in Zennoposter. The captcha box shows me the captcha, but there is no field to put it in. If I put it in the instance port, then Zennoposter doesn't follow any more steps. Is this because I'm using the free version. I plan on buying the full version, but...
  15. bigcajones

    How to parse something like this on Google

    I'm having trouble parsing some urls on search results. Here's the string that is in front of the url that I want to grab. <H3 class=r><A class=l onmousedown="return rwt(this,'','','','13','AFQjCNF40fmJQZ5kTibTyTXY_G7xi_3iVg','','0CDUQFjACOAo'). How do I go about tackling the string that is...