You can set up a timeout before execution.
Set->web browser-> page loading timeout
So in this case bad proxy will be dropped from execution and turn to the next one.
I do it such way:
1) take a line from file with removing (I get email@mail.com:password)
2) then I can use anywhere I want email (split execution result of this branch {-String.Split-|-EXECUTION RESULT-|-:-|-0-})
and password {-String.Split-|-EXECUTION RESULT-|-:-|-1-}
I used to create files and directories via JS:
var fso, f1;
fso = new ActiveXObject("Scripting.FileSystemObject");
f1 = fso.CreateTextFile("c:\\testfile.txt", true);
so in ZP you also should wrap it in {-JS.Execute-|--} macro
Also remember that you should write tab name in the set->web browser-> go to the page value:
like {-File.GetString-|-\filepath\file.txt-|-0-|-true-}-|-page
additional: initialize counter {-Counter.Set-|-count1-|-0-}
!additional: set->logic operation->if {-Counter.Get-|-count1-}<{-File.CountOfStrings-|-PATHTOTHEFILE-}
3) set->web browser->go to the page
in the value for this branch...
At the moment drag-and-drop seems very difficult to handle at the current version. You should anyway have deep programming knowledges and simulate mouse events, gcomm directed you right. May be some drag-and-drop possible to go around by using some JS, but I really haven't tried. So don't waste...
Hi there.
Enough simple:)
To do this you should use JS execute macro {-JS.Execute-|--}
like this: {-JS.Execute-|-{-File.CountOfStrings-|-\Results\Temp2.txt-}+1-}
Are you sure that you set up proxy for this website when add template on execution, I remember that once I got the same when forgot to set up proxy for one of templates.
Yes, I do. I've looked through this template and could conclude that you use a loop inside one template. Why don't you just set this template to be executed how many times as you need in ZennoPoster, not in ProjectMaker?
Do such error occur "html was not found"?
Which one module do you use solving captchas? you can set up connection timeout for this module in settings: \ZennoPoster\Progs\
There are files with configs for modules.
Попролобуйте в отладке перед тем как нажать сабмит ввести несколько знаков вручную в поле для ввода текста (больше 50 знаков). Проблема может быть в том что ресурс палит копипаст и тут без эмуляции не обойтись.
//step1
namespace NewProject
{
internal class Step1
{
public static int ar;
public static int Execute(Instance instance)
{
blah blah blah;
}
}
}
//step2
namespace NewProject
{
internal class Step2
{
public static int Execute(Instance instance)
{...
As you mentioned by yourself these sites are continiously changing DOM text which you get, so elements Ids, outertext, etc are changing as well. You should use a few regexp/text search attributes, combine them in the same/different groups to get the most successful results. I do it next way...
Hey guys,
Clint just knocked to me in skype and said that decaptcher is not working anymore in ZennoPoster.
We found out this issue. HTTP POST URL CHANGED
To fox it do next:
Open in editor file DeCaptcher.dll.config in ZennoPoster\Progs\
Find this line <add key="decaptcher_host"...
Для этого в натсройках источника нужно включить замер скорости проксей. По умолчанию он выключен, так как это прожорливая операция. (правой кнопкой мыши по источнику -> прокси-> включить замер скорости проксей)
Добрый день, в аське обычно саппорт, а не сам nuaru. Если есть вопросы - задавайте на форуме, по почте или можете стучать ко мне в скайп - при наличии свободного времени - всегда готов помочь нашим пользователям.
Макросы имеют тоже самое название, что и в ProjectMaker
Например {-Person.FirstName-|-eng-|-male-}
станет
string result = instance.RiseMacros("Person.FirstName", new [] { "eng", "male" });
http://help.zennolab.com/ru/v3/zennoposter/codecreator/webframe.html...
Есть видео на русском в разделе видеоуроков. Основные моменты видео на английском понятны визуально, постараемся учесть Ваши пожелания по поводу будущих уроков и прикладывать текст перевода.