Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
07-24-2013, 09:33 AM
Post: #1
|
|||
|
|||
NEED HELP WITH PROXYS AND IMACROS
Hello, i need to click on a link in the youtube description from other IP's. I know how to use imacros, but is there anyway i can change a proxy for every refresh? Or should i say, if i was to use Tor Browser, can i write a script to refresh and put a new identity after its finished so each click is a different IP? Please help me.
|
|||
07-29-2013, 12:27 PM
Post: #2
|
|||
|
|||
RE:
not sure what you specifically need .. has been a long day ...
CLEAR might be it |
|||
11-18-2013, 03:38 AM
Post: #3
|
|||
|
|||
RE:
VERSION BUILD=6240709 RECORDER=FX
TAB T=1 SET !ERRORIGNORE YES SET !DATASOURCE proxylist.csv SET !DATASOURCE_COLUMNS 2 'Increase the current position in the file with each loop SET !DATASOURCE_LINE {{!LOOP} 'clear cookies and cache: CLEAR URL GOTO=about:config 'some proxies are slow, set the timeout to 90 seconds: URL GOTO=jgPrefBranch.setIntPref("network.http.keep-alive.timeout",900); URL GOTO=about:config 'set the proxy URL URL GOTO=jvar<SP>prefb<SP>=<SP>Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch);var<SP>str<SP>=<SP>Components.classes["@mozilla.org/supports-string;1"].createInstance(Components.interfaces.nsISupportsString);str.data<SP>=<SP>"{{!COL1}}";prefb.setComplexValue("network.proxy.http",<SP>Components.interfaces.nsISupportsString,<SP>str); URL GOTO=about:config 'set the proxy port: URL GOTO=jgPrefBranch.setIntPref("network.proxy.http_port",{{!COL2}}); URL GOTO=about:config 'turn the proxy on URL GOTO=jgPrefBranch.setIntPref("network.proxy.type",1) |
|||
11-18-2013, 04:05 AM
Post: #4
|
|||
|
|||
RE:
is it hard to make a imacro script for likesasap website ?
|
|||
11-18-2013, 04:08 AM
(This post was last modified: 11-18-2013 04:10 AM by We Go.)
Post: #5
|
|||
|
|||
RE:
(11-18-2013 03:38 AM)yga818 Wrote: VERSION BUILD=6240709 RECORDER=FX TYVM for the code to play with (beyond my current level of expertise) !! I am very pleased to having broken your 'reputation cherry' I hope to see more imacros code in future! We |
|||
05-04-2014, 08:19 PM
Post: #6
|
|||
|
|||
RE:
макросами прокси циклу с использованием. CSV
[код] SET! TIMEOUT_PAGE 16 TAB T = 1 CLEAR, TAB CLOSEALLOTHERS SET! DATASOURCE proxylist.csv SET! DATASOURCE_COLUMNS 5 SET! КОНТУР 2 SET DATASOURCE_LINE {{! LOOP}}! адрес прокси-сервера = {{! col1 }} {{col2}}! URL GOTO = http://site/ ждать секунд = 4 [/ код] , если вы используете адрес прокси-сервера = {{col1}}:! {{col2}} , то ваш proxylist.csv должен содержать IP, порт , но если ваш proxylist.csv содержат iport то право синтаксис адрес прокси-сервера = {{! col1}} |
|||