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

  1. bigcajones

    [Request For Bigcajones] Video for Pro Branch Creator

    Sure, I will when I get home. See what I can do.
  2. bigcajones

    Digg Confirmation Problem.

    Are you using multiple email accounts? One per digg account? Are you using different proxies per account? If not, that may be the problem.
  3. bigcajones

    My emails Do not Downloaded Fully

    In the email processing, try to use HTML first and see if your link comes up. If not, click the TEXT link and check. Some emails come in HTML some in TEXT.
  4. bigcajones

    Is this a Spintax bug??

    Why don't you just do what I do and put the spun titles into a different text file. Make it a whole lot simpler for you.
  5. bigcajones

    Check Text Presence Limitation. How to?

    You should try when recording your template, opening up the page text and sending it to the regular expression builder. Then see if there any tags for the fields you are looking at. Then you could just put .* between the <div> fields or whatever you have there. I take a look later and see if I...
  6. bigcajones

    Check Text Presence Limitation. How to?

    Have you tried using a regular expression in the field for selected text presence?
  7. bigcajones

    What to do if the username field is in another form number?

    The problem is the fact that there are three forms on the page with the same input:text attribute. Sometimes the one you want is form 0 sometimes form 3 and sometimes form 1 or 2. I just fill all the forms that way there's no problem. If the form is not there, for some reason it doesn't throw an...
  8. bigcajones

    problems registering an email

    Here ya go:
  9. bigcajones

    problems registering an email

    In hotmail like in gmail you can set up a filter so that your email doesn't go into spam. It's under options=>more options=>rules for sorting new messages=>New=> then set so that if senders email contains @ then it won't go into spam. In Yahoo.co.uk you go to Mail=>options=>mail...
  10. bigcajones

    problems registering an email

    I'm not saying that me or Gcomm are experts, but I personally haven't gotten AOL to work. Had it working and then poof, it was gone. That's why I would suggest that you try a different site. Yahoo.co.uk or Hotmail or Safe-Mail. All of these are easy to get signed up to and they work with pop. No...
  11. bigcajones

    Arghhhhh Total Frustration!! Help!!

    I'm pretty sure this is the problem, most websites don't like you going to the registration page first. You usually have to go through the channels of going to the main site, clicking a link to register. I know that hotmail was giving me fits about this, and there are some web2.0 properties that...
  12. bigcajones

    Digg Button Attribute Value

    You can't just right-click on it and set Rize=>Click in the branch builder?
  13. bigcajones

    How to add text from a file to tinymce wysiwyg editor

    That's weird because I didn't get that popup message when I ran it. Maybe it has to do with your IE settings. If that doesn't work, you could try putting a SET/Webrowser step branch in and set it to JSCONFIRM parameters ==>"leave this page" or whatever it says exactly when you get the popup.
  14. bigcajones

    Captcha Not Working all The Sudden

    My decaptcher module is working fine.
  15. bigcajones

    How to add text from a file to tinymce wysiwyg editor

    When you right click and set the attribute for innerhtml, put your macro in the value field... OR You will have to create your template first and just pull in some text from a file the first time. Then go into the template editor and where that branch is, put your spintax macro in as value for...
  16. bigcajones

    How to add text from a file to tinymce wysiwyg editor

    In the field value for the link on the Step Branch, use regular expression to fill in details that change. In your example you would use in your RIZE branch: attribute name:href attribute value: http:\/\/pokerbonus\d+\.someblogaddress\.com.* search: regex match: 0 **NOTE** Since pokerbonus654...
  17. bigcajones

    ZP eats all of bandwidth

    I use a test for the res://dnserror thingy. I pull proxies from a text file. After going to the website, I check the url for the res://dnserror and if it's true, I go grab another proxy. Here's the template for that:
  18. bigcajones

    How to add text from a file to tinymce wysiwyg editor

    Thanks HB, I was going to suggest that next. There are a few sites that I post to that have wysiwyg editors like I showed and that's the easy way to do it.
  19. bigcajones

    How to add text from a file to tinymce wysiwyg editor

    Look at my picture of the wysiwyg editor in my post. If you move your mouse around on the editor to the top left of it, you should see a smaller, thinner box popup. Right click on that and you should be able to input your text.
  20. bigcajones

    How to add text from a file to tinymce wysiwyg editor

    Try clicking on what would be the very first line of the paragraph in the box. Sometimes if you do this you will be able to input the text. If you just have your cursor anywhere in the wysiwyg editor box, all you will get is rise event, branch builder and selected text presence check. Is that...
  21. bigcajones

    ZP eats all of bandwidth

    Good question. I would think only 5, then you would have to pause the template and switch IP's. Are you having a hard time getting good proxies or is it stupid 1&1 cuz they suck. If you could change ISP's that would probably help.
  22. bigcajones

    Maths Captcha Problem

    HungryBulldozer gave you a template to look at to see how to handle it like normal captcha: http://zennolab.com/discussion/showthread.php?2927-Math-Question-Captcha-Problems&p=17385&viewfull=1#post17385. The problem with using JS like above is that they sometimes change them to foil bots...
  23. bigcajones

    ZP eats all of bandwidth

    It depends on your provider I believe. I know that I use HotSpot Shield a lot to run forum profile creation and it works fine, but if you use proxies in your templates and you're connected. No GO. The instance will never load the website. I don't know if HMA is the same, but I recall reading...
  24. bigcajones

    Video Request for Forum Platform Bot

    Sure, I'll do a video for you. Just know that, it will take me a while because there are a lot of things going on in forum profile creation that you have to take into account. I'll do one on SMF because they are the easiest and I already have a template made for them. Give me a couple of days...
  25. bigcajones

    Math Question Captcha Problems

    Take a look at HB's example. You set the GET branch to captcha. Then you take the result of that branch and put it in the SET branch. And just to let you know cool.guy, the captcha window for this is not going to act like a normal captcha. When you open the captcha recognition window while...
  26. bigcajones

    Math Question Captcha Problems

    Use branch builder(right click on element) select Get and send to template. Then right click on field where answer goes, select branch builder and select Set. Then in your template editor set the Get branch to captcha and send the result as value to Set branch. Use monkeyenter.dll because...
  27. bigcajones

    Help Needed With Email Processing

    Nope, gcomm, that's exactly the regex I would use to parse the needed activation code.
  28. bigcajones

    How to restric username length to a particular charaters in macroes

    Take the line from the file. String split that result: 0 gives you username String split: 1 gives you password
  29. bigcajones

    Faster Connection of step branches within the same webaction

    And setting the captcha form to -1 doesn't work no matter what form you are on? Is there more than one captcha form on the webpage? I know we had worked it out when you have multiple input boxes on the same page(like username on forums) that have the same tags, but usually -1 will take care of...
  30. bigcajones

    How to restric username length to a particular charaters in macroes

    It should work, worked on my end. It just takes the string and splits it down to how many characters you want. Here's some examples that I got when I ran it so that you can see the ways to use it. {-String.SubString-|-{-Person.HumanLogin-|-[Eng|4][RndNum|1970|1990]-}-|-0-|-15-} tantnbiktillrea...
  31. bigcajones

    How to restric username length to a particular charaters in macroes

    {-String.SubString-|-{-Person.HumanLogin-|-[Eng|4][RndNum|1970|1990]-}-|-0-|-12-} or instead of 12 put how many characters you would want. Hope this helps.
  32. bigcajones

    Field Is Not Filled In Debug

    I just recorded my actions just like in PM. I didn't write the code. Is Code Creator doing this? Maybe I copied the wrong steps to show you, but all I did was record the actions, then ran in in debug and it didn't fill out the username or any password information. I'll try again and if it...
  33. bigcajones

    Field Is Not Filled In Debug

    Hello? HB? Step85? Anybody?
  34. bigcajones

    How to deal with execution branches in CC

    I haven't had much luck with creating templates in CC much either. It looks like it doesn't handle the macros too well. I guess it would be good for doing the parsing and regular expressions, but I can't seem to get it to pull anything out of a file and input into a text field.
  35. 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...
  36. 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...
  37. bigcajones

    What to do if the username field is in another form number?

    Nope, didn't work. Damn those form field numbers. Maybe one of the mods will have an answer.
  38. bigcajones

    What to do if the username field is in another form number?

    Let me try putting all three in one step and see if it works that way. Get right back to you.
  39. bigcajones

    What to do if the username field is in another form number?

    Yes I did use -1, but I also used 0 and 1 and made three different steps right in a row. A little more work, but it takes care of everything and who cares if the other two fields are filled out. Doesn't take but a couple of milliseconds to do it so it doesn't interfere with the template too...
  40. bigcajones

    What to do if the username field is in another form number?

    Hey player, Just to let you know I had that problem in my SMF forum profile creator. It kept putting the username in the search field on some sites, the login box on another and in the right spot on half of them. I just had ZP put the username in all of the boxes and it never fails. Hope that helps
  41. bigcajones

    source code of a webpage as execution result of a macro

    Here's an example that goes to Google; searches for golf; finds all with PGA; saves results to file
  42. bigcajones

    What is logic for 'contains but not necessarily equals'

    you can also do javascript string search==> str.search() and check for value -1 if null
  43. bigcajones

    Math Question Captcha Problems

    Use branch builder(right click on element) select Get and send to template. Then right click on field where answer goes, select branch builder and select Set. Then in your template editor set the Get branch to captcha and send the result as value to Set branch. Use monkeyenter.dll because...
  44. bigcajones

    Converstion issues

    Can you check it for me HB I'm still getting an error and this was a conversion from a good template. As a matter of fact I'm getting a lot of errors on conversion from good templates. For one thing, when I have a step that takes a line from a file and splits it, when I run debug, the field is...
  45. bigcajones

    New lines messing up my regex

    sorry Mike, I should have put the regex up for you. Was in a hurry. I had 18 holes and an 80 waiting for me if you know what I mean.
  46. bigcajones

    Converstion issues

    Here's another error that I'm getting, can you help me out HB "Welcome to 30 Boxes!", @"reg0$$$$$1$$$$$(?<=Remember\, you must \<a href\=\")http:\/\/.*(?=\"\>); Throws up: Newline in constant and Unrecognized escape sequence In the example that you showed Frank, are you supposed to...
  47. bigcajones

    Adding branches to other panel.

    First, hold down ctrl and select both step 1 and 2. While still holding down ctrl, right click and select copy. Click on the step branch above where you want to insert so that it is highlighted. Right click and choose insert. Then you can delete the two original branches on the side.
  48. bigcajones

    New lines messing up my regex

    \r\n
  49. bigcajones

    How to enter Full Name and also Randomize birthday?

    JD it will work on the dropdown boxes. You just have to figure out what the inputs need to be. Most birthdays and birthmonths are easy, use random as suggested. The birthyear you have to see if the values are like 1975 or a number such as 43 and then randomize that.
  50. bigcajones

    Migrate a project to visual studio

    Are you going to upgrade it to VS 2010 because that's what I have. Or do you know if we can downgrade our VS to match codecreator. I have imported a project and didn't get any errors. I did get errors with VS Express.