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

  1. shinigami

    Как отключить редирект?

    Через set->web browser можно отключить выполнение скриптов поставить значение false, а после прохождения снова включить установлением значения true.
  2. shinigami

    Парсинг определенных строк

    Сделал это двумя регвырами. Первый выделяет все строки со звездочкой, а второй дергает из них "еще бла бла" Приложил шаблон
  3. shinigami

    Remove duplicates from file tool

    I've done small tool to help you remove duplicates from a file. Download you can here. thanks
  4. shinigami

    Continue button triggers but hangs in Debug Mode or when recording the template

    So won't it work even when you make the whole process manually in ProjectMaker recording template? You can try some trics with the Pro branch builder. (right mause click on the button) 1. Rize - >onmousemove 2. Rize - >onmouseover 3. Rize ->onfocus 4. Rize ->click 5. Rize ->onblur In such order...
  5. shinigami

    Debug Mode

    Hey! Yep. There is field on the tab actions recording... put there proxy in form IP:port not sure if it is working in demo
  6. shinigami

    multiple entries in text box

    Have you tried this one macro: {-String.Enter-}
  7. shinigami

    video sites

    I recorded tutorial for you, hope it will help
  8. shinigami

    Instances hang after changed to ADSL

    May be the count of supported connections is less then with cable (where it is restricted by OS only)
  9. shinigami

    Запуск своей программы в async режиме?

    Возможно этот пример будет полезным
  10. shinigami

    Problem to parse Google.

    So you parsed it from DOM text and it had failed when you tried to save it, haven't it? Could you please be more detailed.
  11. shinigami

    what's wrong with my yahoo email create template?

    It wasn't just an url. It is regular expression (a regular expression provides a concise and flexible means for "matching" (specifying and recognizing) strings of text, such as particular characters, words, or patterns of characters (c)wiki) So you need them to find element on the page by...
  12. shinigami

    вставить случайный емайл..

    Согласен, отличный вариант предложил!
  13. shinigami

    Не находит письмо

    После обработки писем - все письма из ящика удаляются. Так что не стоит использовать свой основной ящик, а письмо не найдено уже на новом ящике или на том же что и отлаживалось? Просто может быть после отладки оно удалилось и когда запустили в постере его уже там и не было.
  14. shinigami

    Правильно ли я понял?

    Описываешь все почти верно. Тыкаешь на ветку где берется урл макросом (get->macros) и результат выполнения копируешь (есть кнопка копировать сразу в буфер - предпочтительнее нажать именно ее) следующей веткой (set->web browser-> перейти по url) вставляешь этот результат. не забывай в конце...
  15. shinigami

    вставить случайный емайл..

    Для этого удобно использовать макрос спинтакс. Часть с доменом может выглядеть так: {-String.Spintax-|-{mail1|mail2|mail3}.com-}
  16. shinigami

    problem importing single private proxy

    btw, you can set up regular expressions to parse proxy you way you want. Otherwise, they must be: ip:port or login:pass@ip:port
  17. shinigami

    pop up windows outside of zenno

    If ZP opens IE tabs instead of internal instances you can use this tool
  18. shinigami

    "No page tab in the instance"

    I collect troubleshooting methods for some issues. There is yours. Check it out.
  19. shinigami

    need template for stumbleupon.com

    I just done. Go ahead downloading it
  20. shinigami

    [GET FREE] Facebook accounts creator

    Hey guys, I've just updated this template, but I don't have enough time to test it, so it is beta version. Please check it out. Short guide: 1) unzip 2) customize captcha branch 3) customize mail processing branch 4) add some entries to emails.txt 5) put some images to \userpics folder...
  21. shinigami

    Best method to find your directories posted links?

    Hey there:) You could add posted links to the file using a branch get - webbrowser - get page url. So later you will be able to take them one by one from a file and check some text on the page parsing some text on the page.
  22. shinigami

    How to create an error log

    You can handle such errors from usual ZP log. Usually it is HTML elemens isn't found, so you can check this element after and if element searching criteries are right you should put pause before execution.
  23. shinigami

    How to to have mutliple parsed text choices?

    There is a small sample with ggl
  24. shinigami

    how to get twitter web interface to show more followers

    1. In project maker you could try to focus on last loaded follower 2. In CodeCreator with keystrokes emulation library you can emulate keydown while count of followers is not which you'd like. So I dunno exactly if it is possible to go around in project maker, but if you are familiar with...
  25. shinigami

    Можно узнать ?

    Когда Вы записываете шаблон и добавляете аватар к профилю, то в значении атрибута записывается что-то вроде C:\fakepath\ava.jpg Вот этот путь надо заменить на макрос {-Directory.RandomFile-|-C:\images\-}, путь в макросе так же поменять на Ваш
  26. shinigami

    Можно узнать ?

    Сделать директорию images в нее накидать аватарок, а в пути к аватарке использовать макрос {-Directory.RandomFile-|-\images\-}
  27. shinigami

    [GET FREE] creation/posting blog templates

    Hey there, bros. Sorry that I too seldom participate on the community, but I have something to share with you. That's a little pack of two templates for edublogs.org accounts creation/posting. Ok, enough words. That's guide: That's templates: yours shini
  28. shinigami

    Captcha Not Working all The Sudden

    Firstly automatic captcha recognition doesn't work in Demo version, if you use not demo then try to use manual enter, does it work? If it works fine then check settings for captcha recognition: http://www.youtube.com/watch?v=BcoRpGua_fg
  29. shinigami

    Alive check?

    hey men, check it out
  30. shinigami

    How to Limit Login Macro Length?

    In the login macros {-Person.HumanLogin-|-[Eng|4][RndNum|1970|1990]-} you should change this part, as you have already told. This part [Eng|4] means that login is English and contains of 4 syllables. To make it shorter you can change 4 on 3 or 2. Also you can change second part which gives you 4...
  31. shinigami

    Can I append a line to Excel?

    You can read from .xls, .csv to read concrete cell do next: 1. {-File.GetString-|-\Results\1.csv-|-1-|-false-} - take a line from file where is 1 - row number, number starts from 0 2. {-String.Split-|-{-File.GetString-|-\Results\1.csv-|-1-|-false-}-|-;-|-1-} use macros split with ; as separator...
  32. shinigami

    Посимвольный ввод данных в поле. Как?

    Вот небольшой пример ввода посимвольно, точнее его эмуляция. Чтобы ввести таким образом весь текст нужен цикл.
  33. shinigami

    Squidoo.com registration

    If you mean that it is not highlighted than try to disable/enable backlight. I have one for accont creation and one for posting there, I mean it is possible to automate squidoo:)
  34. shinigami

    Quick Question About Threads

    You can run as many templates as you need at the same time.
  35. shinigami

    How to upload file from my PC ?

    hi dude, here you are.
  36. shinigami

    Line by Line - Pulling lines in sequence from a text file ?

    simple loop does the trick for you.
  37. shinigami

    How to grab the first line in txt file and how to save a link?

    when you add next line to the file previous lines won't be overwritten. It will be appended to the next line.
  38. shinigami

    How to grab the first line in txt file and how to save a link?

    here you are: 1) to get url of current page I use javascript: document.write(location.href); 2) I get source of page and parse it to find url 3) save it to a file
  39. shinigami

    SolveMedia captcha recignition WTF

    I've just done with it. I used tree of element and selected <div> with image as CAPTCHA. Take a look :)
  40. shinigami

    [GET FREE] Facebook accounts creator

    Hey guys My name is shinigami. I so much love ZennoPoster that I even have not noticed how my girlfriend left me. Joke:confused:. But I think I have something to share with you. There are a lot of tools, bots for facebook automation.I’ve just done my template for ZennoPoster 3. This template...