imacros with proxies?

outsidethesquare

Regular Member
Joined
Sep 9, 2009
Messages
268
Reaction score
164
just a quick question here.. I want to use a different proxy for each loop in the imacro code and i'm struggling to do this.

The code I have is:

SET !TIMEOUT 60
SET !DATASOURCE proxies.csv
SET !DATASOURCE_COLUMNS 2
SET !DATASOURCE_LINE {{!LOOP}}
PROXY ADDRESS={{!COL1}}:{{!COL2}}
then from here vote for a certain thing, then repeat the script with a differnt proxy so that my item gets many many votes..

The error I keep getting is that proxy isn't in the right format.

Does any1 know how to change a proxy each time the code loops?
 
You have different columns for proxy address and proxy port? Just move it to one column. Also assign {{!COL1}} to some text field to see whats wrong with format.
 
is this the free plugin? Free plugin does not support PROXY ADDRESS command

If you after a free plugin proxy changing solution, see my thread:
http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/230485-how-change-proxy-imacros-ff-free-plugin.html
 
Last edited:
nah its with the imacro browser, and I did try having it in one column but that didnt work either. It only accepts proxy address in the format x.x.x.x:x so I don't know how to change it with each loop..
 
Back
Top