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

  1. bigcajones

    How do you set loops in your template? How do you convert the template to C# code?

    You would use a counter for this. In MP it is in the variable processing action. Set the counter to 0 to begin with. Then do what you want to do in the template, then add 1 to the variable through another variable processing action. You would set a logic operation to see when the variable...
  2. bigcajones

    Global Variable Problem

    I am having an issue with the global variable. In a template for a client they have to set the value of the variable before starting the template for proper operation with multithreading. When I manually set the variable as a number, in the template I am getting an error when adding the value of...
  3. bigcajones

    Working With Folders

    Okay, so I'm getting used to the new things in MP but wondering what happened to a couple of things while working with folders. 1. Why can we not create a folder while saving the text file like we could in v3. It is a pain creating a folder for let's say a user we created first and then...
  4. bigcajones

    FREE V4 WORDPRESS TEMPLATE

    Thanks DJ. Appreciate you showing what to do and how to use the new version. Maybe it will enlighten some users that are finding it difficult to get around MP.
  5. bigcajones

    Save project maker template

    Why does it take you a long time? Simply control-click on the Template tab and drag it over to the left until you see the docking arrow. Takes 10 seconds.
  6. bigcajones

    Website Bug - Squidoo

    Having the same problem when I recorded the same template. Get the white screen of death after clicking 'Sign Up'. Strange problem because I had somebody else make it from another computer and it worked fine on mine. Is this Win7 problem? Or laptop problem?
  7. bigcajones

    Regular Expression Parsing Not Working for [w\W]

    Got a Regular Expression problem here. When I have a regex that uses the 'Enable Line Breaks' or [\w\W] there is no return of any value in debug. We have tried taking the DOM and saving it to a variable then using the old Regex macro on it. We have tried using the regex in the DOM action with...
  8. bigcajones

    How to emulate "Tab" keystroke?

    Damian, why don't you put an unsuccessful exit from the field it can't find and record the other field. I don't think you would need emulation for that.
  9. bigcajones

    Tracking Code!

    Well, let's see, you have 8 posts on the forum and you are calling out the developers. This would better be served by putting in a request to find out exactly what the tracking code means to one of the developers through PM. Looks like a counter to me and I don't care. Google already has my IP...
  10. bigcajones

    Tracking Code!

    The sky is falling! Newbs
  11. bigcajones

    Please Help, can someone using ZP MP help me to check a field name???

    Script 0;0 may be your problem. You may have to change it to Script 0;variable and set a counter on it to change the variable until the right document address is found.
  12. bigcajones

    Some Pages Not Loading

    Don't know if this is a bug or what, but in V3 i have a template that after you click the 'Sign up' button everything works fine, but in MP the page is blank. Any help here? It's for Squidoo if anyone is asking.
  13. bigcajones

    Looking for a Tutor

    Hit me up on Skype and I'll get you added.
  14. bigcajones

    String.Split

    Here's a sample template using the old macros.
  15. bigcajones

    Wallinside - Can't click 'Create Blog' button

    Thanks DJ for this. Hopefully this will help our moderator out.
  16. bigcajones

    Why is there not an easy way to add private proxies?

    Hey osho. Your private proxies need to be in the form of user:password@ip:port in your text file. And to be honest most of us have had more luck just pulling the private proxies out of a text file in the template and Set=>Setup proxy with the value of pulling a line from the file. Sometimes the...
  17. bigcajones

    String.Split

    @prosperer88 and @sylvio14. What I was saying is drag in a text processing action. In the big box for text put in your old macro .... {String.Split-|-{File.Getstring-|-\Resources\email.txt-|-0-|-false-}-|-:-|-0-} as the value and choose 'To variable' then for the password you would...
  18. bigcajones

    String.Split

    You can use the String.Split macro from the older version in the Variables processing or the Text processing actions. A lot of the old macros will work in there. You cannot use the execution result of a branch from V3 in there of course.
  19. bigcajones

    need help with macros on ZPMP

    The string.split macro can be copied from your old macro in V3 into the variables processing action or text processing action. Just name a new variable to store it in and use the link to the variable wherever you need the string.split result.
  20. bigcajones

    Setting up private proxies

    I have tried setting the proxy by pulling from file, adding to list and then using the variable in the Settings action under Set Proxy but it is giving me an error saying the input string is not valid. How do we pull private proxies from files and use them for our templates. I may be missing...
  21. bigcajones

    Captcha Image Not Fully Loading

    I am having an issue with the captcha image box not showing the whole captcha so the captcha solving service can't see both words on recaptcha. Thus I am getting an error from the site that the captcha text is wrong. On my V3 the image is shown fully but on the MP it is not. I have tried...
  22. bigcajones

    Table Processing

    I got it to work by using colons in my text file but a comma separated didn't work. I can get lines of text no problem.
  23. bigcajones

    Table Processing

    Seem to be having an issue with the table processing. Since we don't have the string.split macro anymore, I'm figuring that this should work like Ubot table handling, but when i read a cell the whole line is input into the variable. Maybe I'm doing something wrong but I use Ubot also and this is...
  24. bigcajones

    How to catch (match) an input with tabindex ?

    Hit me up on Skype scrat and I will show you what to do in Branch Builder to find the element. Or you could let us know what site it is. Without seeing the page we can't really help you find the element you are trying to get.
  25. bigcajones

    Thinking of buying when can get help with this question

    @scrat... don't worry about AOL. There are a lot of us that use other email providers other than AOL because of the problems with it. Time to move on my friend and start working on your templates rather than suffering the frustration of ONE site that zenno won't do. I have a hotmail creation...
  26. bigcajones

    Need Help Please.... Complicated Macro

    use -|-all for the regex match and it will give you all the matches.
  27. bigcajones

    How to get data from Input Box.?

    If you mean that you are let's say inputting a macro in an input box like... {-Person.HumanLogin-|-[Eng|4][RndNum|1970|1990]-} then you would use the execution result of that branch as the data.
  28. bigcajones

    Need Help Please.... Complicated Macro

    Robert, You can use the variables in a text file with a pipe between them and use that as a regular expression to find if one of them is on the page. So if you were looking for something like.... cat or dog or mouse or giraffe or elephant you would have them in a text file like this...
  29. bigcajones

    Pinterest - Upload Images?

    if you right click on the box and use branch builder, put the path to any image on your computer as the attribute value and value as the attribute name. Should work, does on mine. Then in the template editor you can change the value to a file out of a folder like was explained above.
  30. bigcajones

    Just Curious.. Do you own ubot ?

    veeco, I can tell you that I use both Zenno Pro and Ubot. The majority of my work is done in Zennoposter because of its versatility and ease of use with the macros. Loops, logic operations and the ease in changing the template when needed are the main advantages. If I run into a flash problem or...
  31. bigcajones

    Do you use text ZennoPoster manuals?

    Hey HB, if you put up a poll, it would be nice if we could vote on it. I can't vote either.
  32. bigcajones

    Can't log in to tumblr.com

    Worked fine on my end. Maybe it's your IE. I use 8
  33. bigcajones

    Such a powerful tool and still lacking related resources

    @a2mateit... I believe that is Russian speak for 'NO'. @jamesbrew... who said we were spammers? lol. A lot of us use zenno for other things besides spamming. The reason that the opportunity to post new threads from non-buyers is because this is a support forum. We had a butt-load of spam...
  34. bigcajones

    PHP Captcha

    Capmonster won't solve these type of captchas. There is too much variation in the text.
  35. bigcajones

    About Merge CAPTCHAS

    That's weird because HB's template worked fine on my end also. May be your IE version throwing this out.
  36. bigcajones

    Delicious captcha not showing

    then use outerhtml as attribute name and 'reCAPTCHA challenge image' as text as match and match #0. This seems to give you only one match. Sorry I haven't looked at delicious in a few months.
  37. bigcajones

    Looking for a Tutor

    Hit me up on Skype. We have a group set up already. I haven't been able to do a group meeting due to family health issues and work. I have been working weekends helping an old friend get a pergola built before his wife passes so that she can enjoy it. I still help people one on one and there are...
  38. bigcajones

    Delicious captcha not showing

    Try using outerhtml and regex to call the captcha image and not just the img tag. Sometimes the header will show in the captcha window or some other part of the page. For instance, if you are on a site using Recaptcha, it is better to use attribute name outerhtml and attribute value of...
  39. bigcajones

    Can Zenno Open Internet Business Promoter 11 (IBP)

    Zennoposter can run commandline tools through the 'Own Program' step and will start programs if you want it to, but it cannot control the program itself. You could probably start IBP with zenno but you would have to do all of the adding and running reports through IBP itself.
  40. bigcajones

    Making a hotmail template

    Here's the newest template. If it quits working just let me know and I'll fix it.
  41. bigcajones

    Profile Setup on Squidoo - Can't upload an image?

    I haven't checked out the page but don't they have a basic uploader? If they do, then zenno can handle it without a problem.
  42. bigcajones

    Proxy rules

    I don't use any rules for creating hotmail accounts. Just let it run overnight and then let the accounts sit a day to make sure they get rid of the bad ones for you. Then I go in and set up the email. Just remember this, that you will create 100 accounts but only 50-60 will be viable. If you...
  43. bigcajones

    Making a hotmail template

    The template I shared is old. Hotmail changes all the time. I will check my current one and make sure it is working and send it to you in email.
  44. bigcajones

    Regex problems

    Houston here! Done a lot of work in Dallas though.
  45. bigcajones

    Regex problems

    you need to have a logic branch after doing the regex to check and make sure you have some text in result. Otherwise, you will be saving an empty string to the file.
  46. bigcajones

    math captcha

    Here you go googlemonster...
  47. bigcajones

    How to change email branch parameters? [login]

    Use the execution result of the branches where you are pulling the email and email password and input that into the fields in the email processing step.
  48. bigcajones

    Tumblr Template

    Have you tried IE8? I had no problems with it recording. I had to downgrade to IE8 because of the problems zenno was having with IE9.
  49. bigcajones

    Using same branch over and over?

    You would use a randomly generated variable name that only that thread will be using.
  50. bigcajones

    E-mail Processing Delete Problems Solved - Email Master Program V.1.0

    Well Gcomm. I know that my license hasn't worked since before Christmas. Gave up on you guys. I know you are busy so hit me up when you have a chance. And yes, the program is easy to use especially for us Texas monkeys anyways. Just had to do a little adjustment with the template you guys supply...