_iesetproxy, Proxarsi con autot

« Older   Newer »
  Share  
xdmisterx
CAT_IMG Posted on 9/7/2009, 17:10     +1   -1




Ciao a tutti.
Questa udf serve per proxarsi con Internet Explorer tramite la modifica dei valori di registro:
CODICE
Func _iesetproxy($ip,$porta,$stato=True)
       $reg="HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings"
       $regen=RegRead($reg,"ProxyEnable")
       If $stato=True Then
               If $regen=0 Then
                       RegWrite($reg,"ProxyEnable","REG_DWORD","1")
               EndIf
               $proxyserv=RegWrite($reg,"ProxyServer","REG_SZ",$ip &":"& $porta)
       ElseIf $stato=False Then
               If $regen=1 Then
                       RegWrite($reg,"ProxyEnable","REG_DWORD","0")
               EndIf
       EndIf
EndFunc

ciao :)
 
Top
~•~†Søap˜M.T.™†~•~
CAT_IMG Posted on 14/9/2010, 10:29     +1   -1




Utilissima Grazie ;D !
 
Top
BlackHack00
CAT_IMG Posted on 14/9/2010, 13:38     +1   -1




sarebbe utile solo che la voglio per firefox T_T
 
Top
xMasteRx
CAT_IMG Posted on 14/9/2010, 17:58     +1   -1




bella (:

per firefox non esisterebbe la UDF firefox.au3? XD l'o già vista in giro qualche volta, anche qui sul forum u.u
 
Top
marcovn
CAT_IMG Posted on 28/10/2012, 15:37     +1   -1




Finalmente ho trovato questa UDF, ma siccome sono nuovo con l'autoit non sò come implementarla xD

qualcuno potrebbe farmi un esempio? grazie :D
 
Top
Hpmezzo
CAT_IMG Posted on 28/10/2012, 19:47     +1   -1




Va beh ma si potrebbe fare un web browser con collegamenti proxy incorporato.. :) Cio proxarxy con Google.. E dai li tutti i siti che accedi tu sei connesso con proxy..
 
Top
5 replies since 9/7/2009, 17:10   166 views
  Share