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

  1. bigcajones

    Filtering & choosing random search results?

    The problem with your logic operation is that you have both actions following it coming off of Successful Execution. If there is an action attached below another one like you have here with the goto ebay, that is a successful exit. You also have a successful exit coming off of the logic branch...
  2. bigcajones

    Proxies not working in Projectmaker - ZennoPoster v4.3.6.0

    private proxies need to be in the form of user:pass@ip:port for zenno
  3. bigcajones

    Set Proxy wont work - Would love some help

    Proxies for zenno have to be in the form of user:pass@ip:port
  4. bigcajones

    Filtering & choosing random search results?

    Save your results to list. Then do list processing and get row count. Then logic branch if row count < specified amount do something else. If more than specified amount another list processing and pull random line from list.
  5. bigcajones

    Bulk Email Processing

    Here's a free sample of it for you. The email and wordpress site will cost you dearly though. :p And just to show how it can be done, the table is named Tabl1 and lo and behold it still works! Imagine that.
  6. bigcajones

    Bulk Email Processing

    No typo if you name your table Tabl1
  7. bigcajones

    Newbie needs help please. XML file

    Here, maybe this will help you learn a little faster.
  8. bigcajones

    Newbie needs help please. XML file

    XML templates are for version 3. If you want to use it in MP then when you go to open it, hit the down arrow on the popup and choose v3 template and it will convert it. http://screencast.com/t/tncoXLaGSyT
  9. bigcajones

    Getting Content frm Multiple Txt Files

    You can use wordprocessing to do it either way. If you want to save the title as a variable, use regex in the word processing action and use FIRST as the match. If you want to save the title to a list, use ALL as a match. http://screencast.com/t/SiM2KgaHB -List...
  10. bigcajones

    Make several replacement

    Here you go Jen, the replacement string can't be a space. You have to use {-String.Space-}b in order for it not to fail on you. You can use spaces after letters in the replace function but not at the beginning.
  11. bigcajones

    problem with accents

    Well why doesn't Zenno MP save files in utf-8 like it did in version 3. Did you guys miss something?
  12. bigcajones

    [SOLVED] tables from files, only the first 14 lines loaded

    That table view is just a preview of what your table looks like. All your lines will be added believe me.
  13. bigcajones

    Private proxies show as not working

    Pull them from text files. Best and only reliable way for privates.
  14. bigcajones

    hotmail body message

    Maybe dynamic document address problem that you have to account for.
  15. bigcajones

    Hide or change DNS when use proxy

    Change the referrer in the go to url box.
  16. bigcajones

    Gmail + Youtube Phone Verfied Account Creator [Updated Version]

    I let him know. They are having power problems today. As soon as he can get on he will send it to you.
  17. bigcajones

    Up to 2000 free templates!!!!!!

    We tried this in version 3 and nobody wants to do it. For one thing the reason we bought zenno is so we can do work on sites that everybody else doesn't use. People are not going to share their top sites with other people. Plus the fact like Indy said you will have 5% of the people doing all the...
  18. bigcajones

    How to Automate Drupal Sites.?

    I know the best way to sign up to the sites is with (другой софт). It will breeze through them like butter. As far as the attributes, Drupal has a bunch. Not only do some of the field names differ but also you have to take into account the language. I have a Drupal comment poster in v3 and it was a...
  19. bigcajones

    Loading doesn't finishes in browser

    Amen brothers! I have noticed a significant improvement but not quite up to speed yet.
  20. bigcajones

    Keystroke emulation... down arrow?

    {DOWN}. Hit ctrl-space in the box and it will show you the emulations
  21. bigcajones

    Cant change Attribute name in Action designer

    You can always type in the attribute name. For instance 'class' is not in the dropdown but you can use it by typing it in the box.
  22. bigcajones

    Either Or Question

    yeah, that's strange
  23. bigcajones

    Either Or Question

    You can use OR. Just put a pipe between your inputs for logic.... Email\ sent|Confirmation\ sent
  24. bigcajones

    Emulating "Ctrl+V"(Paste)

    Why not just set your emulations in the More tab to speed. Then it will look like pasting text.
  25. bigcajones

    how do I find sites with similar urls to scrape 10,000 NAP's per day

    Scrapebox for the urls. And then you just need to visit the urls with Zenno and find the contact page, use Dom text and regular expressions to find the information you seek.
  26. bigcajones

    I dont know how to do this simple thing

    green dot on the bottom left of the browser instance.
  27. bigcajones

    How do you guys handle with form that have different document number??

    Maybe this thread will help you guys. Sorry, I should have put up a video about dynamic document addresses a long time ago... http://zennolab.com/discussion/showthread.php?7289-Problem-trying-to-open-emails-in-hotmail-com-and-yahoo-com&p=41563&viewfull=1#post41563
  28. bigcajones

    [SOLVED] article import charset Bug

    Save the file that you are using for posting as UTF-8 and it should take care of this problem.
  29. bigcajones

    if macro

    Get rid of the Logic branch and put the RED unsuccessful to the action you want if it doesn't click the first.
  30. bigcajones

    if macro

    Get rid of the Logic branch and put the RED unsuccessful to the action you want if it doesn't click the first.
  31. bigcajones

    if macro

    Then the logic operation is not what you need for this. Delete it and add a pause of one second to replace it. Move the action that is last in your picture up to where it follows the first action designer and then run the RED unsuccessful exit off of first action to the Pause action and go off...
  32. bigcajones

    if macro

    Is it a string you are checking for? Or is it a number? Or is it to check if a file exists? That will make all the difference on how the logic operation needs to be setup.
  33. bigcajones

    How to Scan Webpage

    You need to learn regular expressions and use the DOM text of the page to find what you are looking for. regular-expression.info is a good place to start. Here's a video I did for version 3 to show you how to begin... http://www.youtube.com/watch?v=OFdd91R4L9o
  34. bigcajones

    [SOLVED] Can Zenno download youtube videos?

    You can do it with the commandline tool youtube-dl. Here is the link: http://rg3.github.com/youtube-dl/ You must have Python installed to use it which is no biggie.
  35. bigcajones

    how to count number of characters

    The replace was just there to take out the spaces in case you needed to do that so that they weren't counted.
  36. bigcajones

    how to count number of characters

    use javascript to get it.
  37. bigcajones

    Problem trying to open emails in hotmail.com and yahoo.com

    This is written in C and it doesn't have a -1 for document addresses unfortunately. I think that would be a great addition if they could implement it. That would rock. :cool:
  38. bigcajones

    Own Javascript does not return a value

    Don't know if this will actually help or not, but have you tried declaring the variables first outside of the javascript and then bringing them in? I'm no javascript master, just thought it might help.
  39. bigcajones

    Problem trying to open emails in hotmail.com and yahoo.com

    Hotmail uses dynamic document addresses. So if you record the template and the document address is 0;2, the next time you visit the page or use a proxy the document address may be 0;1 or 0;0. You have to account for this by using a counter and using the variable in the document address box or...
  40. bigcajones

    As for stand-alone (compiled) bots.

    WTF? When the hell did this change? Do you guys not read what you have on your wiki? I quote; "How does it work for customer A person buys your project, you write down a project in the user area to his name and pay a small commission. The person downloads ZennoBox (for free), after...
  41. bigcajones

    Loading doesn't finishes in browser

    I would like for the browser engine to work as it should. There is no reason to me that the instance browser shouldn't work exactly like the browser when you use it normally. If a page on a site like Youtube takes 4-5 seconds to load in FF, why isn't it doing the same in Zenno? That's my main...
  42. bigcajones

    Is your hotmail creator template loading A LOT on homepage ?

    Well since Hotmail doesn't use any of those things like flash or ajax except for their frickin banners, it is a great idea to set the busy status to off for those things so that you don't have to wait. Thanks God for version 3 cuz I can rip through 1000 emails in a night.
  43. bigcajones

    FaceBook account creator - Smart Template

    This is a very good template. If you don't abuse your proxies you will almost never get phone verify. I've been using it for the past few days and the success is very high for such a difficult site to hack.
  44. bigcajones

    [SOLVED] Login Username and Password does not go away

    I'm getting the same thing on a couple of sites, one of them being youtube no matter what proxy I am using. Cookies issue maybe? Also seems pages are taking forever to load. With private proxies even.
  45. bigcajones

    how to get back

    why not just grab the url of the first page you are on, save to a variable, navigate to second page and then do a Go To Page action to get back to the first?
  46. bigcajones

    Hotmail Account Creation Question

    Captcha response box is Form; 0 Tag; Input:Text Attribute Name; Fulltag Attribute Value; input:text Match #; 8
  47. bigcajones

    Hotmail how to click sweep to get drop down

    Welcome James. And you have just run into the world of dynamic document addresses. Hotmail will serve you a document address of 0;0 on one visit and 0;2 on the next so you have to account for it. I have attached my setup template so that you can study it and learn how to deal with such cases.
  48. bigcajones

    solve media captcha's

    Don't know if this still works, but you used to be able to do an event click on the div and that would start the video while you were filling out the remainder of the input fields. And of course a pause or two in there to help.
  49. bigcajones

    Suggestions to increase successes in ZP?

    Good idea is to put some pauses, especially where it navigates to a new page or when clicking a link. Also, when there is a check for username availability or password strength, it is recommended to give the page a little time to operate there.
  50. bigcajones

    url is different in zenno then in regular browser

    Well, that really helps the rest of us if we run into the same problem.