Hi,
I am new to programming and ZennoPoster, so please go easy on me.
I want to make a template that goes to a site using a proxy (from a list) and enters in account details (from a list). (I know how to do lists)
I need help making this multi threaded, so that I do not have to make 10 similar templates that all do the same thing but using different lines from the list.
I want to make it so that I use 1 template that is multi threaded, and that...
Thread 1 takes line 0 data from proxy and account list,
Thread 2 takes line 1 data from proxy and account list,
Thread 3 takes line 2 data from proxy and account list.. and so on.. Up to 10 Threads.
How can I make this happen?
Thanks in advance!
Sincerely,
--
Kevin Bartlett
I am new to programming and ZennoPoster, so please go easy on me.
I want to make a template that goes to a site using a proxy (from a list) and enters in account details (from a list). (I know how to do lists)
I need help making this multi threaded, so that I do not have to make 10 similar templates that all do the same thing but using different lines from the list.
I want to make it so that I use 1 template that is multi threaded, and that...
Thread 1 takes line 0 data from proxy and account list,
Thread 2 takes line 1 data from proxy and account list,
Thread 3 takes line 2 data from proxy and account list.. and so on.. Up to 10 Threads.
How can I make this happen?
Thanks in advance!
Sincerely,
--
Kevin Bartlett