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

  1. 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.
  2. 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.
  3. 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...
  4. 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.
  5. 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...
  6. 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.
  7. 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...
  8. 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?
  9. 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...
  10. 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.
  11. 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.
  12. 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...
  13. bigcajones

    Am I beeing Stupid? Hotmail template

    That's right, just gotta keep on trucking down the line and success will hit you in the face one day.
  14. bigcajones

    Am I beeing Stupid? Hotmail template

    You're not being stupid, just unlucky when you are looking at the page in the template builder. Hotmail has now changed to dynamic document addresses once you are inside the account. I'm sure that you are getting it to click on the options button but after that it fails. You have to put a...
  15. bigcajones

    JS Upload issues

    yosheryosh... you have to set the attribute name as 'value' in order for it to work. Here, I wrote a little one for you use to see how. Of course you will have to change the path to your file in the attribute value field.
  16. bigcajones

    General questions, Scheduler and programming etc

    Set your templates in groups. When group 1 is finished, then group 2 will start.
  17. bigcajones

    Noobi Question

    Just click on the 'Get Started' button and it will take you to a screen that will allow you to set up your account. The personal checkbox will already be checked on this screen so you don't have to do anything but fill out email:pass and website name.
  18. bigcajones

    Remove duplicates from file tool

    Why not do it in Zen? Just change the file names to whatever you want.
  19. bigcajones

    unable to find textarea inside html page

    More than likely the document address is changing per site or every time you load the site. A lot of sites do this (yahoo,drupal,some forum platforms). Unfortunately, unlike form #'s where you can put in -1 to find the element no matter what form it is in, the document address can't be done like...
  20. bigcajones

    General questions, Scheduler and programming etc

    As far as sharing resources, there is a global storage that you can load the information into with one template so that all instances could use it. It is under Macros=> Global Storage.
  21. bigcajones

    General questions, Scheduler and programming etc

    1. Yes, write your C# program in Code Creator and save the project. Then call up the project file in the poster. 2. Yes, just schedule your projects through the scheduler with the number of threads you require. 3. Question for the developers, but I don't think so. I think they have it locked...
  22. bigcajones

    Tired with the different results of Pro Branch Constructor and Debug or ZennoPoster

    That's weird because both of my Hotmail and Facebook templates work just fine. I know that I have to go back and change the Hotmail template every now and then because of them changing the elements, but I can live with that. I had a similar problem to yours when creating some Web2.0 accounts...
  23. bigcajones

    I'm the new guy here, lets do some brainstorming

    Nemesis? Wow! Hit me up on Skype and we'll talk. Crazy busy at the moment promoting viagra to those crazy Canadiens that can't get it up. :o Seriously think a blog network can only help all of us. By the way galacomm, +1 for your EMM program. You have no idea how much time and headache...
  24. bigcajones

    Email Processing Like Magic Submitter - Auto click ALL links in emails

    They are supposed to be fixing this in the next release. All of us are a little frustrated with it, but still the tool is wonderful. In the meantime you can do what a lot of us do. Create a shit-load of emails so that when you run your template the likelihood of one email getting hit by multiple...
  25. bigcajones

    problem importing single private proxy

    www.regular-expressions.info
  26. bigcajones

    Proxy list..

    Try all pages by cool-proxy.net for a starter.
  27. bigcajones

    Problems with Captcha!

    Same here. Maybe it's decaptcher.
  28. bigcajones

    Re-use a random string in another field of the same form

    When you are doing action recording, you can find the value of random text (like a password that is blanked out) by hovering your mouse of the element and then looking in the element properties box. You will see the value that has been inputted and then just copy it.
  29. bigcajones

    Captcha Cut In Pieces - How to Solve?

    With Multiply, I've found that it is better to create your sign up part of the template in code creator and then add emulations to click on the buttons. If you need help with the emulations, look at this thread:http://zennolab.com/discussion/showthread.php?2844-Simulation-keyboard-mouse-events
  30. bigcajones

    what's wrong with my yahoo email create template?

    Add another group into the branch I told you to delete and put in Gcomm's regex with the attribute name href and his value and it may work. Didn't really have a chance to look at all the other things on the page. Yahoo has a habit of changing document addresses on you, so you may have to go to...
  31. bigcajones

    what's wrong with my yahoo email create template?

    In the third branch where it clicks Create new account, either remove the group #0 which has tokens in the url which will change every time you visit the page, or take the url and put it in a regex where no matter what the tokens are, the link will be found.
  32. bigcajones

    Spintax Help : Trying to spin execution results

    That's weird, worked fine for me. I tested it using your string. Are you putting it in the macro like this? {-String.Spintax-|-{-FieldData.FieldData-|-●7●5●5●3●6●4●-|-≡8≡4≡1≡9≡9≡8≡2≡9≡3≡-},{-FieldData.FieldData-|-●7●5●5●3●6●4●-|-≡1≡8≡7≡5≡7≡4≡4≡9≡6≡3≡-} {We|All of us|We all|Most...
  33. bigcajones

    Stopping Instance

    If you hit either one, the instance is going to continue the template until completion or failure. You can hit pause and it will pause the template. If you close the instance, you will get an error message that you will have to start ZP but I found this to be not true. You can start another...
  34. bigcajones

    Can some1 help me with email verification from bebo dot com

    The regex in the email processing step will only choose the first (0) match which is the confirmation link. And your regex should look like this: (?<=\<a href\=\")http:\/\/sg\.bebo\.com\/wf\/click.*(?=\"\>)
  35. bigcajones

    How to choose random theme in wordpress.com blogs?

    It's easy. I was going to put up a vid to show you how to handle it, but my stupid computer at work just can't handle Camtasia real well. You could do this a few ways, all using the power of the ProBranchConstructor. Now you could do like HB says and choose a random theme by using the image...
  36. bigcajones

    Simulation keyboard/mouse events

    I think what he is asking Shade is this. We are running a template built in XML. In ProjectMaker, how do we call our CodeCreator code into the template. So if I have a complicated XML template and I write the code for Emulations in CC, how do you make the CC code work in the XML template? I've...
  37. bigcajones

    Zennoposter and Twitterfeed

    Record the template first. Then change the attribute value in the template editor. If the regex is not working in the PBC, copy the link into the regular expression builder and try it that way first, then take the regex you get from there and copy it into PBC and see if it doesn't work that way.
  38. bigcajones

    Zennoposter and Twitterfeed

    Use the regular expression value /d+ for any number strings in your urls. EG; http://thisismycoolwebsite/user?=433085085 would end up being http://thisismycoolwebsite/user?=/d+ in your field attribute value where you are trying to press the button. Make sure you set it to regex and not text or...
  39. bigcajones

    Looking for a Tutor

    Added you back. I will let you know on Skype when the next session is. More than likely it will be this Sunday. Last week I was too busy making money. :p
  40. bigcajones

    Pause Macro Specifics ???

    Man, you Canadians! Not happy with a dollar. Gotta have a dollar and a dime.
  41. bigcajones

    Saving urls problem

    Take the result of that and add branch Get=>Macros=>append line to file=>whatever your text file is=>Result of get url branch
  42. bigcajones

    Can't install on Windows Server 2008 R2

    I believe you need .NET 3.5 to run Zenno.
  43. bigcajones

    Need help for verified verification email

    Yes, the email verification is a problem. All of us are hoping that it will be fixed. I use GComm's Email Master program to handle the problem when I'm trying to work a bunch of sites with one email. I also handle multiple sites with multiple emails when running the rest. You can do either. I...
  44. bigcajones

    Need help for verified verification email

    Did you see this one here? : http://www.youtube.com/watch?v=_4qJoe1lXoQ.
  45. bigcajones

    Looking for a Tutor

    Hit me up on Skype and if you have problems, I'll help you get started. If you want to join in on the meetings, that's fine, you will probably learn something that you will need down the road.
  46. bigcajones

    Looking for a Tutor

    Yes, we will be having a meeting this Sunday at 1:00 PM CDT. I'll add you to the group on Skype so that you can get the link when I post it.
  47. bigcajones

    Client Needs FB and Twitter Posts

    Hey guys, I have an offline client that needs a url posted to FB and Twitter. He's looking for around 200 posts to at least 10 different accounts. He's also a member of the forum here and asked me if I would help him. If you can, PM me or hit me up on Skype. Thanks, Clint
  48. bigcajones

    How to save email:password in txt file and continue to next line?

    Macro should be: {-File.AppendString-|-C:\Users\user\Desktop\Zennolab Files\project6\accounts.txt -|-{-FieldData.FieldData-|-●7●3●4●2●2●6●-|-vc-6183-}:{-FieldData.FieldData-|-●7●3●4●2●2●6●-|-vc-2113-}-|-true-}
  49. bigcajones

    HTML element isn´t found, according to the search criteria

    Usually, you will have match #0 if that is the only element on the page with that attribute. That won't always be the case. If you were to use the branch constructor on a page that has more than one button, or more than one form with the the the tag name input:submit, you would have to choose...
  50. bigcajones

    HTML element isn´t found, according to the search criteria

    Since the attribute value can be a regular expression Mike you can use 'all' to get the results, but I don't think that will give you exactly what you want. Without seeing the page and testing it, there might be a couple of ways to handle it, not sure if it will work because I've never seen that...