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

  1. bigcajones

    HTML element isn´t found, according to the search criteria

    This is what I do just to make sure the element is found. Open your template in the template editor. Now go in the action recording on the web and go to the site like you were building a template. When you get to the point where the id is failing, look at all of the attributes and their values...
  2. bigcajones

    Scraping links from multiple URL's BUT does not have the domain name in source code..

    Try this. Get the page url (Get=>Webrowser=>Get page URL) Parse with regular expression .*\/ which will give you the domain of the root...http://www.thisdomain.com and then when you save your file, take the result of that branch and the result of your parsing branch and put them together...
  3. bigcajones

    What to do when action recording doesn't pick up a particular click/action?

    If you are having this problem, learn to use the Pro Branch Creator. By using it, you can not only make sure that it is searching for the right element, but when it does click the link, you make sure that it is recorded to the template by pressing 'Add to template'.
  4. bigcajones

    Best way to get a page urls?

    You have to go the profile page in order for you step 2 to work. You should take the result of step 1 and Set=>Webrowser=>parameter value:{-FieldData.FieldData-|-●4●6●4●2●9●2●-|-re-1899-} Then do step 2 without putting anything in the parameters value. Or if you can get the link in step 1 to be...
  5. bigcajones

    Where i can get source for the proxy?

    Here's a good video that shows you how to find them. http://www.youtube.com/watch?v=o_NMkQgK1PY
  6. bigcajones

    Multiple Sites Registration Question!

    Welcome to Zen my friend. 1. This easy to do. I have a list of 4500 sites that I use in one template. The easiest way is to make a backup of the file first. Then put a branch in front of the branch where you Set=>Webrowser=>Go to page. Use the macro Files and directories=>Take a line from the...
  7. bigcajones

    How To Go From Step To Step

    Thanks HB, just what I was looking for. I haven't done it in a while, but I noticed the last template that I imported that had email processing, it kept throwing up errors on the regex. I know that you have to add @ in front of the regex, but is there anything else that we need to know to make...
  8. bigcajones

    How To Go From Step To Step

    How do you connect the steps that are brought in from PM to CC when you import? Say you have a template that goes and registers to a site, then gets the email confirmation link and then goes to the confirmation link and continues on with the site. When you import a project, the steps are...
  9. bigcajones

    clicking on link which is defined by another tag than a href

    Have you tried using Innertext for attribute name and the name of the link as attribute value. It would go in the html properties of the branch in the template editor.
  10. bigcajones

    How integrate deathbycaptcha in codecreator ?

    In my template I use Decaptcher services. You need to change the 'using Decaptcher;' to 'using DeathByCaptcha;' and put this in your template: var res = Zennoposter.CaptchaRecognition ("DeathByCaptcha.dll", he, ""); where mine says "Decaptcher.dll"
  11. bigcajones

    How do I get zenno to create a loop taking one line per loop from text file?

    no, the only thing that you can really do is look at the log file to find out what errors you were getting.
  12. bigcajones

    How do I get zenno to create a loop taking one line per loop from text file?

    You can do this two ways. The easy way is to set up the macro take line from file, then delete line 0, use this result in your Set=>Webrowser=>go to page branch. You can set up a loop to go back to the top or you can just let the template succeed and when a new instance is opened, it will pull...
  13. bigcajones

    Video Tutorials For English Speaking Users

    Adding Emulations and Decaptcha Modules To Code Creator Hey guys, Put up a new tutorial for you that are exploring adding Emulations to your Code Creator templates. Special thanks go out to Shade, Darkdiver and the moderators for their help getting CC straightened out for me. Don't know it...
  14. bigcajones

    How integrate deathbycaptcha in codecreator ?

    When you have your template open in CC, right-click on references, select add reference. Then hit the browse button and select deathbycaptcha.dll from your computer in the \Progs folder. After the reference is added, open the step where the decaptcha is. In the code, right under 'using...
  15. bigcajones

    How to make a carriage return when appending line to a file

    No problem, you could actually just take the result of each step and append it to the file. It would add more steps but you wouldn't have to use JS which is pretty memory intensive if you are running a bunch of threads.
  16. bigcajones

    How to make a carriage return when appending line to a file

    You would have to use the Javascript Macro: {-File.AppendString-|-C:\Users\Rich\Desktop\Resources Zenno Poster\vBulletin Golf Forums\Created.txt-|-{-JS.Execute-|-'url:http://blahblahblah.com/forum' + '\r\n' + 'username: ' + '{-FieldData.FieldData-|-●1●1●5●5●2●8●-|-vc-4814-}' + '\r\n' +...
  17. bigcajones

    unable to sign out from scribd

    Right click on the name and then choose Call Event=>On Click... this will be recorded in the template. Then go ahead and click on the name and choose logout. PM should record this click, if not, log back in and then after clicking on the name, right click on logout, choose branch...
  18. bigcajones

    How to Click a Certain Hyperlink that Changes Position in a List?

    Hey JD, it should be text for that there problem. When I get my hands untied, I'll hit you up and we'll take a look.
  19. bigcajones

    anyway to do something like Switch Case statement

    You can do it in the Javascript Macro if you know how to do it in JS.
  20. bigcajones

    anyway to do something like Switch Case statement

    You mean like changing the case of the letters. String.ToUpper or String.ToLower is in the Macros Builder.
  21. bigcajones

    is it possible to create captcha module for hotmail

    Tried it and failed miserably. Way too many variations for CM right now. And this coming from a guy that creates 100 accounts a day.
  22. bigcajones

    call .bat file

    It's where he put up a template for running .bat files. Here's the link to the template: http://zennolab.com/discussion/attachment.php?attachmentid=156&d=1294815237
  23. bigcajones

    Yahoo E-Mail Account Creator

    That's weird Player, I don't have that problem. I can see the elements without a hitch. Looking at your pic, it looks to me like you have the whole div tag highlighted. Try putting your mouse right over the text and see if that helps. Just a question, but why would you want to click on the Spam...
  24. bigcajones

    Have Some questions Please guys

    As someone that has been where you are, along with most of the other guys that answered your question, Zen can do all of what you want it to do. But, if you are looking to start right out the gate with a template that does what you want, buy it. It took me two weeks when I first started to get...
  25. bigcajones

    jumptags.com BookMarking Template problem

    I'm no coder, I just learned by asking questions in the forum. Shade and Darkdiver have been a big help. I have seen a few tutorials on the web. MS has a few. I'm hoping that one of these guys will put up some vids when they have a chance so that all of us can learn the basics so that we can fix...
  26. bigcajones

    Can't get Private Proxies to Work

    I had the same problem and I just put them in a text file and call them from my template. Works great.
  27. bigcajones

    Unable to use regex expression on a txt file

    And WHOM would that be? :D
  28. bigcajones

    How To Save Results Of Random Input Into File

    Thanks man, I was missing the convert to convert.toint.32 part. What is the best reference to find out this info?
  29. bigcajones

    jumptags.com BookMarking Template problem

    Here's the template: you will have to replace the emulations.dll. Open up the references in CC and right-click and remove the emulations.dll. Then highlight the references, right click and add the emulations.dll from your computer. You can go in and change the info like in PM; the text file...
  30. bigcajones

    How To Save Results Of Random Input Into File

    Yes, again the info online was not much help. I would like to take a proxy from a file and set up the proxy. Is this hard to do in CC. I thought that I had the general idea, but I keep getting the error instance.SetProxy() as having 1 parameter. Don't know what to do. By the way, thanks for all...
  31. bigcajones

    How To Save Results Of Random Input Into File

    Thank you again Shade, the second method worked perfectly. If I can figure out how to set up proxies, life would be sweet.
  32. bigcajones

    jumptags.com BookMarking Template problem

    try using the emulations in code creator to do this. Works wonderfully on a couple of sites that I couldn't get to press the buttons on. http://zennolab.com/discussion/showthread.php?2844-Simulation-keyboard-mouse-events&highlight=emulation
  33. bigcajones

    My BIG resource of XML PROJECTS - for those new to ZennoPoster

    Okay guys, go figure. As soon as I put a template up, the frickin algo changes. So here is the new Hotmail account creator with the changes made. Changed to MonkeyEnter.dll( had it on Decaptcher cuz that's what I use.) Fixed the I accept button because they changed the html on it. If the...
  34. bigcajones

    How to Click a Certain Hyperlink that Changes Position in a List?

    Yes, you can do a search using regular expression to find anything on a page if you know what you are looking for, or things. You just have to use your result of the regular expression in your Rise=>Click branch.
  35. bigcajones

    How to Click a Certain Hyperlink that Changes Position in a List?

    JD I know that I answered this in the PM you sent, but for those that don't know, most forums have the usernames listed on the main page of the forum. You would just click on your username when recording and then find the value that it is searching for in the template editor and change it to...
  36. bigcajones

    My BIG resource of XML PROJECTS - for those new to ZennoPoster

    Here's my updated ones that are in the list. Thanks to our buddy gcomm for taking the time and effort to put this list together. Oh, and did I mention that his new Email Master program will make your email tasks soooo much easier, eh! Here's a Hotmail account creator and setup template. And...
  37. bigcajones

    How To Save Results Of Random Input Into File

    Thanks to Shade and Darkdiver I'm finally getting a little better grip on Code Creator. Got the emulations working good now and am able to fix most of the errors that pop up. What I'm dealing with now is probably simple but everything that I've tried has failed miserably. How do you save the...
  38. bigcajones

    Simulation keyboard/mouse events

    Thanks very much for this Shade. Not knowing an ounce of code, I appreciate your explanations and also the sample projects that you give us that actually work. Especially the YouTube one that shows us how to really use the emulations. It has helped a bunch. I'm hoping that in the new release...
  39. bigcajones

    Simulation keyboard/mouse events

    Shade, thanks so much for your help and your projects. Can you explain how to use the macros for get file and split string. In my template I have this: he.SetValue(instance.RiseMacros("String.Split", new [] { "", "File.GetString", "\\Resources\\email.txt", "random", "false", "", ":", "0" })...
  40. bigcajones

    E-mail Processing Problems Solved - Email Master 2.0 Multiple POP3 Email Account DL'r

    Galacomm, this is the shit man. And I mean that in a great way. I was sitting here for two days running a template 1 thread at a time cuz I didn't want to go back into Hotmail and pull all of the messages that went into pop out to confirm. With this template I had to use only 1 email for reasons...
  41. bigcajones

    Capmonster algorithms

    yes, not unless you train CM on every variation that you could possibly get, which would be a waste of time. Cheaper to buy captchas than to spend 2 or 3 months of your time training CM. Even variations in angles of letters aren't handled.
  42. bigcajones

    Are the Zenno steps running in order from left to right or only following the arrows?

    The operand in your logical branch !='' means that the previous branch does not contain an empty result. So in the step before, when doing a selected text presence check by right clicking on the text, you are setting up a regular expression for the text on the page. If the text is not found, the...
  43. bigcajones

    Looking for a Tutor

    Alrighty Gentlemen and Ladies. We are going to try this meeting thingy again on Sunday 9/4/11 at 2:00 CDT. I'm going to try GoToMeeting for this one because I will try to record the meeting for everyone. PM me if you need the meeting ID. The guys and lady that have been on the meetings so far...
  44. bigcajones

    Are the Zenno steps running in order from left to right or only following the arrows?

    Actually you can add a step all the way on the right of the template and make this the first step by checking the box that says "Make this the first step". You have to be careful when you record a template and then you add the stepin for the email processing before copying your recording over to...
  45. bigcajones

    How to deal with registration questions?

    Bam Bam, give me a shout out on Skype. I'll explain how to do it.
  46. bigcajones

    How To Add Privat Proxies?

    It seems that none of us can get it to work consistently, so what I've done is just made a text file with my privates in there like this: user:pass@ip:port and used in my templates the Macro Get=>Files and directories=>pull random line from proxy text file. Then use the result of that and in the...
  47. bigcajones

    Can create hotmail account on debugger but not on Zennoposter

    John, you will have to put some pauses in there in order for some of the elements to load properly. If you have any problems, feel free to PM me and I'll send you over my templates. One of them creates the accounts, the other one verifies the account is viable and sets up the filter.
  48. bigcajones

    Unable to get DeathByCaptcha working with Zenno

    To enter captcha manually you would use the Monkey.dll in the template.
  49. bigcajones

    Little sexy label that shows the branch ID

    Well, you can name the Step ID differently that the numbers and also the Branch ID. The only thing you need to realize is that you will have to change all of your references to the branch from other branches with the new StepID-|-BranchID. So if you name your Step GET FILE and your Branch GET...
  50. bigcajones

    How totake a line form a file without deleting a string?

    You would have to put a loop in there and a counter. You would use Files and directories, get number of strings in file. You would then check this against your counter and step out of the loop when the counter was one less the number of strings in the file.