IMacros - Import proxies from .csv

IMNiklas

Junior Member
Joined
Jul 15, 2013
Messages
113
Reaction score
39
I've been working a while now on a bot in IMacros. I'm almost done, but now I'm having a problem that I have actually no idea why it doesn't work. I have a .csv with proxies, and I want to import them to the bot. The code looks like this:
Code:
CMDLINE !DATASOURCE ProxyList.csvSET !DATASOURCE_COLUMNS 4
SET !DATASOURCE_LINE {{!LOOP}}
Proxy Address={{!COL1}}
SET !ENCRYPTION NO
ONLOGIN USER={{!COL2}} PASSWORD={{!COL3}}

All of it works except the fourth line. I get this the error message:

uvQMb.jpg

I've even tried to add a different column for the port but that doesn't help. If I add the proxy manually like this it still works:
Code:
CMDLINE !DATASOURCE ProxyList.csvSET !DATASOURCE_COLUMNS 4
SET !DATASOURCE_LINE {{!LOOP}}
Proxy Address = 123.123.123.123:80
SET !ENCRYPTION NO
ONLOGIN USER={{!COL3}} PASSWORD={{!COL4}}

It works even though I import the password and username.

Does anybody know how I could fix this. I would be so grateful, and of course, rep and thanks for whoever helps me. Thanks in advanced!
 
why is there 4 columns?
 
why is there 4 columns?
I tought high post and rep members like you had learned not to ask irrelevant questions like that one. Does anybody know hos I could fix it?
 
I tought high post and rep members like you had learned not to ask irrelevant questions like that one. Does anybody know hos I could fix it?

You asked a question and you want answer.

But if someone else ask you a question, instead of answering it you are insulting him. WTF??

I have same question - why is there 4 columns?

Answer to your question is in the answer of our question.
 
You asked a question and you want answer.

But if someone else ask you a question, instead of answering it you are insulting him. WTF??

I have same question - why is there 4 columns?

Answer to your question is in the answer of our question.
Sorry, I tought it was pretty avious that I want to do something else in my bot. I'm not going to tell you what because that will be a surprise when I share it here.
 
Back
Top