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

  1. bigcajones

    How would you build a youtube video downloader with ZP?

    JP, you should just put the value C:\Python27\; in your PATH variable. Let me put up a vid for you to look at to show you. This value should corespond to where Python is installed on your computer. If you installed it in your documents folder then the path would be different. I installed mine in...
  2. bigcajones

    How would you build a youtube video downloader with ZP?

    Did you add the path to python in your PATH variable? C:\Python27\;
  3. bigcajones

    How would you build a youtube video downloader with ZP?

    I have python installed in my root directory. That's strange that you get the message about 16 bits because I have it installed on a 64 bit system. I had installed Python a long time ago for something else so that may be the problem. Sorry I didn't think of that. I do believe you can Python...
  4. bigcajones

    How would you build a youtube video downloader with ZP?

    That may be the problem. I would suggest disconnecting that part of the template and just inputting a youtube url in the own code part of the program and see if that works. I built this for a certain purpose and it's not necessary for you to do that for the code part of the template to work. Try...
  5. bigcajones

    How would you build a youtube video downloader with ZP?

    It's working for me. It may be a path problem. You may have to add the exe to your Path in order for it to work. Try that first and see if that helps. If you don't know how to do it, here's a tutorial. http://geekswithblogs.net/renso/archive/2009/10/21/how-to-set-the-windows-path-in-windows-7.aspx
  6. bigcajones

    Regex Manual ?

    Here's a good reference for you to use...www.regular-expressions.info/reference.html
  7. bigcajones

    How would you build a youtube video downloader with ZP?

    yes, that's exactly what you do JP. Unzip the youtube-dl.rar file and put the youtube-dl.exe in your root directory to use the code that I gave you. I found it best to save the vids in a folder in the root directory also. Here's a little template that I did that will take your scraped urls and...
  8. bigcajones

    google suggestions craper

    We must've got it about the same time. Here's another option. Use a Rize=>Html element right before it and do a 'focus' for event name. And for anyone watching this thread here's a template for it. Just fill the keyword.txt file with your keywords and the appropriate text files will be generated.
  9. bigcajones

    For what did we open this section?

    User is using the demo, Clients have paid for the program. In order to access all parts of the forum or post new threads, you must buy one of the versions of Zennoposter.
  10. bigcajones

    Help with regexp macro

    Can you give us an example of how to do this Shade? This is critical for doing stuff like scraping google suggest and I'm getting an error that says "Macro doesn't have this macros....."
  11. bigcajones

    google suggestions craper

    @archel, that's funny and still working on it. Damn them Googlers.
  12. bigcajones

    google suggestions craper

    That's fine and dandy that you made this bot and want to share it, but many of us have shared templates here without having to give us your email. Would appreciate a file we can download here on the forum.
  13. bigcajones

    How would you build a youtube video downloader with ZP?

    I use the command line tool youtube dl which you can find here... https://github.com/rg3/youtube-dl/downloads Use own program to use youtube-dl like this... "C:\youtube-dl.exe" -o C:\vids\WHAT YOU WANT To NAME YOUR FILE.flv "YOUTUBE URL GOES HERE" Of course, youtube-dl.exe will have...
  14. bigcajones

    How to insdert username:password

    {-File.GetString-|-\Resources\USER:PASS.txt-|-random-|-false-} {-String.Split-|-RESULT OF ABOVE BRANCH-|-:-|-0-} for username {-String.Split-|-RESULT OF ABOVE BRANCH-|-:-|-1-} for password
  15. bigcajones

    How To Use Loops In CC

    Bump
  16. bigcajones

    How To Use Loops In CC

    Alright all you programming wizards out there (Shade) maybe you can help this newbie to C how to do this. As we know, dynamically created document addresses are a pain in the ass. Combine that with a site that has to use emulations to fill in text before a button is available and we have the...
  17. bigcajones

    Regex not getting all results

    put '-|-all' for the match number and it will return all results {-RegExp.RegExp-|-{-FieldData.FieldData-|-●3●5●1●9●5●6●-|-≡8≡2≡0≡8≡2≡9≡8≡2≡-}-|-(?<=View details for\s)[^\"]+(?=\")-|-all-}
  18. bigcajones

    False exit not work - macro determining if file exist

    Yes, with the macro to check if a file exists, you must have a logic operation in the next branch to determine true or false. You can set this to whichever you need to continue the step.
  19. bigcajones

    Looking for a Tutor

    yes of course. Add me on Skype and let me know your username here when you ask and I'll add
  20. bigcajones

    Twitter registration

    You don't do it manually. You split the email and pass out of a text file and then use the results of those branches in the login and password field of your email processing step.
  21. bigcajones

    E- mail validation with password ? How ?

    sorry
  22. bigcajones

    I have tried a lot!!! but still i am not??

    thought i had it but i didn't
  23. bigcajones

    Macro for IF {anything} exists ?

    Gcomm, if you put in: '{-FieldData.FieldData-|-●2●9●6●0●3●5●-|-≡1≡0≡2≡0≡1≡1≡0≡0≡0≡1≡-}'=='' will return true if your result is null. Or you could take off to the great white north and use an unsuccessful branch exit off of: '{-FieldData.FieldData-|-●2●9●6●0●3●5●-|-≡1≡0≡2≡0≡1≡1≡0≡0≡0≡1≡-}'!=''
  24. bigcajones

    E- mail validation with password ? How ?

    In my regex there is a space after password: and before the value. May be on the sites you are working on there is no space. In the regex builder, highlight and copy everything before the password and paste it into the field 'this appears before required text' and the regex builder will create...
  25. bigcajones

    How To Go From Step To Step

    Okay Shade, how do you carry variables over to next step? When I create a variable in Step1 like string password = ..... and try to use it in Step2, I keep getting an error that says: "The name 'password' does not exist in the current context" in Debug for Step2. Here is a simple one to show you...
  26. bigcajones

    "No messages found" - Problem

    It's All Greek To Me!
  27. bigcajones

    CSV Files?

    Yes, you can save your files as csv. In macro it would look something like this; {-File.AppendString-|-\Results\Name.csv-|-url,username,password-|-true-}
  28. bigcajones

    Looking for a Tutor

    Yes, hit me up on Skype: iamthedarkwiz and let me know your forum username and I will add you to the group.
  29. bigcajones

    How to subtract one from a URL with Counters?

    I just had him set up a regex to scrape the page for the newest user ID. Then another to pull the ID# out. Loop to subtract 1 from the result of that and then simply plugging in the counter value to the end of the url. Easy PEEZY.
  30. bigcajones

    "No messages found" - Problem

    Maybe the website sending you the message doesn't send it within the three and half minutes that you have the time set for. Try setting the times longer. Either that or your regex to find the message isn't right.
  31. bigcajones

    How to subtract one from a URL with Counters?

    No JavaClint!
  32. bigcajones

    E- mail validation with password ? How ?

    You have to use a regular expression to get the password out of the email. Usually on sites like this it is...(?<=password: ).* Then take the result of that email processing step and use it as the value for the password field in the login page.
  33. bigcajones

    Do I Need To Restart Zenno Everytime ?

    You have to delete the template out of the Zen interface and then reload the template whenever you change it.
  34. bigcajones

    Social bookmarking list?

    Here's a start. http://www.reddit.com/ http://www.folkd.com/ http://blinklist.com/ http://www.corank.com/ http://www.spurl.net/ http://buddymarks.com/ http://www.mylinkvault.com/ http://www.bligoo.com/ http://kirtsy.com/
  35. bigcajones

    Compare an execution result

    Why don't you just put in logic branch '{-FieldData.FieldData-|-●2●4●2●2●3●5●-|-≡1≡9≡0≡8≡0≡1≡0≡9≡6≡1≡-}'=='{-FieldData.FieldData-|-●4●4●7●4●3●9●846-|-≡1≡6≡5≡8≡1≡1≡0≡3≡1≡3≡-}' if both of them are returning 'hello world'? If not, do unsuccessful branch exit to something else. Plus you have two...
  36. bigcajones

    Problem with StumbleUpon template

    Do you have both attributes in your template? If you do, do they both have the same group #. If so, that's where your problem is. If group # is same, both attributes have to be pointing to the same element.
  37. bigcajones

    Problem with StumbleUpon template

    Yes, that's the right template. You don't have to put all of that extra B.S. in your regex, since google.com/recaptcha is the only thing that will match. The template is working fine for me. Captcha shows up in window. The other template the Facebook logo showed up, so I change the attribute to...
  38. bigcajones

    Templates outside zenno program folder - Use relative paths??

    Use the macro {-Project.Directory-}. For example if you want to pull emails for a template, you would use {-File.GetString-|-{-Project.Directory-}\email.txt-|-random-|-false-} and keep all your files that you are using with the template in the folder. Then you can put the folder with the...
  39. bigcajones

    Problem with StumbleUpon template

    It works in the one that I sent you. It didn't work off of what was recorded making the template. I had to go back in and change the element attributes for the captcha image. Working right now with decaptcher as we speak.
  40. bigcajones

    Problem with StumbleUpon template

    Have you checked this one that I just built? The right one is the attachment. The other one had a problem with saving the username. Should work, if not, let me know.
  41. bigcajones

    Checking if an element exists

    sure, if the element is on the page, highlight it, right-click and select presence for selected text. Then when you are in your template editor, the next branch will be the 'True' element. Whatever you want to happen for 'False', create a new step branch off to the side of it and connect the...
  42. bigcajones

    Parsing multiple match in a row (separate by a coma)

    use -|-all at the end of your regex and it will give you all matches.
  43. bigcajones

    creating files and folder on local drive

    I do it all the time GComm. You can use the execution result of a branch to create a directory also. Hold on a sec and I'll show you an example...
  44. bigcajones

    take line from txt

    {-File.GetString-|-\Resources\YOUR URL TEXT FILE.txt-|-0-|-true-}. Just make a backup copy of your Url text file and when it disappears, all the urls have been used.
  45. bigcajones

    wordpress signup: "create blog" button nicht angezeigt

    I don't know what's going on with your template. Did you have a branch where it clicks on the 'No thanks, free blog' link. That's the only thing that I can think of. Here's a signup template that you can use if you can't get yours to work. I have a step to use private proxies and I'm using...
  46. bigcajones

    How can I read this code in Zenno

    If you'll give us a page to look at, I'm sure one of us can help you out. Without looking at example, it's difficult to say what will work. Have you tried focus first?
  47. bigcajones

    creating files and folder on local drive

    It depends on what you are parsing. If the result of the regex includes any characters that you cannot make a file or folder name with, your file|folder won't be created. If your regex doesn't include illegal file characters, just use the macro file append and use the regex result as the folder...
  48. bigcajones

    Puzzled, Confused, Annoyed - Debug Works, Zennoposter HTML element nor found

    You just happened to pick two sites that have dynamic document addresses on them. Sent solution on Skype.
  49. bigcajones

    DOM html different in recording than in template editor

    branch builder=>outertext=>Money=>Rize=>focus In this template I had it focus on Sports, but it's the same deal.
  50. bigcajones

    Checking parsed text in a loop and writing to file?

    in your step where you get the page url, there shouldn't be anything in the parameters box. The parameters box is there for getting page text...etc, not for anything to do with page URL. Remove the branch execution result from there and it should help. Here's the stepID and branch...