- Регистрация
- 16.06.2016
- Сообщения
- 3
- Благодарностей
- 0
- Баллы
- 1
Hello All,
I am looking for assistance in logging in to email accounts. At this point, I need to simply log in to existing accounts with a list of addresses + passwords. My project is able to do so when I'm running through it in project maker, with no issues.
I need to use a long list of email addresses and passwords, log in to each of them, move on to the next one in the list, so on and so on, until the end of the text file. The program below works with multiple addresses, yet it seems to go through the list at random, sometimes skipping addresses for no reason when running in ZennoPoster.
The format of the addresses in the text file are:
[email protected]:pass1
[email protected]:pass2
[email protected]:pass3
In ZennoPoster Lite, I then set the "Execution Count" to however many addresses are in the file, this example, 3.
ZennoProject is similar to this one I found on this forum (besides for the last "Click" and its AOL):
http://pastebin.com/sVpa64GY
There will be around 1,100 addresses to log in to.
Thanks in advance!
I am looking for assistance in logging in to email accounts. At this point, I need to simply log in to existing accounts with a list of addresses + passwords. My project is able to do so when I'm running through it in project maker, with no issues.
I need to use a long list of email addresses and passwords, log in to each of them, move on to the next one in the list, so on and so on, until the end of the text file. The program below works with multiple addresses, yet it seems to go through the list at random, sometimes skipping addresses for no reason when running in ZennoPoster.
The format of the addresses in the text file are:
[email protected]:pass1
[email protected]:pass2
[email protected]:pass3
In ZennoPoster Lite, I then set the "Execution Count" to however many addresses are in the file, this example, 3.
ZennoProject is similar to this one I found on this forum (besides for the last "Click" and its AOL):
http://pastebin.com/sVpa64GY
There will be around 1,100 addresses to log in to.
Thanks in advance!