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

  1. Hungry Bulldozer

    пропадает интернет

    Попробуйте уменьшить количесвто потоков чекания проксей и источников
  2. Hungry Bulldozer

    Alive check?

    You can do it checking text presence. If there is an error like "error 404" means dead link or something.
  3. Hungry Bulldozer

    Bit of a Problem in Code Creator

    Hey Frank. Thanks for this information 1. Will be fixed 2. It has to be this way, like in MS Visual Studio 3. This element in menu is from ProjectMaker menu, this element in menu will be removed Error while building project. It means that compiler got an error, all errors you can see in the log
  4. Hungry Bulldozer

    Hidden thread?

    you can't hide instances at the moment, but there is a way to login under second account in Windows and ZennoPoster will be working like daemon
  5. Hungry Bulldozer

    Please enter the keyword listed above.

    Yes, you should: take a DOM text of page (Get->Web browser-> DOM text) parse this text by regular expressions and find keyword set this keyword to input field feel free to ask in skype how to do it.
  6. Hungry Bulldozer

    Вместо текста квадратики.

    Да, это юникод. На сколько мне известно BOM это порядок следования байтов, первые три байта файла. Предполагаю, что повлиять особо не должно с UTF-8
  7. Hungry Bulldozer

    Help needed with template to urls involved

    Feel free to contact on skype
  8. Hungry Bulldozer

    Importing Text File into WYSIWYG iframe = No line breaks

    Some steps how to do it: Add Emulator.dll to the reference of the project in CodeCreator You can take this dll here:http://zennolab.com/discussion/showthread.php?2844-Simulation-keyboard-mouse-events Run this example project
  9. Hungry Bulldozer

    Using Sockets

    Hey Frank. Did you come across curl? Curl library for .net may do the trick for you.
  10. Hungry Bulldozer

    Learning C#

    Hey Frank, I'd recommend you take a look at this one book: The Complete Reference C# 3.0 (Herbert Shield) It may contribute loosing c# virginity:)
  11. Hungry Bulldozer

    Шаблон регистрации аккаунтов [vBulletin 4.x]

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

    Релиз CodeCreator и новый билд

    Код работает верно? Попробуйте обернуть его в try-cache http://msdn.microsoft.com/ru-ru/library/0yd65esw%28v=vs.90%29.aspx
  13. Hungry Bulldozer

    Using Variables

    Since I've already told with Praney, I'd like to say it here: in ZennoPoster there are global storage for variables and counters. For local storage you can use own counters.
  14. Hungry Bulldozer

    Section for Code Creator

    Separated section for CodeCreator was added http://zennolab.com/discussion/forumdisplay.php?80-CodeCreator
  15. Hungry Bulldozer

    Captcha recognition timeout

    Hey, Stereomike. There is a settings for captcha recognition timeout in config files. For example to change timeout for AntiCaptcha you should change timeout in AntiCaptcha.dll.config.
  16. Hungry Bulldozer

    How to run 2 copies simultaneously ?

    You can run ProjectMaker, CodeCreator, CapMonster on a few machines at the same time. ZennoPoster can be run only on one.
  17. Hungry Bulldozer

    Changing the price of the Pro version

    Prices were set up keeping in mind Russian and English software markets. Avarage salary in US in a few times more than in Russia.
  18. Hungry Bulldozer

    Basic video course.

    Guys, I've just added some new tuts. 5. Basic macroses. Explanation of the basic macroses.[done] 10. Regular expressions. [done] 11. ZennoPoster. Template execution [done]
  19. Hungry Bulldozer

    Code Creator: open code reference

    you should click right mouse on the References of the current project and then "Add reference"
  20. Hungry Bulldozer

    Can't get Private Proxies to Work

    Do you use any rules/filters for proxies?
  21. Hungry Bulldozer

    Грабберы контента

    в редакторе шаблона Get->Web browser->получить DOM текст в параметрах можно указать Ваше регулярное выражение
  22. Hungry Bulldozer

    How to filter Codeen proxy?

    There is a filter IP-subnet on the filter tab. There is a list of IPs for Codeen, you can load it from file in next format and forbid those: StartIP1-StartIP1 StartIP2- StartIP2 ...
  23. Hungry Bulldozer

    How download files form filesonic.com and hotfile.com

    Probably it takes you to find direct link to the file first: 1) login 2) scrape a link 3) download file is there a possibility to download via FTP?
  24. Hungry Bulldozer

    Watching your thread in ZP

    It is possible watching local variables while debugging in CodeCreator.
  25. Hungry Bulldozer

    CodeCreator and new build

    First tutorial for CodeCreator
  26. Hungry Bulldozer

    Code creator/Zenoposter/Mysql

    Ждем Вас в нашем комьюнити.:)
  27. Hungry Bulldozer

    Code creator/Zenoposter/Mysql

    Конечно, CodeCreator позволяет работать с базами данных, и это не самая сложная задача какая может быть реализована с его помощью. Для того, чтобы стать обладателем этого мощного SEO инструмента достаточно быть владельцем любой из версий ZennoPoster, начиная с последнего билда. lite/standard/pro
  28. Hungry Bulldozer

    How to grab text from file with username:password

    {-String.Split-|-username:password-|-:-|-0-} -username {-String.Split-|-username:password-|-:-|-1-} -password
  29. Hungry Bulldozer

    Twitter Tutorial Question

    When I did it I just wanted to show the basics, it is possible to take email from file and then confirm account. Second way is better.
  30. Hungry Bulldozer

    ZP Won't Click " Sign up for a FREE account" for AOL Email

    It may be executed too fast ot you use bad proxies, also it may be site protection and it takes real mouse click.
  31. Hungry Bulldozer

    ZP Won't Click " Sign up for a FREE account" for AOL Email

    right button click-> branch builder-> rise-> click
  32. Hungry Bulldozer

    chinese characters?

    Please PM me a resource. I tried it with china.com and there chinse characters can be read fine
  33. Hungry Bulldozer

    Can I reference created variables directly?

    You should use set->logic operation branch where check a counter: {-Counter.Get-|-count1-}<11
  34. Hungry Bulldozer

    Zenno wont click on submit when using proxies on some pages

    Try to put pause before click.
  35. Hungry Bulldozer

    Создать файл или директорию

    Можно создавать файлы/директории через javascript: var fso, f1; fso = new ActiveXObject("Scripting.FileSystemObject"); f1 = fso.CreateTextFile("c:\\testfile.txt", true);
  36. Hungry Bulldozer

    Zeenoposter Direct Hit Traffic

    take a look at this example
  37. Hungry Bulldozer

    Zeenoposter Direct Hit Traffic

    You can also make fake referrers
  38. Hungry Bulldozer

    Problem in ZennoPoster with macro execution

    What do you do at this branch ≡2≡0≡7≡2≡8≡5≡3≡7≡7≡3≡? Put - before file path in ≡1≡7≡3≡7≡5≡2≡4≡5≡0≡3≡
  39. Hungry Bulldozer

    How to quit a loop?

    If there are no any branches after branch with logic you don't need any additional steps to exit successful. It will just exit successfully
  40. Hungry Bulldozer

    How Do You Split Username:Pass When Taking From A Text File?

    at first you should use macros File.GetString (Files and Directories -> Take a line from the file) then take execution result of this branch and use it with macros String.Split and insert execution result of macros File.GetString as input string for String.Split
  41. Hungry Bulldozer

    How to quit a loop?

    You can exit from a loop with successful branch but during the loop execution go through unsuccessful
  42. Hungry Bulldozer

    How to click ok or cancel on popups?

    It will be clicked by default. If you need click OK: Set->Web browser-> JS Confirm params->OK If you need click cancel: Set->Web browser-> JS Confirm params->CANCEL
  43. Hungry Bulldozer

    Captcha not showing on poster

    Try to put pause before captcha step. Probably captcha is not loaded completely.
  44. Hungry Bulldozer

    Process multiple emails???

    probably the problem that you do it in debug mode (ProjectMaker) then all emails will be deleted after stop debugging.
  45. Hungry Bulldozer

    Captcha dont show in zenno poster

    Let me know link on this source. Feel free to PM. Also in which browser do you open it? Which version of IE do you use? Were other images loaded?
  46. Hungry Bulldozer

    Process multiple emails???

    You had better add a loop in your case. Yes, you need email processing step for each You had better add a loop in your case. Yes, you need email processing step for each email searching email
  47. Hungry Bulldozer

    Can I append a line to Excel?

    to append lines into different cells: cell1;cell2; etc split it by ;