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

  1. bigcajones

    Вычислить номер последней кнопки

    Может быть, картина поможет вам.
  2. bigcajones

    [GET] Content Scraper

    Thanks HB. Just trying to give back a little.
  3. bigcajones

    File upload-PM crashes while debugging

    Yes but you have to use c# code. Do a search on here. DD shared a template to do it.
  4. bigcajones

    Regex issue with xml file

    Raj, are you sure you are looking at the results right? I know it looks like one big mess there, but in my regex builder with the regex.... (?<=<content:encoded><!\[CDATA\[<h3>)[\w\W]*?(?=]]></content:encoded>) I see 11 matches. 11 different results. Even though you don't see the match #'s in...
  5. bigcajones

    File upload-PM crashes while debugging

    Works for me okay on web2.0 and v5.0.0.0. See....aren't I purty! http://rolgolfmami1977.blog.ca/
  6. 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...
  7. bigcajones

    Copying variables to a table by column?

    You will have to use a tab between variables in order for it to work right. There seems to be a problem with tables in excel. Use either .xls or .xlsx files and a tab as separator and your tables will come out good. Try anything else like comma separated and you are on your own.
  8. bigcajones

    Copying variables to a table by column?

    Use Table processing and Add line with your variables separated in there.
  9. bigcajones

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

    Highlight the text on the page that you want to check for, right click on it and then choose Create check of text presence while recording and when box comes up your phrase should be in there, then press okay. If you are recording the actions will be generated for you automatically.
  10. bigcajones

    Не работает запуск программы

    Trying to give you guys a break. :D
  11. bigcajones

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

    Selected text presence check maybe?
  12. bigcajones

    keystroke emulation SHIFT + ESC

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

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

    Они необходимы
  14. 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
  15. bigcajones

    Multiple logic-if conditions question

    {-Variable.A-}==1 || {-Variable.A-}==2 || {-Variable.A-}==3 || {-Variable.A-}==4 || {-Variable.A-}==5
  16. 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
  17. bigcajones

    Looking for someone to teach me ZP v5

    Hit me up on skype. There are some vids on youtube also.
  18. 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'.
  19. bigcajones

    illegal characters in path

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

    keystroke emulation SHIFT + ESC

    http://zennolab.com/discussion/showthread.php?8816-Snippet-samples
  21. 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...
  22. 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...
  23. 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.
  24. 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...
  25. 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...
  26. bigcajones

    Hey how can I grab time/date?

    {-TimeNow.Date-} is in environment variables.
  27. 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...
  28. bigcajones

    POST запрос

    Простой пример ... Регистрация Wordpress К сожалению, он на английском использовать Fiddler. Hope this translated okay Anton, if not, help me out.
  29. 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.
  30. 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...
  31. bigcajones

    How to write data in columns of xls file

  32. 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.
  33. 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...
  34. bigcajones

    Upload Form not working in Actions Recorder

    Sure, here you go...
  35. 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...
  36. bigcajones

    Upload Form not working in Actions Recorder

    What site are you having problems with?
  37. bigcajones

    Some Bugs To Report

    Yeah, that didn't work either.
  38. 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...
  39. 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...
  40. bigcajones

    Regex - match whole line

    .*word.*
  41. 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.
  42. 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.
  43. 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.
  44. bigcajones

    Why This Doesn't Work

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

    Guys, how to burst YT views with Zenno ?

    Thanks.
  46. 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
  47. bigcajones

    about the action design!

    Yes, it should.