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

  1. bigcajones

    ZennoBox discussion

    It is obvious that you are a God with Ubot. Because I am a client of both of them and there is no way in hell that I can build some of the templates that I have in Ubot. Ubot's linear flow is crazy hard to get around and let's face it, Zenno is better in its logic. Don't get me wrong, I do like...
  2. bigcajones

    If statement Logic

    '{-Variable.CheckingIfMemberCanBeContacted-}'=='text to check if it equals' Since this is text you have to put the string signifiers in there which is an apostrophe.
  3. bigcajones

    Stuck removing whitespace form articles in zenno

    Use this regex to get what you want... [W\w].+
  4. bigcajones

    Upload video to youtube is possible using ZP4?

    Already done. Thanks Anton
  5. bigcajones

    Upload video to youtube is possible using ZP4?

    I'm having the same issue here for a client's template. Hope this doesn't get blown off. When debugging the FF instance crashes. Also, the videos inside of youtube are blank. Not the thumbnails but the main videos themselves. Please fix asap.
  6. bigcajones

    Save Proxies, WTF?

    I understand your point Nauru I really do. As an owner of both, Zennoposter blows doors on Ubot. It just seems that the only reason that you took our ability to save proxies from the proxy checker is so that we would need to pay for proxy checker when you release it as a separate program. If...
  7. bigcajones

    Save Proxies, WTF?

    My point exactly. The only reason you took out the saving proxies option is so that you can make more money off of us. Well no thank you. With the update fees you are charging everything you develop should be ours. SENuke isn't charging more per month for us to have CR. Why do you think people...
  8. bigcajones

    Save Proxies, WTF?

    CRAP! Why not just leave it in. I edited my above post to be nice to Nauru, but this customer is not happy about it. Thanks again for taking us for granted.
  9. bigcajones

    Save Proxies, WTF?

    Why in the world would you guys get rid of the ability to save the proxies from the Proxychecker. Jeesh. What else are you going to do to us. On my computer at work I can't do proxy checking and run templates at the same time due to our 'Great' internet provider AT&T. So I have to scrape proxies...
  10. bigcajones

    zp-page loading keeps going on and on (yellow sign,while page already is loaded)

    Try dragging in 'Browser settings' action at the beginning of your template and choose 'Busy status' and check all boxes inside and see if that helps on this page.
  11. bigcajones

    [SOLVED] Profile Processing

    Exactly what I was trying to say. Sorry if I wasn't more clear. Make your template so that it creates one email with one proxy. You can run the template 40-50 times (however many proxies you have). Make sure you make a backup of them of course. In the poster, set the execution count to the...
  12. bigcajones

    [SOLVED] Profile Processing

    You can load a new proxy with every new instance just like you are doing in your loop. Just get rid of the part where your template loops up to the beginning and you will be fine. That way you don't run into the problems that you are having. Each new thread will have new profile information in...
  13. bigcajones

    [SOLVED] Profile Processing

    Don't use a loop. Just let the template run through the email creation process and then when the template is complete, a new thread will start with new information. There is no reason to do a loop for something like this. Set your number of successes and number of attempts in the poster and let...
  14. bigcajones

    [SOLVED] Email Processing

    You are right. Only paid users can pop yahoo.com. yahoo.co.uk is a different story.
  15. bigcajones

    Video Site Commenter

    Hit me up on Skype and I'll help you do it yourself.
  16. bigcajones

    Email Activation on Blog dot com

    In cases like this you need to go to the regular expression builder and get the regular expression to find the link. After pressing 'Test' and getting the right link, copy the confirmation link to the clipboard and press 'OK' on the regular expression builder. After that, give your regular...
  17. bigcajones

    [SOLVED] my previous template from 4.0.8 won't work in 4.1

    I always get this message when I first open a template. Don't know why but I've learned to ignore it. The template works fine even though in debug I get 10 file didn't open errors
  18. bigcajones

    Input settings option is great!

    Wish we could see the box when debugging so we would know whether it is working or not before compiling.
  19. bigcajones

    ZennoPoster MP 4.1.0.0 new build released (28.08.2012)

    Input settings for your projects. Beautiful...Thanks DD for the unexpected surprise. Tired of building php pages for this.
  20. bigcajones

    How to save an image?

    You can either use the CaptchaSaver.dll module or the commandline tool WGet. To use CaptchaSaver follow this video by Zennolab... http://www.youtube.com/watch?v=4FKuyxZ8_SU To use WGet, download it from http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe And here is an example...
  21. bigcajones

    [SOLVED] Captchea solving problem?

    You have to change the config file in the Progs folder of zenno with your username and password. So for instance Decaptcher.dll config file, open with notepad and put your details in the file... ?xml version="1.0"?> <configuration> <appSettings> <!--decaptcher.com login--> <add...
  22. bigcajones

    [SOLVED] I guess it is bug...

    Indy, if you set the emulation to fast on dropdowns you won't get that as bad.
  23. bigcajones

    [SOLVED] Best practices and some weird bugs

    I can tell you how to reproduce it. Have a template delete lines from a file until it is empty. Then stop the template and fill in the text file again and restart template without closing the poster down and see that the poster still sees an empty file. Problem.
  24. bigcajones

    Tumblr Article and Video Posting V4

    Decided to feed DJ's bird this week and plopped down the cash for his templates. Not having time to mess with the hassle of building the templates I'm really glad that I picked these up. DJ knows his stuff and these templates prove it. Ran through a few account creations with private proxies and...
  25. bigcajones

    Action designer: select last match of search

    Get all matches and then save to list. Then get number of items in list and go to last one.
  26. bigcajones

    if form id="register" AND input name="username"

    I was just trying to show you how to group attributes together to get both, like on forums where you have a login box and a search box and the register box. I didn't say you were dense, 'clear as mud' is a Texas expression that means I'm not explaining myself well enough. I wanted you to see...
  27. bigcajones

    if form id="register" AND input name="username"

    No that checks for id=register AND name=username. If they were different group numbers then it would check for id=register OR name=username. Clear as mud?
  28. bigcajones

    Please take a look..Working well in debug mode but get error when running a thread...

    Well we don't all have version 5 HB! ;) I have noticed that if the file is empty and I replace the text in it, the poster still says the file is empty. Is there a waiting period? LOL. By the way, what happened to deleting the files when the last line was pulled. Makes the world go around a lot...
  29. bigcajones

    if form id="register" AND input name="username"

    You have to do it in the template editor, not in actions recording osho.
  30. bigcajones

    I would like to get 1 to 1 tutorial for MP 4

    You can hit me up on Skype and I will help you along or point you in the right direction. Also DJ has some great tutorials on Youtube how to work with version 4. His channel is http://www.youtube.com/user/dexlabseo.
  31. bigcajones

    Please take a look..Working well in debug mode but get error when running a thread...

    Usually that means that either your text file is empty or the path to your file is not right. Also, if you fix your text file with the poster open, it looks like there is a bug with the cache. Try closing the poster, fill in your text file and then reopen the poster and try that. I've noticed...
  32. bigcajones

    if form id="register" AND input name="username"

    Yeah osho, Go into the element properties box and make both of the groups the same number. That will give you your AND that you are looking for in the search. In MP it is called 'Terms and conditions'. So right now you probably have a group 0 and a group 1 with different search attribute names...
  33. bigcajones

    It clicks in action designer but not in PM debugging mode

    How about this Harry. What is the link url? Is there a page # in there that you could use. For instance when Yahoo Search Explorer was around, we had the same problem in v3 and what I did was found out the urls were http:///blahblah.com/page=100 and the next page would be 200...etc. So I just...
  34. bigcajones

    Proxies!

    You have to put your own sources in the proxyChecker in order to 'Use' proxies. Zennoposter doesn't have proxies built in.
  35. bigcajones

    how often do templates need maintenance updates?

    Well, it does depend on the site. For example email providers change often. Hotmail just did a major renovation. As far as other sites such as bookmarking sites they may stay the same for months without you touching them. Others will change what seems like weekly to stop automation software from...
  36. bigcajones

    4.0.7.0 More Bugs

    Uhmmm. Nauru, the template that was running up to 1gb had no loops in it and it was finished usually within a minute. The problem is that with each succession of the template, the memory is never released. In v3 I used to just shut down the template and then restart it. But in v4, you guys said...
  37. bigcajones

    4.0.7.0 More Bugs

    I also have the memory issue in both PM and the poster. Thought this was taken care of in this version. Had 3 threads run up to 1gb each when running template in the poster and crashed my computer. Please get this fixed.
  38. bigcajones

    Captcha Solving Problem.!

    That does seem strange for the moderators to mention this in a reply to a thread instead of creating an announcement thread. Why the secrecy? What has been fixed so we don't continue to fill the forum with bug reports that have been fixed? What is going on here?
  39. bigcajones

    Postal code lenght

    Pull them from a text file... http://zennolab.com/discussion/showthread.php?2490-Get-List-of-US-and-Puerto-Rico-Postal-Codes
  40. bigcajones

    Interesting problem

    Probably because it is more powerful program. More customizable, more flexible and a whole lot easier to use. There are so many things missing in MP I can't list them all. And even you in some of your posts have expressed this without saying it. Like the thread about creating a batch file out of...
  41. bigcajones

    [BUG] Regexp "Match No" can't assign variable

    Did you create a list first?
  42. bigcajones

    Weird Globals bugs

    Not very flexible if we have to set the globals in a template. In v3 you could manually set a global counter to -1 and then have your threads add 1 to it so that you could pull info from folders based on the global variable. Now I guess you have to create a template just to set up the globals...
  43. bigcajones

    ZennoPoster is not submitting...

    You won't have much luck with AOL using 3.6. Best to use MP for a site like that. Just to let you know, none of us got AOL to work in 3.6. You can get the button to click, but it just sits there and does nothing. If you are just creating emails to use, try it in v4. Then if you feel the need for...
  44. bigcajones

    [SOLVED] If project works in ProjectMaker and doesn't in ZennoPoster

    Okay, so I had that problem with Norton. Don't know why it took it almost a month to find the base.exe file but it finally did. Now a new problem has cropped up. If I don't turn off my firewall, the poster won't use private proxies. Is there any fix for this.
  45. bigcajones

    Random (problem) noob

    Dude, what's up with the links in your posts? Are you here just to get backlinks to your site? 2 posts and 2 different hyperlinks to your site. hmmmm.
  46. bigcajones

    Pinterest - Upload Images?

    In v3 maybe not. They used to have an upload image box but since I haven't created bot for twitter in a while maybe not. You can try it in MP and right before clicking the upload button in your template use the Browser settings action and choose Files for upload and put your path variable in...
  47. bigcajones

    pop up: "Are you sure you want to Leave this page?"

    add to your template..browser settings...javascript confirm... and OK
  48. bigcajones

    Template workING In Project Maker But Not In Poster

    Here's another thing that I've found with Hotmail. Pull your proxies and then turn off the proxy checker and see if that will help you get better results. Sometimes with the proxychecker running it slows the bandwidth down so much that it takes forever for the pages to load. Personally, I let...
  49. bigcajones

    Pinterest - Upload Images?

    Easiest way is just to put the file path of a picture you have in the input box and then let zenno create the branch. When finished recording the template, go into the template editor and use your macro to pull the random file from the path as explained above.
  50. bigcajones

    [BIG TIMESAVER!!!] Speed Up The Debug Process

    Yeah, Ubot does this and it is great to have the site right there for you when it stops. How about it guys? You want to move more to being like Ubot, why not offer this function also.