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

  1. bigcajones

    (другой софт) as Zenno captcha solver.

    I tried his script also and still no luck. Sent him a message and never heard back. Don't think it was the script because I was seeing the image on my site. Think it had more to do with the (другой софт) settings.
  2. bigcajones

    How can I use actions designer to do this...

    would help if you could give us the site url or a similar one. sounds like a forum to me.
  3. bigcajones

    How can I use actions designer to do this...

    I had this problem before and i just had it fill in all the fields. Since the submit button for registration was different that the search or login button it would go to registration. Kind of a pain, but it works.
  4. bigcajones

    FREE V4 WORDPRESS TEMPLATE

    Unfortunately, zenno doesn't work by clicking the links in the email. You have to regex the links out. In v3 it was easy if you had more than one link in the mailbox because you could regex the whole email out and then regex the links from the result. In v4, I think we are going to have to wait...
  5. bigcajones

    FREE V4 WORDPRESS TEMPLATE

    Here you go guys. This is a recorded meeting that we did showing the new version. In it at 1:35:00 you can see how to do regex in your email. Although, it didn't all go as planned, hopefully you will get the idea. It's long and it's big, but maybe it will help you guys a little...
  6. bigcajones

    New build 4.0.5.0 (27.06.12)

    Whew! Let's just kick back, smoke a joint and let Nau and Dark get this fixed. We know it's a prob, they know there are issues. And all those dissin on the Canadian in here, let me just bring up a point. Galacomm came in here and gave us a solution to a problem that was an issue in V3. Isn't...
  7. bigcajones

    first 1 to 5 time's success, then always failing

    Have you checked that the document address is not being dynamically generated? Or are you use form # -1 to find the forms. When using proxies the site is served differently depending on the server receiving it. These things have to be considered.
  8. bigcajones

    Keystrokes/Mouse Emulation

    Sounds like pinger.com. Or maybe I'm mistaken. Have you tried using Sikuli to do what you are trying to do?
  9. bigcajones

    New build 4.0.5.0 (27.06.12)

    What is up with the email processing? What the hell is this missing protocol error that I'm getting every flippin time? This is ridiculous guys. Give us back what we had before as far as email processing is concerned. Why ruin a good thing to make it prettier. It's not working for us.
  10. bigcajones

    FREE V4 WORDPRESS TEMPLATE

    Email registration has pause built into it.
  11. bigcajones

    how to choose only 1 verification email

    To be honest with you guys, the way most of us have solved this is to run your templates with multiple(100's) of email accounts so that the likelihood of two threads hitting the same email account is rare. Don't know if that helps any, but let's face it that Zenno needs to have a different email...
  12. bigcajones

    Captcha Image Not Fully Loading

    Yeah, that's not the problem there Tseo. I know how to get a captcha image and it works perfectly in V3. This is a bug. The captcha window is not showing both the words in recaptcha. Not every captcha that I've found, but some of the ones that work in the previous version. Sent it to developers...
  13. 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...
  14. 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...
  15. 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...
  16. 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.
  17. 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.
  18. 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?
  19. 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...
  20. 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.
  21. 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...
  22. bigcajones

    Tracking Code!

    The sky is falling! Newbs
  23. 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.
  24. 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.
  25. bigcajones

    Looking for a Tutor

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

    String.Split

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

    Wallinside - Can't click 'Create Blog' button

    Thanks DJ for this. Hopefully this will help our moderator out.
  28. 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...
  29. 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...
  30. 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.
  31. 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.
  32. 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...
  33. 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...
  34. 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.
  35. 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...
  36. 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.
  37. 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...
  38. bigcajones

    Need Help Please.... Complicated Macro

    use -|-all for the regex match and it will give you all the matches.
  39. 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.
  40. 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...
  41. 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.
  42. 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...
  43. 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.
  44. bigcajones

    Can't log in to tumblr.com

    Worked fine on my end. Maybe it's your IE. I use 8
  45. 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...
  46. bigcajones

    PHP Captcha

    Capmonster won't solve these type of captchas. There is too much variation in the text.
  47. 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.
  48. 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.
  49. 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...
  50. 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...