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

  1. bigcajones

    Hello my friends

    Sorry it's been a few years. Life happens. Got remarried to a much younger woman, hence my lack of activity on the forum. Glad to be back. Had to kick the rust off working with the new version. Looking awesome so far. Anyways, thanks Dark Diver and Nauru for inviting me to be a part of this...
  2. bigcajones

    WTF Is Up With All The Spam Posts?

    You guys really need to protect the forum better. I'm seeing more and more spam posts. How about if only clients get to post. I know this hurts the new members that are trying the demo version, but we don't need the forum cluttered up with this spam. Do something about it please
  3. bigcajones

    Input Settings Import/Export

    Am I missing something. I tried exporting the input settings from one template to another and I get an error. I want to create the xml file without using the editor.
  4. bigcajones

    Cats Take Over The World (Our World that is)

    Okay All you English speaking people out there. One of our buddies (Lexicon) has decided to offer us for FREE his script for scraping keywords. From what I gather it will be arrayed semantically. So if you have or are building a giant site that you need to silo or are looking for keywords for...
  5. bigcajones

    Upgrade the UserAgents

    Can the default UA's please be updated to something more current. Trying to create accounts on some sites with this: Mozilla/5.0 (Windows NT 6.1; WOW64; en:16.0) Gecko/20100101 Firefox/16.0 just isn't working anymore. Much appreciated! :dp:
  6. bigcajones

    Page.Domain

    When you have a website like blahblah.co.uk the Page.Domain variable returns .co.uk.
  7. bigcajones

    Crazy Error in Code Creator

    I just recorded a template in CC and I'm getting an error when debugging. Here's the code. HtmlElement he = null; Document[] document = instance.ActiveTab.AllDocuments.Documents; foreach (Document document in document) { he =...
  8. bigcajones

    Match # and List Crap

    When is this going to be fixed? :aq: We've only been asking forever to be able to do a regex and choose a match # to be put into a variable and not a list. PLEASE! :dy::dy::dy::dy::be:
  9. bigcajones

    Thank God For Chrome With the New Forum

    I guess the forum has gone all Russian now? If it weren't for Chrome the English crowd would be lost on here.What's up with that? I like the new look and everything, but I like FF browser best. p.s. Where are these damn awards that I've earned. Can I trade them in for cash? ;)
  10. bigcajones

    File.GetLines

    How to use Range in File.GetLines macro?
  11. bigcajones

    Page Text Bug

    After clicking Page Text button you get crazy characters for Dom, Source and Page Text links and no Copy to Regex Designer button.
  12. bigcajones

    UserAgent

    Useragent string remains the same when regenerating profile. I have noticed that with the default set for browser settings the useragent remains the same every time. Firefox/19.0. How about adding some new user agents to our default profiles. I mean Firefox updates itself most of the time so...
  13. bigcajones

    Sublist Bug

    I am using sublists to get info for posting. When I merge the list items and use New Line, it always reverts back to that default. If you click on another action and go back and open it again it is back to default.
  14. bigcajones

    Start The Instance Maximized

    Is there a way through code to change the size of the instance on start?
  15. bigcajones

    [GET] Content Scraper

    After seeing a WSO on how to scrape content from YouTube vids I decided that I would try to make a template for it instead of purchasing the software. I've also seen a lot of questions about certain things like C# code, GAC references and HTTP Requests on the forum lately. This template has...
  16. bigcajones

    Tables And Lists In Code Creator

    It would be nice if we could just press a button and create the code for tables and lists in Code Creator. Because honestly I must be dense or something but I can see where there is code for interfacing with tables and lists, but haven't found anything on the assemblies documentation on how to...
  17. bigcajones

    Some Bugs To Report

    Hate to say it, but seeing some major issues in the new build. Page Text button doesn't bring up the page text on some pages. Trying to bring up variables window while debugging and not having any luck at all. The other windows will open but not the variables. Project Maker seems to crash or...
  18. bigcajones

    Tab Bug

    When recording a template, after action is recorded, if you try to scroll in the screen, the Tab is scrolled instead in the action just recorded which if you don't see it or know it's coming will screw up your template.
  19. bigcajones

    [SOLVED]  Zip Code Database Error

    Just thought I would let you know that there are only 5 digits in United States zip codes yet while debugging a template tonight found a lot of times 6 digits were being input. And if you erase the last one it is a viable zip code. May be something in the code. See attached image...
  20. bigcajones

    Bad End Not Working 4.5.0.2

    Nevermind. My Bad. :eek:
  21. bigcajones

    [SOLVED]  CC and Email Processing

    Code Creator is not recording the email processing. Had it happen twice to me already. All I get is an empty Step class.
  22. bigcajones

    GET and POST Cookies

    When are you guys going to fix the cookies in GET and POST? I know you said it can be done with c#. Give us an example or something, because what is posted on stackoverflow and other sites doesn't work with zenno. Don't know what libraries are missing or what to do with it honestly. I was...
  23. bigcajones

    Is This A Bug In Cookies?

    I noticed when running a HTTP template that was always failing that the value of the variable is not inserted into the cookie while running the template. Could this be the cause of the account not registering? http://screencast.com/t/0QGwzexe4Lh
  24. 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...
  25. 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...
  26. 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...
  27. 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...
  28. 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.
  29. 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...
  30. 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...
  31. 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...
  32. bigcajones

    How To Use Loops In CC

    Alright all you programming wizards out there (Shade) maybe you can help this newbie to C how to do this. As we know, dynamically created document addresses are a pain in the ass. Combine that with a site that has to use emulations to fill in text before a button is available and we have the...
  33. bigcajones

    Client Needs FB and Twitter Posts

    Hey guys, I have an offline client that needs a url posted to FB and Twitter. He's looking for around 200 posts to at least 10 different accounts. He's also a member of the forum here and asked me if I would help him. If you can, PM me or hit me up on Skype. Thanks, Clint
  34. 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...
  35. 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...
  36. bigcajones

    How to deal with execution branches in CC

    When converting a project into Code Creator, what do we do about the steps that use the results of other steps, i.e.; {-FieldData.FieldData-|-●8●7●0●3●7●9●-|-≡1≡3≡6≡3≡0≡6≡1≡0≡7≡8≡-}", "{-FieldData.FieldData-|-●8●7●0●3●7●9●-|-≡5≡7≡5≡4≡5≡5≡6≡7≡4≡-} that is copied into code creator. Do we need to...
  37. bigcajones

    Field Is Not Filled In Debug

    Since like many here I'm new to C# and the CodeCreator program I'm trying to figure out how to make the templates work right. I've recorded a template in PM and it works fine. I made a new template in CodeCreator and the form fields are not filled out. I would like to learn how to do this as I...
  38. bigcajones

    Something Has To Be Done About Email processing!

    The email processing is sadly lacking in ZP. Why can't it be like it is in SENuke or EVOII or any of the other automatic programs out there. There has to be a way to code this cuz it's already been done. When running a forum creation template or anything else, if you have more that one...
  39. bigcajones

    [Get] List of US and Puerto Rico Postal Codes

    Here's some more postal codes for you to use in your templates. One is for the US and the other is for Puerto Rico. These are in this format: 90210;Bevery Hills;CA You can use your string split macro or fix them up however you want. And the other is too big for attachment so here ya...
  40. bigcajones

    Input Box For Inputing Certain Info

    I would like to see if you guys can program ZP where it will popup an input box in certain situations. Then you could run your template according to what you put in the input box. I know that Ubot has this (user generated input boxes. I think it would be a great addition and I'm sure that it can...
  41. bigcajones

    [Get] List of UK Postal Codes

    Here's a txt file with a list of UK postal codes for you to use in your templates. I use these for signing up to Yahoo.co.uk. Enjoy.
  42. bigcajones

    Video Tutorials For English Speaking Users

    Hi guys. One of the mods asked me if I would start a thread about the tutorials I have been putting up on YouTube. Like most of you, I struggled a lot when I first started using this program. With my vids, I have hopefully answered some of the questions that have been asked here on the forum...
  43. bigcajones

    Manual Captcha In Zennoposter

    I'm having a problem with Manual capture in Zennoposter. The captcha box shows me the captcha, but there is no field to put it in. If I put it in the instance port, then Zennoposter doesn't follow any more steps. Is this because I'm using the free version. I plan on buying the full version, but...
  44. bigcajones

    How to parse something like this on Google

    I'm having trouble parsing some urls on search results. Here's the string that is in front of the url that I want to grab. <H3 class=r><A class=l onmousedown="return rwt(this,'','','','13','AFQjCNF40fmJQZ5kTibTyTXY_G7xi_3iVg','','0CDUQFjACOAo'). How do I go about tackling the string that is...