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

  1. bigcajones

    How to check if there is a part of text on website ?

    Selected text presence check maybe?
  2. bigcajones

    keystroke emulation SHIFT + ESC

    HB just forgot something in the code above. It should be... System.Windows.Forms.SendKeys.SendWait(@"+{ESC}");
  3. bigcajones

    как работает get запрос

    Они необходимы
  4. bigcajones

    Comparing 2 lists

    You don't have to replace to do that. You will need to merge the list you are comparing to first, then just pull a line from the other list and regex with the result. In regex, you can just use test2 as the regex and it will find any line in the other list that contains test2
  5. bigcajones

    Multiple logic-if conditions question

    {-Variable.A-}==1 || {-Variable.A-}==2 || {-Variable.A-}==3 || {-Variable.A-}==4 || {-Variable.A-}==5
  6. bigcajones

    Multiple logic-if conditions question

    Use the pipe (|) between matches. {-Variable.A-}==1|2|3|4|5|6 if the match is numerical or '{-Variable.A-}'=='1|2|3|4|5|6' if it is strings
  7. bigcajones

    Looking for someone to teach me ZP v5

    Hit me up on skype. There are some vids on youtube also.
  8. bigcajones

    Tables And Lists In Code Creator

    I tried adding just a line to the list and I get 'Object reference not set to an instance of an object'.
  9. bigcajones

    illegal characters in path

    You can fix those by adding this to the regex.... /\r\n+|\r+|\n+|\t+/i
  10. bigcajones

    keystroke emulation SHIFT + ESC

    http://zennolab.com/discussion/showthread.php?8816-Snippet-samples
  11. 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...
  12. bigcajones

    illegal characters in path

    \ / : * ? " < > | are illegal characters in file names or paths. You can easily take care of all of these by using wordprocessing and Replace. Put this string in for what to search for... \\|/|:|\*|\?|"|<|>|\| and use Regex as the search type. In the what to replace you can put anything you...
  13. bigcajones

    Is there still some problems with connection to zenno servers ?

    Probably Indy because the authorization server was down again today. I had the same problem in a template I was debugging. Shut down PM and then when I tried to restart got the message. You know the message. The message that for some strange reason has popped up in the last 2 days.
  14. bigcajones

    Whats best way to handle this?

    ("a", "href", "http://zennolab.com", "text", 0) Whatever is in the action designer for the element you are looking for. "a" would be in the Tag field..."href" in the Attribute name field..."http://zennolab.com" is the Attribute value...."text" is search type and 0 would be whatever match# you...
  15. bigcajones

    Google scraping - collecting specific number of results

    You can go old school and use the macro {-RegExp.RegExp-|-{-Variable.DOMTEXTHERE-}-|-YOURREGEXHERE-|-0;2-} or you can use match# of 0-2 in your regex action but then you will have to put the results into a list. Old school way you can put it right into a table... example enclosed This is an...
  16. bigcajones

    Hey how can I grab time/date?

    {-TimeNow.Date-} is in environment variables.
  17. bigcajones

    Regex with variable in a value field

    If you are using a number for a variable, then I would suggest that you use that for the match#, not the attribute value or like you have noticed you can run into problems. The best thing I've found for Google is to use the Next>> or Next</span> as the search value. Then you don't have to worry...
  18. bigcajones

    POST запрос

    Простой пример ... Регистрация Wordpress К сожалению, он на английском использовать Fiddler. Hope this translated okay Anton, if not, help me out.
  19. bigcajones

    How to write data in columns of xls file

    This should work for xlsx also. If you have problems with it, try using an actual tab from the keyboard in between the variables instead of {-String.Tab-}. I almost always do it that way anyways when working with excel tables.
  20. bigcajones

    How-to use multiple "Take DOM"s and record in CSV format?

    That means that your list is empty. I didn't have an unsuccessful exit out of the template because it was just an example, but when pulling lines from a list like in the template, eventually the list will be exhausted and you have to account for that. Usually you will have a pause or alert if...
  21. bigcajones

    How to write data in columns of xls file

  22. bigcajones

    CapMonster problem

    What Anton is saying is when you save the captcha image, you have to save a text file with the same name as what you saved the image with the captcha results in there. That is the only way that Capmonster will know what the captcha text is.
  23. bigcajones

    How-to use multiple "Take DOM"s and record in CSV format?

    Did you see my video here? https://www.youtube.com/watch?v=OFdd91R4L9o I know this is for version 3 but the same thing applies. In MP everything is loaded into a list instead and there is no need for counters so you can just take lines from the list and add them to a table. *Note* there is...
  24. bigcajones

    Upload Form not working in Actions Recorder

    Sure, here you go...
  25. bigcajones

    Upload Form not working in Actions Recorder

    Yeah, on CL you have to use the action designer for the clicks. That one confused me too when I first did it. Because everything is automatic when you choose a radio button the action doesn't seem to want to record. Just right click on the category you want and open up action designer and record...
  26. bigcajones

    Upload Form not working in Actions Recorder

    What site are you having problems with?
  27. bigcajones

    Some Bugs To Report

    Yeah, that didn't work either.
  28. 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...
  29. bigcajones

    How to check for an html element on the page?

    Yeah, right click on the action and choose it as optional. If element is not found, it will go to next action, if it is it will carry out the action. As far as the check for element, you can do a selected text presence check on it by highlighting the text you are searching for and right clicking...
  30. bigcajones

    Regex - match whole line

    .*word.*
  31. bigcajones

    Tab Bug

    Yes HB, that's the issue. Just wanted to put it up here so others will know about it and not be scratching their heads while debugging and wondering why they are failing.
  32. 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.
  33. bigcajones

    Why This Doesn't Work

    If you encode your article text then it won't come out right. You will have a bunch of %20 in there for spaces. Hit me up on Skype and we'll get you through this.
  34. bigcajones

    Why This Doesn't Work

    var a = project.Variables["Article"].Value;
  35. bigcajones

    Guys, how to burst YT views with Zenno ?

    Thanks.
  36. bigcajones

    Guys, how to burst YT views with Zenno ?

    The 300 limit is just temporary. The views are still there, but it can take up to 48 hours for youtube to show the real results. http://www.seroundtable.com/archives/020457.html
  37. bigcajones

    about the action design!

    Yes, it should.
  38. bigcajones

    Building a spin from a list?

    Merge the list, then do a wordprocessing Replace=>{-String.Enter-} with '|' without the quote of course.
  39. bigcajones

    Email for questions

    Of course you can use the content of the email for search. Say that you have a catchall email and you are doing signups for Wordpress.com. In the email you get from wordpress, the name of your blog will be in there, like bigcajones.wordpress.com. You can always use the blog name as search...
  40. bigcajones

    Regexps like [\w\W]*?(?=Something) are extremely slow

    Are you merging the list items first or going through them one by one? If you merge them, you are only performing one regular expression as opposed to 100's.
  41. bigcajones

    Save image

    Better with c# code. Anton was talking about HTTP GET request by the way...
  42. bigcajones

    Learning C# for CodeCreator - Need your views everyone

    Start with Project Maker first. Learn how to manipulate templates in it. Using tables and lists and such. Then when you get some experience, you should be good to go jumping into the next phase. You need to learn the flow of creating a template first I believe.
  43. bigcajones

    XML RCP for Wordpress sites

    If your blog name is say bigcajones then in the POST action you would put http://bigcajones.wordpress.com/xmlrpc.php for the url. In the Data box you will put... ?xml version="1.0" encoding="iso-8859-1"?> <methodCall> <methodName>wp.newPost</methodName> <params>...
  44. bigcajones

    XML RCP for Wordpress sites

    You don't need c# code to post to wordpress blogs. Just use HTTP POST using XML-RPC. All wordpress.com blogs come with it turned on.
  45. bigcajones

    how to editor a universal script???please help!

    In that case look at the other attributes for the forms. Maybe something in the outerhtml that distinguishes it. I have actually just filled out all the forms on the page and then that way you just have to make sure you hit the right submit button and not the search or login button. As fast as...
  46. bigcajones

    Problem with clicking "Vote Up" button on YT

    HtmlElement comment = instance.GetTabByAddress("page").GetDocumentByAddress("0").FindElementByAttribute("li", "data-id", project.Variables["dataId"].Value , "text", 0); HtmlElement button = comment.FindChildByAttribute("button", "class", "comment-action-vote-up", "text", 0); button.Click();
  47. bigcajones

    cursor position change

    Or you can try Rise=>Focus first. Sometimes that will cure your ills.
  48. bigcajones

    how to editor a universal script???please help!

    He just showed you above. Change the document and form values to -1 and it will search all forms and document addresses. You will have to be real particular about the search elements doing this. Don't rely on using input:submit or input:text for the search attributes. You will have to pinpoint...