imacros proxy loop using .csv

Macthetrix

Regular Member
Joined
Feb 21, 2013
Messages
378
Reaction score
395
VERSION BUILD=6240709 RECORDER=FX
SET !TIMEOUT_PAGE 16
TAB T=1
CLEAR
TAB CLOSEALLOTHERS
SET !DATASOURCE proxylist.csv
SET !DATASOURCE_COLUMNS 5
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}
PROXY ADDRESS={{!col1}}:{{!col2}}
URL GOTO=http://whatsmyip.net/
wait seconds=4

I cant figure it out it always shows my own ip ;(
 
Are you using public proxies? That might be the problem. Get yourself some private ones. Plenty of proxy providers on BHW.
 
Are you using public proxies? That might be the problem. Get yourself some private ones. Plenty of proxy providers on BHW.
Yes I use private proxies its the code that has some problem and it gives me an error too
 
where are you giving username:password
 
where are you giving username:password
What do you mean the proxies are allocated to my ip I just use them from the list and it doesnt work with public proxies either. It says there is a bad parameter or something like that and then it stops
 
^Since you got private proxies they probably have usernames+passwords. And why are you using 5 columns, you probably have a good reason, I'm just curious ;)
 
1) where should script copy the username and password .. and
2) what you wanna do with this script ...

few things are not clear ....
 
if you use
PROXY ADDRESS={{!col1}}:{{!col2}}


then your proxylist.csv should contain
ip,port


but if your proxylist.csv contain
ip:port


then the right syntax is
PROXY ADDRESS={{!col1}}
 
if you use
PROXY ADDRESS={{!col1}}:{{!col2}}


then your proxylist.csv should contain
ip,port


but if your proxylist.csv contain
ip:port


then the right syntax is
PROXY ADDRESS={{!col1}}

It is working now thanks I had the col in the csv messed around. Do you know if there is a way to skip a proxy if its too slow?
 
Back
Top