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...
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...
После обработки писем - все письма из ящика удаляются. Так что не стоит использовать свой основной ящик, а письмо не найдено уже на новом ящике или на том же что и отлаживалось?
Просто может быть после отладки оно удалилось и когда запустили в постере его уже там и не было.
Описываешь все почти верно. Тыкаешь на ветку где берется урл макросом (get->macros)
и результат выполнения копируешь (есть кнопка копировать сразу в буфер - предпочтительнее нажать именно ее)
следующей веткой (set->web browser-> перейти по url) вставляешь этот результат. не забывай в конце...
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...
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.
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.
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...
Когда Вы записываете шаблон и добавляете аватар к профилю, то в значении атрибута записывается что-то вроде
C:\fakepath\ava.jpg
Вот этот путь надо заменить на макрос
{-Directory.RandomFile-|-C:\images\-}, путь в макросе так же поменять на Ваш
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
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
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...
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...
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:)
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
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...