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

  1. bigcajones

    Decaptcher Problem

    Have you tried using MonkeyEnter and see exactly what they are receiving? I have had this problem before and found out that I wasn't picking the captcha and for some reason zenno threw that error. Just a thought.
  2. bigcajones

    unicode conversion? any help?

    Uri.UnescapeDataString
  3. bigcajones

    click on submit button? any help?

    You can use outertext of the button which will be 'Save'. I know it's not the best solution because if the website is in a different language then you have to account for every possibility. You can actually make an action in your template to 'Get' the outertext of the buttons and save to a file...
  4. bigcajones

    Mute Youtube Videos

    I think you have it right there.
  5. bigcajones

    How to Dynamically Create Tables(Create A New Table With A Different Name each loop)?

    Did you try using a file name of .xlsx in the File path instead of .txt?
  6. bigcajones

    Is it possible to prompt user?

    Use the Input Settings to do this.
  7. bigcajones

    [SOLVED] Match male or female name to gender?

    What site are you looking at?
  8. bigcajones

    [SOLVED] Match male or female name to gender?

    The {-Profile.Sex-} matches the profile gender. So if you have {-Profile.Name-} is John then profile sex will be male
  9. bigcajones

    Need help to scrape content, delete duplicate in zenno mp

    New regex....(?<=<option\ value=")Google.*?(?=">). Put all results to a list and then do a list processing to count the rows which will tell you how many loops you need. Also on the page where the names are, use regex to find the ID and the code .... (?<='id=).*(?='). Put these to a list and...
  10. bigcajones

    Need help to scrape content, delete duplicate in zenno mp

    (?<=<option\ value=")\w.*(?=")
  11. bigcajones

    Snippet samples

    Here's a couple that might come in handy.... ============================================ LAUNCH WINDOWS PROGRAM System.Diagnostics.Process.Start("PATH TO .EXE HERE"); ================================================ From DarkDiver: INPUT TEXT INTO FORM WHERE CURSOR IS { // lock object...
  12. bigcajones

    If the blog platform does not support HTML editor, how can I insert link?

    Well, sosblogs is an exception to the rule. With this blog you have to put in your html and then publish it. You will see that it has the raw html in the post. If you click edit and then publish again without editing, the links will display like they should. Most sites you will find that if you...
  13. bigcajones

    If the blog platform does not support HTML editor, how can I insert link?

    Have you tried? There are a lot of sites that don't have html editors that when zenno pastes it in there it will show your post like it should. What platform are you talking about so we can take a look.
  14. bigcajones

    Logical IF - combine many variables?

    You don't really want to use count.rows. You will pull line from list and if the list is empty then go off of unsuccessful exit. If you want to check if the row count is empty, then you would have to do a logical IF for each of the list actions because they are three different variables. Here's...
  15. bigcajones

    Logical IF - combine many variables?

    Your gonna get an empty list error before you get to the logical IF. What you need to do is to go off of the unsuccessful exit (red dot) of the list processing to an action that you want to perform if the list is empty.
  16. 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
  17. bigcajones

    Can't Get Proxies To Work

    Pull them from a file into a list and use them that way. We've been doing it like this since the dinosaurs because Zenno spits them out randomly.
  18. bigcajones

    debug doesn't stop "loading" with private proxies only

    Also in the busy status, make sure you check the 'ignore GET/Post requests'
  19. bigcajones

    debug doesn't stop "loading" with private proxies only

    You can try turning off scripts so that the ads don't take up load time or you can use a tab timeout setting and change it from 60 to 10 or so and see if that helps.
  20. bigcajones

    New build 4.3.7.0 (17.01.2013)

    Okay, I tried a sample on the page and got an error. Error in action "CS0103" "The name 'Emulator' does not exist in the current context" в строке "string result = Emulator.ActiveWindow("First window"); What do we need to add?
  21. bigcajones

    New build 4.3.7.0 (17.01.2013)

    Thanks Shade. Now that wasn't so hard. I was looking in the macros part and couldn't find it. You are always a great help.
  22. bigcajones

    New build 4.3.7.0 (17.01.2013)

    http://www.youtube.com/watch?v=a2AGRYwyUqU Something like this.
  23. bigcajones

    New build 4.3.7.0 (17.01.2013)

    Where are the commands? Where is the documentation? Sending us to a the page you listed does nothing for us. Give us some examples on how to control our cursor and open up programs like windows automation should. This doesn't help us one bit especially us carpenters. Not all of us are programmers.
  24. bigcajones

    New build 4.3.7.0 (17.01.2013)

    SWWWWEEEEET! :cool:
  25. bigcajones

    Future addons, if possible

    It would be nice if Zenno would follow suit of their competitor and allow Windows manipulation and then we wouldn't need sikuli to run bluestacks or other desktop programs.
  26. bigcajones

    is there any way that can take a line from a string and delete that line?

    Sure, use Replace in the Wordprocessing action.
  27. bigcajones

    OMEGLE HELP PLEASE

    Something simple like this?
  28. bigcajones

    Reference library c#

    Decaptcher.dll is included with zennoposter is it not?
  29. bigcajones

    Tutorials

    Maybe this will help you then if you are a programmer... http://help.zennolab.com/en/v4/zennoposter/macros/4.3/webframe.html. Or possibly this...http://wiki.zennolab.com/doku.php?id=en:zennoposter:macros-documentation
  30. bigcajones

    Urgent-Insert text with in the paragraph tag

    Why does he need c# for this? You and I both know that this can be done without being a programmer. http://zennolab.com/discussion/showthread.php?8671-hectic-problem-help-needed&p=49627&viewfull=1#post49627 Use unsuccessful exit or optional for the actions. C'mon, we've been doing this for ages.
  31. bigcajones

    right click with mouse emulation

    Solved it for him.
  32. bigcajones

    BIG TIME Problem With Thread Count: Please Look

    That's ridiculous. I can get 100 threads on my dual core 2.77ghz at the house. That machine you have there should be spitting out over 200 at least, one would have thunk. I'm not updating until they can get this kind of thing fixed. I like the addition of the C# modules in the newer builds, but...
  33. bigcajones

    hectic problem - help needed

    Okay, first the captcha problem. Record a page that does have a captcha. Then when the template gets to that point on a site that doesn't have captcha just go off of the unsuccessful exit (red dot) to bypass the captcha or you can set the captcha as optional by right clicking on the action and...
  34. bigcajones

    urgent-finding an element

    The IF is a javascript conditional statement. If something exists on the page => then do something, if not then do something else. You need to use regular expressions (regular-expression.info) to find out if the element is on the page, save it to a variable and then use logical IF to check for...
  35. bigcajones

    urgent-select random anchor tag

    use action designer and choose outertext as search criteria and forum as match with match #0 and text as match type
  36. bigcajones

    how can I make a zenno template that works on multiple sites

    Hit me up on skype sometime and I'll try to help you out. You can't just explain it in writing because it would take a book to do that. You can use Intellisearch and record 10-20 sites to see if they all have the same forms in common. Put your urls in a text file, pull the first one and delete...
  37. bigcajones

    Project working perfect in ProjectMaker - not working in Zennoposter

    Hmmm, maybe you should send it to support to look at or I'll take a look if you don't mind. And you tried restarting MP of course?
  38. bigcajones

    Project working perfect in ProjectMaker - not working in Zennoposter

    What site are you working on? Does it navigate from one page to another? If so, do you have pauses in your template to allow site to fully load element? Is the document address for the element dynamic? What error are you getting in the log?
  39. bigcajones

    Proxy support for email processing

    If you use hotmail or some other provider besides gmail there will be no problem. Hotmail will let you have unlimited accounts from one IP. You just can't create more than 3 from the same IP on the same day. I have created and used 10's of thousands of email accounts and they are still good to...
  40. bigcajones

    Spintax Error....

    Some weird Canadian shit going on there eh? I tried it, pulled your string from a file, spun and split it and I got the correct answer which is <font size="4" color="530033">Get This</font>. Maybe something got screwed in the code when you saved the template. It has happened to me before where I...
  41. bigcajones

    Problem with Variable that is received from Email Action.

    I'm still using 4.3.0, but what I suggested works in it. Maybe in the new build it doesn't. Try this and let me know...
  42. bigcajones

    Problem with Variable that is received from Email Action.

    You can always do a Word processing replace before saving to file and replace the {-String.Enter-} with nothing
  43. bigcajones

    Click on specific list of elements one by one.

    The problem may be in the fact that the variable contains characters that cannot be used as a file name....ie \ / : * ? < > |
  44. bigcajones

    HOW do i gather ids off of pages?

    Hit me or Dejan up on skype: iamthedarkwiz or dejan.jugovic1 and we will help you out.
  45. bigcajones

    HOW do i gather ids off of pages?

    Save the ID's to a list and remove duplicates. The list should be bound to a file so that the old ID's will be available to check against
  46. bigcajones

    Optimization of debugging and recording project.

    Do I need to whip out my Ub__t to show you what we would like... :D I agree with HB that would be perfect. To be able to debug until template stops like in CC and then continue recording from there. It would be quick and easy to test different sites with the same platform if we were able to do...
  47. bigcajones

    Can't Load Profile

    Try doing it on zennolab.com/discussion.
  48. bigcajones

    Memmory Issue

    Doing loops is not a good idea because of the issue you are facing. It would be better if you used different threads for all the posting and save your profile so that your cookies will be saved with it and you won't have that problem.
  49. bigcajones

    Have issue on running same template in zennoposter.

    Are you running with proxies in the poster? Have you set the form # to -1 to find element on whole page? You may be running into dynamic document addresses and not seeing it in debug. Is the script # something like0;0 or 0;_1?
  50. bigcajones

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    He's talking about the checkbox at the bottom of save to file where you append a blank line to the file so that you don't end up with... username:passusername:passusername:passusername:pass when saving your text. He's not talking about trying to save an empty string to file. Who would do...