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

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

    General questions, Scheduler and programming etc

    Set your templates in groups. When group 1 is finished, then group 2 will start.
  5. 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.
  6. bigcajones

    Remove duplicates from file tool

    Why not do it in Zen? Just change the file names to whatever you want.
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. bigcajones

    problem importing single private proxy

    www.regular-expressions.info
  14. bigcajones

    Proxy list..

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

    Problems with Captcha!

    Same here. Maybe it's decaptcher.
  16. 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.
  17. 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
  18. 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...
  19. 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.
  20. 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...
  21. 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...
  22. 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.*(?=\"\>)
  23. 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...
  24. 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...
  25. 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.
  26. 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...
  27. 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
  28. bigcajones

    Pause Macro Specifics ???

    Man, you Canadians! Not happy with a dollar. Gotta have a dollar and a dime.
  29. 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
  30. bigcajones

    Can't install on Windows Server 2008 R2

    I believe you need .NET 3.5 to run Zenno.
  31. 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...
  32. bigcajones

    Need help for verified verification email

    Did you see this one here? : http://www.youtube.com/watch?v=_4qJoe1lXoQ.
  33. 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.
  34. 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.
  35. 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
  36. 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-}
  37. 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...
  38. 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...
  39. bigcajones

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

    This is what I do just to make sure the element is found. Open your template in the template editor. Now go in the action recording on the web and go to the site like you were building a template. When you get to the point where the id is failing, look at all of the attributes and their values...
  40. bigcajones

    Scraping links from multiple URL's BUT does not have the domain name in source code..

    Try this. Get the page url (Get=>Webrowser=>Get page URL) Parse with regular expression .*\/ which will give you the domain of the root...http://www.thisdomain.com and then when you save your file, take the result of that branch and the result of your parsing branch and put them together...
  41. bigcajones

    What to do when action recording doesn't pick up a particular click/action?

    If you are having this problem, learn to use the Pro Branch Creator. By using it, you can not only make sure that it is searching for the right element, but when it does click the link, you make sure that it is recorded to the template by pressing 'Add to template'.
  42. bigcajones

    Best way to get a page urls?

    You have to go the profile page in order for you step 2 to work. You should take the result of step 1 and Set=>Webrowser=>parameter value:{-FieldData.FieldData-|-●4●6●4●2●9●2●-|-re-1899-} Then do step 2 without putting anything in the parameters value. Or if you can get the link in step 1 to be...
  43. bigcajones

    Where i can get source for the proxy?

    Here's a good video that shows you how to find them. http://www.youtube.com/watch?v=o_NMkQgK1PY
  44. bigcajones

    Multiple Sites Registration Question!

    Welcome to Zen my friend. 1. This easy to do. I have a list of 4500 sites that I use in one template. The easiest way is to make a backup of the file first. Then put a branch in front of the branch where you Set=>Webrowser=>Go to page. Use the macro Files and directories=>Take a line from the...
  45. bigcajones

    How To Go From Step To Step

    Thanks HB, just what I was looking for. I haven't done it in a while, but I noticed the last template that I imported that had email processing, it kept throwing up errors on the regex. I know that you have to add @ in front of the regex, but is there anything else that we need to know to make...
  46. bigcajones

    How To Go From Step To Step

    How do you connect the steps that are brought in from PM to CC when you import? Say you have a template that goes and registers to a site, then gets the email confirmation link and then goes to the confirmation link and continues on with the site. When you import a project, the steps are...
  47. bigcajones

    clicking on link which is defined by another tag than a href

    Have you tried using Innertext for attribute name and the name of the link as attribute value. It would go in the html properties of the branch in the template editor.
  48. bigcajones

    How integrate deathbycaptcha in codecreator ?

    In my template I use Decaptcher services. You need to change the 'using Decaptcher;' to 'using DeathByCaptcha;' and put this in your template: var res = Zennoposter.CaptchaRecognition ("DeathByCaptcha.dll", he, ""); where mine says "Decaptcher.dll"
  49. bigcajones

    How do I get zenno to create a loop taking one line per loop from text file?

    no, the only thing that you can really do is look at the log file to find out what errors you were getting.
  50. bigcajones

    How do I get zenno to create a loop taking one line per loop from text file?

    You can do this two ways. The easy way is to set up the macro take line from file, then delete line 0, use this result in your Set=>Webrowser=>go to page branch. You can set up a loop to go back to the top or you can just let the template succeed and when a new instance is opened, it will pull...