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

  1. Hungry Bulldozer

    Как взять со страницы уникальный текст?

    Брать DOM текст страницы и парсить регулярным выражением. Например этот текст всегда заключен в теги. 1) Get->Web browser->получить DOM текст 2) макросом регулярного выражения парсить RegExp.RegExp 3) регулярное выражение можно подобрать в конструкторе регулярных выражений
  2. Hungry Bulldozer

    Problems with Captcha!

    Did you enter the settings properly?
  3. Hungry Bulldozer

    when to use "Get DOM text of the page"

    DOM text is more completely presentation of the page, with applied CSS styles to elements ans scripts.
  4. Hungry Bulldozer

    ZP opening WinAMP?!?

    I've never came across such issue before. Have you Googled? http://www.google.ru/search?q=internet+explorer+opens+winamp I guess there are some useful information.
  5. Hungry Bulldozer

    ZP opening WinAMP?!?

    check there please http://forums.winamp.com/showthread.php?t=298223
  6. Hungry Bulldozer

    what does JS.PreString do?

    This macro prepares the text to be inserted as a string in JavaScript execution macro. Escape double quotes.
  7. Hungry Bulldozer

    res://ieframe.dll/dnserrordiagoff_webOC.htm

    iframe.dll gonna be fixed in next version.
  8. Hungry Bulldozer

    Please Help with this

    just replied:)
  9. Hungry Bulldozer

    Вопрос по логике

    есть логическая ветка. set->logic operation в ней сравниваете спарсенный параметр с 0 {-blah blah blah-}<0 по зеленой ветке выход делаете в одну ветку (это если параметр меньше 0) а если больше то красный выход соединяете с другой
  10. Hungry Bulldozer

    Please Help with this

    there are two ways: 1. use stick to captcha for each additional image 2. open tree of elements tab and mark iframe which contains all images as captcha (template I made is this way)
  11. Hungry Bulldozer

    Please Help with this

  12. Hungry Bulldozer

    Please Help with this

    The same there. 1. turn off JS (set->web browser->use scripts->false) 2. fill the fields 3. turn on JS (set->web browser->use scripts->true) 4.click button
  13. Hungry Bulldozer

    Help with captcha solving please

    Here you are
  14. Hungry Bulldozer

    Help with captcha solving please

    You should check presence text on the page with error. i.e.: wrong captcha and if it is presence than loop a template to send a captcha again (connect with captcha branch)
  15. Hungry Bulldozer

    How to stop zenno to delete empty .txt files?

    Please check out this sample and if something isn't clear - let me know.
  16. Hungry Bulldozer

    Error on program load, then it closes.

    We're going to check it in the new version and if it is there we're fixing it.
  17. Hungry Bulldozer

    Retrieving Cookies

    try to do it via JS. document.cookie
  18. Hungry Bulldozer

    open several tabs and navigating through them

    You should use open new tab (set->web browser->open tab) in a loop until it is 50 (check using logic operation) When you create each of tab use counter value and name it like page{-Counter.Get-|-count1-} in case if you initialize counter before and increase it after each comparison you'll get...
  19. Hungry Bulldozer

    check if blank or not - not working with link and fielddata

    Just tried, worked for me. Could you upload your template
  20. Hungry Bulldozer

    google traffic estimator

    Current version of ZP doesn't download files. To download any files you should use wget.
  21. Hungry Bulldozer

    Парсер

    Возможно просто менять ссылку, переходить по ссылке например site.com/?page=1 и тд. Нужен счетчик, и менять его значение в цикле.
  22. Hungry Bulldozer

    Возможно ли?

    http://zennolab.com/discussion/showthread.php?2579-(другой софт)-Enhanced-Replica-as-Zennoposter-Templates
  23. Hungry Bulldozer

    Проблемма создания шаблона регистратора

    Для этого щелокаете правой кнопкой по ссылке и открываете конструктор веток. И там выбираете то, что нужно получить и добьавляете в шаблон.
  24. Hungry Bulldozer

    Нет доступа к некоторым разделам форума

    Доступ сделали. С такими вопросами просьба писать на почту саппорта: [email protected]
  25. Hungry Bulldozer

    Не получается работать с mce_editor

    Сохраняйте в кодировке UTF-8
  26. Hungry Bulldozer

    Проблемма создания шаблона регистратора

    Ветна Get->Web browser->Получить текущий URL следующей веткой взять результат предыдущей ветки и сохранить в файл макросом
  27. Hungry Bulldozer

    ZennoPoster появился в паблике?!

    Уже обсуждалось http://zennolab.com/discussion/showthread.php?2774-%D0%98%D0%B7%D0%BC%D0%B5%D0%BD%D0%B5%D0%BD%D0%B8%D0%B5-%D1%86%D0%B5%D0%BD%D1%8B-%D0%BD%D0%B0-Pro-%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%8E&p=19569&viewfull=1#post19569
  28. Hungry Bulldozer

    Время на шаг.

    Я так понимаю Вы имеете ввиду выполнение в режиме отладки в ProjectMaker? В ZennoPoster все отрабатывает на автомате и понять сколько времени уходит на ветку не получится.
  29. Hungry Bulldozer

    Problem

    So you should use the Pro Branch Builder in case if something was not recorded. Then if next button is similar you should make loop clicks, but only in case if buttons are similar and have universal criteria to be found.
  30. Hungry Bulldozer

    bugs

    Did CodeCreator stay working wrong or ProjectMaker? What about the second question at the moment it is possible to create a new tab in the template editor. The template has been attached.
  31. Hungry Bulldozer

    Make Zennoposter like a specific Youtube video comment?

    what exactly the question? is there any errors or something you wasn't able to do? I didn't catch from these posts guys.
  32. Hungry Bulldozer

    Need some help about GMX registration form

    You should find and then add universal search criterias for these atributes, so to make them independent of location.
  33. Hungry Bulldozer

    wikispaces email confimation not working

    Try to escape spaces: Please\ confirm\ your\ email\ address
  34. Hungry Bulldozer

    Как понять в чем дело?

    Только с одним шаблоном такие проблемы? Другие в ZennoPoster нормально отрабатывают?
  35. Hungry Bulldozer

    Proxychecker doesn't work as expected

    Hi there, Please let me know which OS do you use, your connection and how many threads do you check sources and proxy The indicator here is not only alive proxy count, but also how many were checked per session. Public proxy usually are not very long time alive, so when you check it first time...
  36. Hungry Bulldozer

    How to get URLs, username, password, email from a file?

    Hi, I'd make it such way: 1) take first line from file with removing using GET->MACRO and macro {-File.GetString-|-PATH-|-0-|-true-} 2) then using execution result of previous branch and macro split take all necessary details for us {-String.Split-|-EXECUTION RESULT-|-:-|-0-} - URL...
  37. Hungry Bulldozer

    VMWare

    so this details are written in the FAQ on the sale page: http://zennolab.com/en/buy-it-now/version-comparison/ please email us details of your license in case of refund: support[at]en.zennolab.com
  38. Hungry Bulldozer

    VMWare

    ZennoPoster is not compatible with WmWare, because of some features of architecture. So the best variant to spend a bit time to install it on VirtualBox.
  39. Hungry Bulldozer

    Что за ошибка и как исправить?

    А просто в IE такая ошибка не появляется?
  40. Hungry Bulldozer

    Не получается работать с mce_editor

    Строки из файла excel берутся аналогичным образом как и txt. А разделение строки (взятие определенной ячейки) осуществляется с помощью макроса Split и в качестве разделителя используйте ;
  41. Hungry Bulldozer

    Proxies issues

    I added you too:) Probably there are some differences in our time zones.
  42. Hungry Bulldozer

    Can't install on Windows Server 2008 R2

    On your server you should turn on .net 3.5 framework. It is a bit differ from usual Windows. So there are such threads on this forum already.
  43. Hungry Bulldozer

    Proxies issues

    Please watch this video tut http://www.youtube.com/zennolab#p/u/3/SEd2SMUHUFw , if it won't help - knocking to me in skype
  44. Hungry Bulldozer

    When is ZP 4 coming out?

    We also looking forward to release it, but we don't share any dates as you know. So just have a bit patience and you'll get it like the sudden surprise.
  45. Hungry Bulldozer

    Не получается работать с mce_editor

    Пожалуйста. Обращайтесь:)
  46. Hungry Bulldozer

    Не получается работать с mce_editor

    Нужно через Pro Branch Builder установить значение первой строчке в редакторе через set->inner text приложил пример
  47. Hungry Bulldozer

    Как вывести капчу на определенной странице в интернете

    как создать собственный модуль распознавания здесь http://zennolab.com/discussion/showthread.php?2208-How-to-create-your-own-recognition-module-%28API%29&highlight=recognition
  48. Hungry Bulldozer

    Как вывести капчу на определенной странице в интернете

    Что значит отправить на страницу? Если Вы о том, чтобы сохранить каптчу и загрузить где то - то это возможно использованием модуля CaptchaSaver в распознавании каптчи и потом загрузить ее где Вам нужно.
  49. Hungry Bulldozer

    отключить предупреждения системы безопасности

    Зайдите в свойства обозревателя и проверьте настройки безопасности. Попробуйте убрать лишние предупреждения.
  50. Hungry Bulldozer

    where to hire a zennon coder or buy templates?

    You can create a thread in the advertising section of the forum with description about worker or templates you are looking for or your offer.