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

  1. bigcajones

    Little sexy label that shows the branch ID

    It is highlighted when in debug. If you minimize the instance you will see the step being wrapped in blue as each step is processed. As far as the poster is concerned, if you look at your log files, you will see exactly where your errors are happening. I use that to debug more that the PM...
  2. bigcajones

    Help making a google places scraper.

    Glad to help.
  3. bigcajones

    Append login details to file Help

    My recommendation is to use multiple emails when signing up to the sites. Since you have so many, this should stop the collision of the instances hitting the email all at the same time. This has worked for me in my forum profile creation template. When you have more than one instance hitting the...
  4. bigcajones

    Easiest way to solve a simply math equasion ? 5 + 9 = ???

    I don't even do that gcomm buddy. I just find the element(div tag or whatever) and right click on it for the branch creator. Set it to GET and copy it to the template. Then go to the field where the answer goes and do the same thing and set it to SET and copy to template. Fill in the field so...
  5. bigcajones

    Append login details to file Help

    Should be Get=>Webrowser=>Get page text=>in the parameters field, Thank\ you\ for\ registering Next step would be: Set=>Logic Operation=>'{-FieldData.FieldData-|-●8●2●3●7●1●1●-|-tp-5427-}'!='' Those are 2 single quotes at the end('), then you would have off a successful step your...
  6. bigcajones

    Great Email Providers for Zenno

    Not that I know of, but you can buy gmail mail accounts by the hundreds on Fiverr and then use the GmailDotGenerator supplied on the forum here to make thousands from those. I have included it above so that you don't have to search through the forum to find it.
  7. bigcajones

    CapMonster building it from scratch?

    There are guys on the forum that have given CapMonster pictures, you just have to search for them. Otherwise, you will have to pull the images yourself when you are running the templates until you have enough to run through Capmonster. Hungry Bulldozer has a video tutorial that will show you how...
  8. bigcajones

    Help making a google places scraper.

    Here's the video on Youtube that shows you how to parse a page with multiple regular expressions. http://www.youtube.com/watch?v=OFdd91R4L9o
  9. bigcajones

    Looking for a Tutor

    Yes, we are having a meeting at 2:00 CDT. If you have any questions, PM before the meeting or have them ready for the meeting. We are going to try Mikogo again and see if we don't have any software glitches. If all else fails, we'll do Teamviewer again. Add me on Skype and I'll get you on the...
  10. bigcajones

    How to create an error log

    The log files are kept in the Log folder. They are named by the date and time.
  11. bigcajones

    anyone made a successful multiply template? cant get ZP to recognize text field

    Have you tried using the pro branch creator and setting the attribute to innerhtml?
  12. bigcajones

    Blue and red cercles and if statements

    The green(successful exit) and red(unsuccessful exit) branches work on every step. For example, if for some reason an input field changes every time you arrive at the site, you could put a successful exit and continue on, or if the field has a different value, step out of the branch(unsuccessful...
  13. bigcajones

    Blue and red cercles and if statements

    The javascript function (if statement action box as you call it) is the test for the text. You don't want to delete this. The logic operation checks the previous step for true or false. If you want to have two actions, you would do it off of this logic branch. If the result is true, the step...
  14. bigcajones

    Help making a google places scraper.

    To get the phone # you would have to put in the regex: (?<=drg:true\,laddr:\")(.*?)(?=\")|(?<=sxph:\"\+1).*?(?=\") The only problem with it is that you will get the address on one match line and the phone# on another. If you want to save all the results on the page, in your step branch you will...
  15. bigcajones

    all emails going to pop folder.. why?

    Try signing into your email account through your browser, then move all the emails from the pop into the inbox. I've had to do this on some of my Hotmail accounts. For some reason when you do this the emails stay in the inbox when popped the next time. Don't know why Hotmail works like this.
  16. bigcajones

    How to input generated users name from a list I have?

    The '>' is a javascript check to see if one value is larger than the other. The logic branch where he has this expression is a JS function to check certain attributes like selected text presence.
  17. bigcajones

    How to set up all the email registrations and only then check for activation?

    Oh man Galacomm, not my friend anymore? :( Didn't send a shout out to my vids? See if I don't keep the honeys to myself. :p
  18. bigcajones

    From registration to account login, how to reuse the password and username?

    No, make a backup copy of the urls somewhere. If you look at the first step in the example I gave you, it takes the first url from the file and deletes it. Then the next time the template is run, it will pull a new url. This works great if you have a bunch of urls and are running a bunch of...
  19. bigcajones

    From registration to account login, how to reuse the password and username?

    Here's how to get the line from the file with the url, delete it and then go to it. The second part is just saving your login info somewhere into a text file after the registration, like after the email is confirmed. This way you know that the account was created.
  20. bigcajones

    how to set a timer before checking for mails?

    In email processing step set the number of seconds you need to wait.
  21. bigcajones

    From registration to account login, how to reuse the password and username?

    What platform are you looking at? If you don't want to say here, PM me and I'll help you out.
  22. bigcajones

    Simulation keyboard/mouse events

    If you want to create an account on YT. Create an email, then sign up for Adwords. You won't ever use the Adwords account of course, but then you can sign up to YT with no problem.
  23. bigcajones

    ZennoPoster Memory Usage Increases & Increases Until it Crashes

    I looked at your template earlier and came up with a couple of conclusions. It looks like ZP is not something out of memory. Could be the variables in the JS. I don't know. I haven't looked at the new template yet, but if I could make a few suggestions. In my limited practice with the JS...
  24. bigcajones

    How to Check If Text on Webpage is Found on a .txt file

    Same idea, just different process. Pull text from file, go to a webpage, pull text from page and parse with regex that includes result of step where you pull text from file. You can also just use the Get=>Webrowser=Get page text step and put the result of the pulling text from file step into...
  25. bigcajones

    How to Check If Text on Webpage is Found on a .txt file

    Great to see someone with some JS know-how. It's nice to learn to do different things or things in a different way. I personally use regular expression for this but this sounds like a wonderful alternative. Thanks crazyflx.
  26. bigcajones

    Unable to Pause Macro recording

    The Stop Recording button at the top of the Action recording on the web should change colors when you click on it to stop recording.
  27. bigcajones

    Help with the understanding of a message

    That just means that you are recording properly. Nothing to be worried about.
  28. bigcajones

    How to input generated users name from a list I have?

    Get=>Macros=>Take line from file Get=>Macros=>Strings processing=>Spintax with the result of the previous step. Or you can put it in one step like this: {-String.Spintax-|-{-File.GetString-|-\Resources\USERNAME.txt-|-random-|-false-}-}
  29. bigcajones

    Hot to setup auto captcha solving

    Thanks GComm, I forgot to tell him about that. It's the little things in life that drive you crazy....
  30. bigcajones

    ZP don't record my click ?

    Have you tried adding a search parameter in the step where you are having the problem. Just click on the '+' sign in the search parameter and add under Attribute name: outerhtml and under Attribute name: <SPAN Id=IL_AD4 class=IL_AD> feuilles de </ SPAN> and select text as the parameter.
  31. bigcajones

    how to save newly created id?

    Add a new step. In this step drag the Get and then Macros into the step. Open the Macros editor. Choose files and directories. Then grab the macro Append Line to File. Then name your file you want to save the results in. Put the execution results of the steps that give you the email and...
  32. bigcajones

    Codecreator to PHP tut

    That would be sweeeeet! Kinda feel like we're left hanging here. Any coders out there that can figure it out?
  33. bigcajones

    How to check words in txt file ?

    Pull a block of text from the file, and then parse it with a regular expression. I think that you can do it in JS, but that's beyond me.
  34. bigcajones

    How to save csv file from keyword tool?

    I don't know player, but I think you may have to put a pause in your template. I tried this before and there is no download link to use wget on. Also, I'm sure you already found this out but when you click the download button, the save\open popup is only there for a millisecond and then it's...
  35. bigcajones

    Looking for a Tutor

    Okay, we will have our first meeting today, Saturday 08/20 at 2:00 CST(Texas Time, lol). If you haven't yet, add me on Skype and I'll add you to the group. I'm going to try Mikogo for the first meeting and see how that goes. I will also see if I can record it in case you miss it. Hope to see you...
  36. bigcajones

    Proxy Rules Aren't Working.

    When you open up the template to run in Zennoposter, are you naming the rule in the tasks execution box that comes up? You need to do this to run it correctly.
  37. bigcajones

    Looking for a Tutor

    Okay, let's get this ball rolling shall we? PM me your questions or something that you would like to take a look at and I'll PM you a GoToMeeting link. Also, let me know when and what time would be best for you guys. Any night would be fine with me, but I would like to pick a time where we can...
  38. bigcajones

    Problem with Gmail password modification template

    Yes, it checks to see if the value is true or not. You can use it for a lot of things, not just text presence. I use it all of the time to see if the webpage is on the right url or not. Also, after doing a regular expression to see if there is a value that matches. I'm not great with javascript...
  39. bigcajones

    Problem with Gmail password modification template

    Your English is fine. This may be what you are looking for. Let me know if it doesn't work. It looks like you checked for an error and then continued your template. You should copy your template recording to the template when you come to a selected presence check. Then you can continue. That...
  40. bigcajones

    parse email message question regarding symbols

    You really don't need all that b.s.([a-z,A-Z,0-9]) to parse your email message confirmation links. All you need is to find something on the link to recognize. Then use .* to parse with. Take this link for...
  41. bigcajones

    How to Grab a password sent to email and use it to login?

    In html it's: (?<=br \/\>Password: ).*?(?=\<br \/\>) (That would be for the site we've been looking at) In text it's usually: (?<=password: ).* Put that regex in your email processing and use the result to fill in the password field.
  42. bigcajones

    Hot to setup auto captcha solving

    In the deathbycaptcha.dll config file(the one that looks like a text file) input your username and password where it says <add key="login" value="" />Put your username between the quotes and the same for the <add key="password" value="" />.
  43. bigcajones

    Looking for a Tutor

    We could get together on Skype, but the only thing is you can't share the screen with multiple users unless you have a Mac, which I don't. Would everybody be okay going with GoToMeeting? I have an account with them. That way if there's a question we don't understand, I could put control over to...
  44. bigcajones

    Looking for a Tutor

    No problem Frank. Let's hit it up a few nights a week and see what we can accomplish. I think we can figure this thing out.
  45. bigcajones

    Looking for a Tutor

    I'll be your Huckleberry.
  46. bigcajones

    pulling user name and password from line

    Here ya go. This is how you do it.
  47. bigcajones

    Any Way to Make One Task Run After Another?

    Put the first template as group 1 and the second as group 2. Then you would set your attempts on each one at how many accounts you would want to create on that template. Hopefully, all will pass through and your accounts will get set up. Then when the attempts are all used up, the second group...
  48. bigcajones

    Execute Multiple Regex / What is the operator ?

    http://introcs.cs.princeton.edu/java/72regular/ and http://stackoverflow.com/questions/469913/regular-expressions-is-there-an-and-operator Don't know if that's what you are looking for. You could just break them down into individual steps.
  49. bigcajones

    [Request For Bigcajones] Video for Pro Branch Creator

    @gcomm Sorry about that. I was tired. Had a sick kid in the hospital all night.
  50. bigcajones

    [Request For Bigcajones] Video for Pro Branch Creator

    @johnmay Okay, this may not be exactly how you thought you should handle the situation and I really didn't use the pro branch creator but I did use the logic processing to show you how to handle comparing webpage text to file text. I hope that it helps you. If you have any questions, just ask. I...