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

  1. F

    Codecreator to PHP tut

    I'd love to see a tutorial showing how one can take the code creator and generate the php code for automation then turn around and put it up on a web server. Frank
  2. F

    Looking for a Tutor

    Hey guys, I"m looking for a tutor that is very experienced with zennoposter. I've got pretty far, but I feel that there's a lot that I don't know, and would like to persue creating scripts and learning at the same time with a tutor. I don't care if you speak broken English, as long as we can...
  3. F

    Trouble Emulating Video Tutorial in Code Creator

    Hey all, Quick problem. I'm trying to emulate the use of message boxes in code creator and I've hit a snag. I add the reference for system.windows.forms and then try to do a build and I get the following error: 'HtmlElement' is an ambiguous reference between...
  4. F

    Bug found

    If you open up code creator and go to create a new project. If you accidently hit open to a new project twice or click enter twice, a nag window opens telling you that you've already created the project - behind the main window with no way to access it. Cheers, Frank
  5. F

    Tutorial Suggestion

    Hey guys, I'm looking to see if anyone is interested in teaching me how to manually look for elements within a web page and create an if statement if they exist. I know it can be done automatically using the WebBrowser Get page text, but I'd like to be able to scan the dom and search for...
  6. F

    Migrate a project to visual studio

    Folks, I'm trying to move a test project out of codecreator into visual studio. It seems very straight forward, but when I try to open the exported project in Microsoft Visual C# 2010 Express, this is what happens... 1. The visual studio conversion wizard pops up asking me to do a conversion...
  7. F

    Sorry to Be Finding more Issues, lol...

    I was tinkering in projectmaker to learn how to scrape data like the zennolabs youtube tutorial using bing.com. When entering the search data, I find the only way the project maker will recognize that I'm entering text in the search field is to right click on it and use the 'set value with...
  8. F

    Converstion issues

    Hey guys, I did a conversion from project maker to zennoposter and there's a few things that just don't translate into codecreator. One was regarding email confirmations: // Checking for verify email var res = ZennoPoster.MailConfirm(instance, "300;300;300"...
  9. F

    Some Codecreator Questions...

    Is there a way to set the default project location from C:\Program Files (x86)\ZennoLab\ZennoPoster Pro\Progs\Projects to somewhere else? This way I don't have to keep changing the project location manually? Also, is there any pdf or word documents of the complete help files for codecreator...
  10. F

    Bit of a Problem in Code Creator

    Hey all, I'm having a bit of trouble with codecreator. Whenever I try to do a 'start debug' I'm getting an error: Error while building project. Any ideas what the problem could be? I am running version 3.6.0.701 on Windows 7, 64bit version. Frank
  11. F

    Using Sockets

    Hey admins, Question, is there any likelihood that you would be interested in building a module in code creator to automate code in a 'socket'? Ubot has this feature and it basically lets you run things super fast within a hidden, no graphics, no js environment that is created and torn down...
  12. F

    Learning C#

    I truly think that this is funny and I don't know why I didn't do it before. I think that codecreator is such a great idea, because you can place your automation sequences into visual studio, that I've decided it's time to learn c#. What I've come across is a really great book for the...
  13. F

    Section for Code Creator

    Forum admins, can we look at creating an english section on the forum for code creator? I can see this becoming a fantastic product all on it's own and will definitely need a section of it's own. Thanks for the consideration, Frank
  14. F

    Love to Hear Your Ideas

    Good day all, I'm currently trying to hammer out a good framework to track the building of accounts on sites and posting to the sites. Seems that every idea that I come up with sucks eventually. If any of you have hammered this out, I'd love to hear your idea. You can either share...
  15. F

    Javascript prompt command

    Hey folks, Very quick question. Is there any way to perform javascript code like the prompt command to ask for input? Frank
  16. F

    More Video Tutorials

    I'd like to add my video tutorials on this thread. In these next three videos, I'll be explaining concepts as well as running through a template creation for signing up to sphinn.com. http://www.ubotjunkie.com/zennoposter-tutorials-initial-steps-part-1-of-3/...
  17. F

    Limit the number of character when creating random username

    Good day all, What's the technique to limit the number of characters when generating a random username or password? Thanks! Frank
  18. F

    Interconnecting Templates

    I really hate rewriting the same code again and again. Almost as much as copying the same code between templates. I would like to create tight little compartments of code that expect an input of data (or not) and supply an output of data (or not). Basically I like writing programs in little...
  19. F

    Best Method when working with Threads

    Hey guys, Another question in regards to threads. Once an instance is opened, I'd like to be able to close and reopen it between processes but I don't think we can. Is there a way to ensure that all footprints - cookies and such - are cleared out before proceeding on that same instance...
  20. F

    Quick Question About Proxies

    Good day all! I was going through the help files on proxy files and they are using a sources.txt file to be the seed to find proxies. Does zennoposter come with that? If not what's the best method to generate such a beast. Also, I'd like to hear the best practices in regards to proxies. In...
  21. F

    Can I reference created variables directly?

    I'd like to know if I can reference variable names that are created directly? For example, Let's say I create a macro that makes a counter variable: {-Counter.Set-|-count1-|-0-} But then I want to check if the variable is less then a certain value, if count0 < 11 Can I do that...
  22. F

    Yep, another question...

    Thanks to everyone so far, i've been blessed with awesome help from this community. I'd like to ask a question though that's more about procedure and less about zp. :) I'm going to be creating multiple accounts in multiple places and I'd like to reuse the same emails in multiple places. Now...
  23. F

    String Matching

    Is there an easy way in zp to do a search for a string in a text file and give back a true or false if it finds it or not? Thanks! Frank
  24. F

    Offically Stuck on Zennoposter

    Please to the english speaking individuals out there - is there a tutorial on how to use the zennoposter application and all it's parts? The manual is pretty thin here and I feel like I've been offered the keys to a sports car and I just have no idea how to drive, lol. I'm talking about the zp...
  25. F

    unsure about the if statement setup

    Good day all, just a quick question. How do you setup the if statement for checking a counter value? I did peek through the manual on the parser/cycle section and it talks about making the cell to do it, but doesn't really show how to do it. Thanks! Frank
  26. F

    Cpanel Login

    Is there any way to fill in the login box fields that come up in projectmanager? Seems taht when I click in the fields, nothing is registered within the steps. Thanks Frank
  27. F

    Copy and Pasting Between Templates

    Is is possible to copy and paste a sequence of commands between two different templates? If so, how? I did try with the ctrl key, but won't do it beyond the template. Frank
  28. F

    Best Way To Build Templates

    Good day. I'd like to ask a question on the building of templates. I'm looking to replicate the functionality of tools like senukex for my own ends and am wondering. Is it best to break up functionality, like account creation and posting onto different templates? Plus for multiple sites...
  29. F

    Squidoo.com registration

    Has anyone figured out how to complete a template for registering with squidoo.com? Seems that the elements to fill in are not recognized by zennoposter projectmaker . Thanks, Frank
  30. F

    Quick Question About Threads

    Good day! I'm wondering if it is possible to run multiple threads at the same time - running different sections of code? So basically, I'd like the program to be creating accounts and such on multiple sites at the same time. Is this possible or does every thread have to be the same code base...