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

  1. 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...
  2. 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...
  3. 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.
  4. 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.
  5. 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
  6. 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...
  7. 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.
  8. bigcajones

    how to set a timer before checking for mails?

    In email processing step set the number of seconds you need to wait.
  9. 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.
  10. 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.
  11. 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...
  12. 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...
  13. 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.
  14. 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.
  15. bigcajones

    Help with the understanding of a message

    That just means that you are recording properly. Nothing to be worried about.
  16. 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-}-}
  17. 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....
  18. 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.
  19. 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...
  20. 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?
  21. 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.
  22. 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...
  23. 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...
  24. 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.
  25. 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...
  26. 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...
  27. 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...
  28. 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...
  29. 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.
  30. 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="" />.
  31. 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...
  32. 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.
  33. bigcajones

    Looking for a Tutor

    I'll be your Huckleberry.
  34. bigcajones

    pulling user name and password from line

    Here ya go. This is how you do it.
  35. 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...
  36. 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.
  37. 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.
  38. 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...
  39. bigcajones

    [Request For Bigcajones] Video for Pro Branch Creator

    Sure, I will when I get home. See what I can do.
  40. bigcajones

    Digg Confirmation Problem.

    Are you using multiple email accounts? One per digg account? Are you using different proxies per account? If not, that may be the problem.
  41. bigcajones

    My emails Do not Downloaded Fully

    In the email processing, try to use HTML first and see if your link comes up. If not, click the TEXT link and check. Some emails come in HTML some in TEXT.
  42. bigcajones

    Is this a Spintax bug??

    Why don't you just do what I do and put the spun titles into a different text file. Make it a whole lot simpler for you.
  43. bigcajones

    Check Text Presence Limitation. How to?

    You should try when recording your template, opening up the page text and sending it to the regular expression builder. Then see if there any tags for the fields you are looking at. Then you could just put .* between the <div> fields or whatever you have there. I take a look later and see if I...
  44. bigcajones

    Check Text Presence Limitation. How to?

    Have you tried using a regular expression in the field for selected text presence?
  45. bigcajones

    What to do if the username field is in another form number?

    The problem is the fact that there are three forms on the page with the same input:text attribute. Sometimes the one you want is form 0 sometimes form 3 and sometimes form 1 or 2. I just fill all the forms that way there's no problem. If the form is not there, for some reason it doesn't throw an...
  46. bigcajones

    problems registering an email

    Here ya go:
  47. bigcajones

    problems registering an email

    In hotmail like in gmail you can set up a filter so that your email doesn't go into spam. It's under options=>more options=>rules for sorting new messages=>New=> then set so that if senders email contains @ then it won't go into spam. In Yahoo.co.uk you go to Mail=>options=>mail...
  48. bigcajones

    problems registering an email

    I'm not saying that me or Gcomm are experts, but I personally haven't gotten AOL to work. Had it working and then poof, it was gone. That's why I would suggest that you try a different site. Yahoo.co.uk or Hotmail or Safe-Mail. All of these are easy to get signed up to and they work with pop. No...
  49. bigcajones

    Arghhhhh Total Frustration!! Help!!

    I'm pretty sure this is the problem, most websites don't like you going to the registration page first. You usually have to go through the channels of going to the main site, clicking a link to register. I know that hotmail was giving me fits about this, and there are some web2.0 properties that...
  50. bigcajones

    Digg Button Attribute Value

    You can't just right-click on it and set Rize=>Click in the branch builder?