How do IF block works ?

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Dear,

I'm meeting an issue. I did make an HOTMAIL template which create email, but from now, i would like to check if created mails boxes are corrects or not.
So i made a template which is connecting to the account and IF the template can login in the account, it addline in a TXT file.

The fact is i really don't know how to make zenno understand than the template is succefully login. I know it works with regex stuff but some help would be usefull :-)

Thanks.
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Many thanks rostonix, indeed its very simple on V4
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
I'm stuck on another problem, i explain it :

My hotmail creator template is working and saving email to a TXT file named "E-mail"
But from now i did a new template which test email account wih thos followings steps :

Load mail and pass from "E-mail" file
Login in hotmail account
IF OK -> write mail to a new file named "E-mail-OK"
IF NOT -> restart from begining

The fact is i would like to delete line (from E-mail file ) as soon as he is tested otherwise, always the same mail will be tested.
So i have placed a list proccessing delete block but doenst works.

Here a screenshot, any suggestions ?

delete.JPG
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
Delete action is empty on your screenshot.
I think you've forgot to specify list in action's settings.
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Really ? here the detail delete2.JPG
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
What red circle says when you put your mouse over this action?
What warning?
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
gyazo.com/20365215ad1b03ea9070b333dfe4b021
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
There is nothing exept "Delete line"
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
Lol ) Zip your folder with project and give me the link in PM or here.
I will check when i will have time.

Or you can set option "Delete line" in your Get line step.
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Ok i will zip file and upload it

I tryed this checkbox "Delete line" in your Get line step. but doesnt works, this fuck my variables.
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
I've got a new issue,

I have done ONE template by compilate creation and verification in 1 template, and it does work very well under the debugger.
When i try the tempalte in zenno poster, it create 0 emails and got only error messgaes in logs, here is screenshot.

Using 10 threads + proxys (more than 150 alive)

Any suggestions ?

zenno.JPG
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
Run it with 2-3 threads and look visually what fails.
Maybe you proxies are not good enough :-)

You can right click on every error "HTML element was not found" and copy id of failed action.
Then you can check it in PM and maybe put a pause before this step.
 
Последнее редактирование:

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Run it with 2-3 threads and look visually what fails.
Maybe you proxies at not good enough :-)

You can right click on every error "HTML element was not found" and copy id of failed action.
Then you can check it in PM and maybe put a pause before this step.
How can i see visually what fail in zenno, we do'nt see any actions ?
I copy an ID here is what i found : 9fb58c4e-abe0-41f7-a349-bb2a53c53d70

How can it help me ? :D

Thx
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Oh,

I think i understood, i have to comapre the logs with zenno maker and see ID in debug mode ?

If its that the previous ID 9fb.... is when the tempalte trying to GO to page "hotmail signup", that might be a proxy error ?

Thx

*Edit*

When i don't use proxys my template seems to works.
Wondering something: If a chinese proxys connecting to hotmail, will fields etc will be the same ? Can it generate somes bugs ?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
Right clck on failed step in zennoposter's log and you will be able to copy step id.
Use search button in projectmaker and paste id there )

Hotmail has limits for registrations from same Ip.
I think 3 per day or so.

You should check page difference for yourself. Who knows what attributes for action you use and how pages for your projects looks from different ips) this definitely can be a reason for errors )
 
Последнее редактирование:

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Thx for search TIp will help me a lot.

I have VPN so i can change my IP, i 'll check if page can be different on other country.

thx
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Sorry but got another question, one of the last i hope :-)

Actually i am finishing my wordpress template (registration, deleting post "hello world" and posting SPIN TAX and it works.
But the fact is i dont want to put a SPIn because if i put SAME spin in differents template, there will be duplicate content.

So i would like to make 50 different txt file, with 50 differents texts, and tell to template : Grab the next text in list, then delete it.

What should i use in text processing ?

Regards
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
Directories - Get files list - to List

Operations with lists - Get line - Delete after taking

Files - Take text
 
  • Спасибо
Реакции: Jor1s

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Thx for your help but i'm afraid that i didn't understand all.

You told me to ask a "Directories" -> get files list -> then i put the directory path where all TXT are stocked. But in the same block i MUST fil in the field "Add to list", i d'ont underqtand what and why i should "add to list"

Then what is "operations with lists" ?

Files - take text is ok, i understood.

Thanks for help
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
You told me to ask a "Directories" -> get files list -> then i put the directory path where all TXT are stocked. But in the same block i MUST fil in the field "Add to list", i d'ont underqtand what and why i should "add to list"
You add all paths to your articles to list and then take each one of them with operations with lists actions.
Then you take each article with files - take text
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Well i must be hard tired, i can't see anything about "Operations with lists actions" in tool bar :s
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
List processing :huh:
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
List will be not attached to any file.
You save in this lst only paths to your articles after getting them with directory action.
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Well i'm totally lost.

1) I put a "Directories" and put in first field "Get file list". In directory path, i put the path to the folder which contain my TXT files.
On bottom field i have "Add to list" : Here i don't understand what its supposed to do

Screenshot : Directories.JPG

2) You told me to get line from a LIST, and then delete it. So i have make a NEW list which called "CONTENT", i've put this empty list in my ressource
In variable field i have put Title and body of my futur articles.

Screenshot : List.JPG

3) You told me to put "File take text" : I did put it, on file path i put the first TXT file and as variable, once again Title and body of futur article.

Screenshot : Take text.JPG

I don't really understand the logic of this step, that's why i'm totally stuck

Thx for help.
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
)))))
Why do you create a new list on 2nd step?
You put paths to articles to first list ( you called it spinnes) with directory action.
Then take 1st line from it with list processing and put it to file action take text
Address of the file = 1st line you took from list )
 

Boxcutter

Client
Регистрация
08.06.2012
Сообщения
127
Благодарностей
72
Баллы
28
  • Спасибо
Реакции: Jor1s

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
)))))
Why do you create a new list on 2nd step?
You put paths to articles to first list ( you called it spinnes) with directory action.
Then take 1st line from it with list processing and put it to file action take text
Address of the file = 1st line you took from list )
I did create a new list action because i want to separate TITLE from body

After a good and long night i will try this.

Thx Boxcutter for your tempalte, i'm watching it :-)
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)