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

  1. 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.
  2. bigcajones

    Captcha Not Working all The Sudden

    My decaptcher module is working fine.
  3. 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...
  4. 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...
  5. 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:
  6. 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.
  7. 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.
  8. 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...
  9. 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.
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. bigcajones

    Help Needed With Email Processing

    Nope, gcomm, that's exactly the regex I would use to parse the needed activation code.
  16. 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
  17. 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...
  18. 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...
  19. 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.
  20. 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...
  21. bigcajones

    Field Is Not Filled In Debug

    Hello? HB? Step85? Anybody?
  22. 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.
  23. 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...
  24. 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...
  25. 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.
  26. 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.
  27. 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...
  28. 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
  29. 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
  30. 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
  31. 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...
  32. 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...
  33. 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.
  34. 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...
  35. 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.
  36. bigcajones

    New lines messing up my regex

    \r\n
  37. 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.
  38. 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.
  39. bigcajones

    Sorry to Be Finding more Issues, lol...

    Did you try clicking away on any other part of the website after entering the text? Sometimes that helps. I noticed that on radio buttons that you have to click before hitting the submit button. If you don't click away somewhere else the radio button step isn't recorded.
  40. bigcajones

    How To Read In Pop3 Log In Details From File

    Sure you can do that. Create a step branch that takes the email login from the file. Then take the result of that step and put it into the login section of email processing. I do it all of the time using hundreds of hotmail accounts.
  41. bigcajones

    Reply email confirmation with BLANK EMAIL ?

    Instead of using ZP's email processing, you need to set up a template that goes to your email provider, sign in, find the Fark email, parse the confirmation coded email, then send an email to that email address that they send you. If you do this after you sign up to Fark, make sure you put a...
  42. bigcajones

    How can i get the outertext of this element?

    To get the OuterText to work in your step branch in template editor, click the + button, then give it a group#. Then type OuterText in Attribute and the outertext in the attribute value. Select text or regular expression(you have to see which one will work). Now the important part, click away...
  43. bigcajones

    How take url from .txt file ?

    here ya go
  44. bigcajones

    Section for Code Creator

    +1 to that idea. I would also like to see some of the programmers in here show us how to take the code and put it into Visual Studio to make a program out of it. That would be COOL! I know that you can save it as a MVS project, but I don't know what to do with it when I get it there.
  45. bigcajones

    How to perform an action only one time despite multithreading

    Sorry, misunderstood what you were trying to do. You would want to make a variable and when the variable reaches a value, step out to do your other shtuff.
  46. bigcajones

    How to perform an action only one time despite multithreading

    Attempts to 1
  47. bigcajones

    Jumptags.com Captcha Not Working

    It's not just you JD. I have the problem and so do the guys on the Senuke forum.
  48. bigcajones

    Changing the price of the Pro version

    Why is it $100 more for the English version?
  49. bigcajones

    More Video Tutorials

    Thanks for the help Frank with the tutorials Frank. I think the more of us that do different tutorials, the better the program is going to get. I hope that more english users will put up videos to cover some of the sites and procedures. It will save us time to build templates and work on...
  50. bigcajones

    Ajax check

    This site's a bitch. I worked on it for 2 hours and couldn't get it to work right. The problem is the Javascript on the page is always there for successful and non-successful username. I even tried using the image urls and values but the same thing. They are both on the dom of the page and...