Sunday, February 8, 2015

Set IE Proxy in command line(CMD) or in IE(HTML)

Author : http://eauprogram.blogspot.com
Download : http://sourceforge.net/projects/eauprogram/files/SetIEProxy

SetIEProxy CMD Ver had been tested successfully under WIN98_IE5.5-->XP_IE6-->WIN8.1X64_IE11 .
CMD Ver source code can be complied by VC++6.0 .
SetIEProxy HTML Ver had been tested successfully under XP_IE7-->WIN7X64_IE11 .




CMD Ver. readme :
Run "SetIEProxy_Manager.bat" :
1.First edit Proxies.txt , the format is :
The first line is the proxy name , the second line is the proxy address of this proxy name .
And then the third line is another proxy name , the forth line is ...
repeat it like above .
2.Run SetIEProxy_Manager.bat , choose new version : [0: SetIEProxy 0.03_CMD.exe] ,
input [0 + ENTER]
3.1-4 is low version , you can investigate it by yourself , almost same to the new version .

CMD Ver. setting :
0. input 【any number】 + ENTER : Select proxy index to set ie proxy .
1. input 【n】 + ENTER : show ie proxy now .
2. input 【l】 + ENTER : show the ie proxy list self defined .
3. input 【r】 + ENTER : reload ie proxy list from Proxies.txt .
4. input 【h】 + ENTER : can see english help , and show high class setting .
5. input 【x】 + ENTER : exit .

High class setting :
6. input like【ip127.0.0.1:8080】 + ENTER : set ie proxy in string after 【ip】 .
7. input like【p8080】 + ENTER : set ie proxy address in default 127.0.0.1 , port is the string after【p】 .
8. input 【st】 + ENTER : set a timer , it will set ie proxy in cycle , the default timer interval is 1 second .
9. input 【ct】 + ENTER : stop timer .
10. input like【s3】 + ENTER : set timer interval to 3 seconds .
11. input like + ENTER : set timer interval to 3 milliseconds , 【S3000】=【s3】 .

HTML Ver. read me(only work at IE browser) :
0.Install DynamicWrapperX
Thanks to the author of DynamicWrapperX , by this dll , you can call funtion in other dll under PHP/JS/VBS code .

Official website :
http://yuripopov.ucoz.net/index/dynwrapx_en/0-21
Download :
http://yuripopov.ucoz.net/index/dwx_version_history_en/0-23
Documentation :
http://www.script-coding.com/dynwrapx_eng.html

Install and uninstall :
Copy dynwrapx.dll to C:\Windows\System32
Start - Run :
Install :
regsvr32.exe dynwrapx.dll
Uninstall :
regsvr32.exe /u dynwrapx.dll



IE open "SetIEProxy.html" :
1.First edit Proxies.txt , the format is :
The first line is the proxy name , the second line is the proxy address of this proxy name .
And then the third line is another proxy name , the forth line is ...
repeat it like above .
2.Enable IE browser ActiveX control :
start-run-regedit.exe
open registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0
Set key value to 0:1200、1201、1400、1406
Microsoft reference: http://support.microsoft.com/kb/833633/
3.IE browser open SetIEProxy.html .

HTML Ver. setting :
Base setting :

1.Press the violet button 【Set_IE_Proxy Text :】 , will set ie proxy string in the right input text .
(All ie proxy setting is base that【right input text】 .)
2.Press the violet button 【IE Proxy Now :】 , will get ie proxy now , and then show it on the right input text .
3.Click the ie proxy self defined buttons , can set ie proxy which you had defined .(Index 0 is disabled ie proxy in default .)
High class setting :

1.Three 【1000】input is timer interval , the first line is get ie proxy , second line is set ie proxy .
In a same line : the first button is get/set one time , the second button is start/stop a timer .
2.The third line is set ie proxy in cycle , textarea is ie proxy list . 
For example : first line is【baidu.com】 , seconde line【google.com】 , third line is a empty line .
After enable cycle , it will set this three line string to ie proxy , a empty line stand for disable ie proxy .
The first button is enabled/disable cycle .
The second button is in order/random order :
"in order" means set ie proxy string in the 0 line , and then the 1 line , 2 line ,3,4,...and so on.
"random order" means set ie proxy string in a random index line .
The third input【1000】 is the timer interval .
The forth button is load ie proxy self defiend to the textarea .
So , If you have enough proxy address ,
Set IE Proxy in cycle can be compared to TOR .
Hot key :
Hot key list :
【↑、↓、Page Up、Page Down、Home、End .】
【Ctrl + ↑、↓、Page Up、Page Down、Home、End .】
【←、→】
【ENTER】
【.】

All direction key can move from one proxy button to another proxy button in ie proxy self defined .
Or to increase/decrease the number in the input text .
press 【ENTER】can "set ie proxy" or "set timer interval" .
【.】 can move from one input to the next input in here :



Other buttons and input text are not important , click them as you like to know .

No comments:

Post a Comment