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

  1. Hungry Bulldozer

    Line ISN't Appended to file

    Could you write a macros which appends a line in your template or upload whole template
  2. Hungry Bulldozer

    Can I append a line to Excel?

    Just save it with .xls file extention
  3. Hungry Bulldozer

    mybb captcha - too difficult?

    Probably can not be solved such captchas in the current version of CapMonster. Different shapes and inclination.
  4. Hungry Bulldozer

    What kind of proxies..

    IE doesn't support socks5, that's why ZennoPoster works with socks4 only
  5. Hungry Bulldozer

    Process multiple emails???

    firstly, when you do a search on the mail box, compose a regular expression so that it found only one message, but not all at once, other way all found letters will be removed. secondly, email confirmation is easier to do in the template of account creation and not to divide it on two templates...
  6. Hungry Bulldozer

    Copy and Pasting Between Templates

    1. Hold ctrl during whole process 2. Copy a few branches right button->copy (HOLD CTRL!) 3. Paste it where you need right button->paste(HOLD CTRL!)
  7. Hungry Bulldozer

    Process multiple emails???

    You can handle all emails, yes it will be deleted, but it will be saved in temporary files. It means that you can handle all these emails before restart ZennoPoster.
  8. Hungry Bulldozer

    how to get the url of page

    in the Template Editor tab of PM. Get-Web browser. Get page url
  9. Hungry Bulldozer

    Print version of documentation?

    Hey, Probably here you are. PDF manual
  10. Hungry Bulldozer

    Debugger Getting Stuck

    Probably you didn't enter captcha value or it still finding email
  11. Hungry Bulldozer

    Text fields not work

    contact me on skype. I'll try to help
  12. Hungry Bulldozer

    Take a part of a line

    put the separator after every 10 words like | than you can handle it by using String.Split
  13. Hungry Bulldozer

    Can Zenno post on Hubpages?

    it seems that id is not fixed. probably you can find it by other search criteria - width, height for example
  14. Hungry Bulldozer

    Text fields not work

    does it work fine with other sites?
  15. Hungry Bulldozer

    Basic video course.

    I made all of these, I just need time to voice it. Probably I'll add a couple tomorrow.
  16. Hungry Bulldozer

    How to translate russian forums?

    Google Chrome gonna help you:)
  17. Hungry Bulldozer

    How to simulate keystroke

    keystroke simulation will be added in 4th version.
  18. Hungry Bulldozer

    Access to the Russian Forums?

    An access was granted. Thanks
  19. Hungry Bulldozer

    Помогите разобраться...

    Да каптчи должны загружаться при отключенных картинках. Есть еще один способ: 1) отключить загрузку изображений для шаблона. 2) перед страницей с каптче включить загрузку картинок set->web browser. Загрузка изображений - true 3) после ввода каптчи отключить set->web browser. Загрузка изображений...
  20. Hungry Bulldozer

    Javascript and {}

    This loop does nothing but anyway you forgot to initialize variable i; replace a loop's string for(var i=1;i<7;i++)
  21. Hungry Bulldozer

    How to pick a random choice?

    There is a random macros {-Random.Int-|--|--}. You can do it by using a loop. like this: for(i=0;i<10;i++) { if(i<6) like(); else dislike(); }
  22. Hungry Bulldozer

    Have 2 important questions!

    When you play a template you can see current values of branches, but you can't change it. You can do it when you don't play a template. server:pop.mail.yahoo.com ssl: enabled port:995
  23. Hungry Bulldozer

    Captcha URL for complaint blank.

    Macros is right. It works fine only with anti-captcha and captcha-bot. Other services return urls not in appropriate format
  24. Hungry Bulldozer

    How to paint this Captcha?

    You should paint all the red spots making it looks like a character, don't paint separated points. CapMonster will support other formats in the future versions.
  25. Hungry Bulldozer

    Instance shows no website

    I've just checked it, works fine with IE8.
  26. Hungry Bulldozer

    Instance shows no website

    Try to install IE 9.
  27. Hungry Bulldozer

    How to simulate Enter Key

    This macros does the trick {-String.Enter-}
  28. Hungry Bulldozer

    what kind of captchas already supported by capmonster ?

    take a look this section: http://zennolab.com/discussion/forumdisplay.php?76-%D0%90%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%BE%D0%B5-%D1%80%D0%B0%D1%81%D0%BF%D0%BE%D0%B7%D0%BD%D0%B0%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BA%D0%B0%D0%BF%D1%82%D1%87
  29. Hungry Bulldozer

    how to load a list of urls for the same template ?

    1. Create a text file(eg: links.txt) with urls like this: www.blog1.com www.blog2.com etc 2. Use a macros File.GetString to take one line from file with urls: {-File.GetString-|-path\links.txt-|-random-|-true-} this way you get one url every execution and after that used link is removing
  30. Hungry Bulldozer

    how do i get access to private forum.

    Hi madarcu. An access was done.
  31. Hungry Bulldozer

    Pages that capthas don't appear all the time

    Select text by mouse, right button click- check text for presence.
  32. Hungry Bulldozer

    Debug Button turns grey

    It may happens if you didn't enter capthca and if it still find message during email processing.
  33. Hungry Bulldozer

    ZennoPoster for VMWare user

    It works pretty good on VirtualBox and on a lot of other virtual machines.
  34. Hungry Bulldozer

    How to change files in Zennoposter folder?

    Do you mean results and resources folders? Have you run it with administrator permissions?
  35. Hungry Bulldozer

    Key In (simulate keystroke for input)

    We do our best to do it fast and quality.
  36. Hungry Bulldozer

    error

    Probably you use wrong regular expression to find message.
  37. Hungry Bulldozer

    Cheapest Captcha Solving Service + Prices?

    open in Chrome or ggl translate
  38. Hungry Bulldozer

    Predefined Variable and Action Flow Question

    1.You can save and keep data in CSV files. You can keep in one string name, email and so on and split it by using split macros ({-String.Split-|--|-:-|-0-}) 2. Check presence of text. If yes -> do a else do b
  39. Hungry Bulldozer

    How to work with regular expressions button in sources window?

    You can add your own regexp for parsing proxy on the "List of structures" tab. Feel free to contact me via skype to solve your issue faster
  40. Hungry Bulldozer

    How to work with regular expressions button in sources window?

    Try to do next: 1) Delete this source 2) Restart ZennoPoster 3) Try add it again
  41. Hungry Bulldozer

    Template works in debug mode but not in ZennoPoster

    Put in a pause before last step.
  42. Hungry Bulldozer

    Key In (simulate keystroke for input)

    simulate keystroke for input will be in 4rd version.
  43. Hungry Bulldozer

    When will Zennoposter support IMAP?

    http://zennolab.com/discussion/showthread.php?2513-IMAP-Support
  44. Hungry Bulldozer

    Cheapest Captcha Solving Service + Prices?

    http://www.anti-captcha.com/ $1/1k
  45. Hungry Bulldozer

    How to check ajax text presence?

    Try click in such case on "Element reindexation" button.
  46. Hungry Bulldozer

    Counter interval start at 01 - 02 - 03 ect...?

    If I right understood you then {-Counter.Set-|-count1-|-1-} {-Counter.Add-|-count1-|-25-}
  47. Hungry Bulldozer

    IMAP Support

    We're going to add it in the new versions.
  48. Hungry Bulldozer

    Is there a way to save CSV from adwords keyword tool?

    I you need to download this file you should use wget.
  49. Hungry Bulldozer

    PHP/C# control?

    search request is too short
  50. Hungry Bulldozer

    How to let Zenno click on that button???

    In the action recording tab.