.
Proxifier v2.91 (inkl. Lizenz)
Die alte verlässliche Proxifier Version 2.91 inklusive vollständiger Lizenz.
Du bist nicht angemeldet und hast somit nur einen sehr eingeschränkten Zugriff auf die Features unserer Community.
Um vollen Zugriff zu erlangen musst du dir einen Account erstellen. Der Vorgang sollte nicht länger als 1 Minute dauern.
.
Proxifier v2.91 (inkl. Lizenz)
Die alte verlässliche Proxifier Version 2.91 inklusive vollständiger Lizenz.
,,Der blaue Baum" von Prohex (2020)
Thanked by 3 Members:
|
|
Achte die Vergangenheit ! Bewältige die Gegenwart ! Kämpf für die Zukunft !
Tue Recht und Scheue Niemand !
Wo Recht zu Unrecht wird - wird Wiederstand zur Pflicht !
Könnte das jemand reuploaden? Die Links sind alle down
1
Lade dir den "Originalen" Proxifier
2.
Geh auf google und suche nach : Keys für Proxifier (wirklich random ich habe auf Face paar Codes gesehen ....)
3
Geh Offline
4
Aktiviere dein Key und geh anschließend wieder online
Done
Hab keine Option gefunden um Proxylisten zu importieren... dehalb:
Hier mal ein schnelles Python Skript von mir um eine Proxyliste als ProxifierProfile abzuspeichern.
Danach einfach Importieren.
# The file with the proxies ([IP]:[Port] each row) file_name = "proxy_list.txt" proxy_type = "HTTP" def main(): proxy_list = parse_to_array(read_file_get_lines(file_name)) print parse_into_profile_xml(proxy_list, proxy_type) def parse_to_array(file_lines): proxies = [] for line in file_lines: proxies.append(str(line).split(":")) return proxies def read_file_get_lines(filename): tmp = [] with open(filename, 'r') as f: for line in f.readlines(): tmp.append(line.replace("\n", "")) return tmp def parse_into_profile_xml(proxies, proxy_type): xml = """ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ProxifierProfile version="101" platform="Windows" product_id="1" product_minver="310"> <Options> <Resolve> <AutoModeDetection enabled="true" /> <ViaProxy enabled="false"> <TryLocalDnsFirst enabled="false" /> </ViaProxy> <ExclusionList>%ComputerName%; localhost; *.local</ExclusionList> </Resolve> <ProxificationPortableEngine subsystem="32"> <Location>Winsock</Location> <Type hotpatch="true">Prologue</Type> </ProxificationPortableEngine> <ProxificationPortableEngine subsystem="64"> <Location>Winsock</Location> <Type hotpatch="false">Prologue</Type> </ProxificationPortableEngine> <Encryption mode="disabled" /> <HttpProxiesSupport enabled="false" /> <HandleDirectConnections enabled="false" /> <ConnectionLoopDetection enabled="true" /> <ProcessServices enabled="false" /> <ProcessOtherUsers enabled="false" /> </Options> <ProxyList> """ i = 100 for proxy in proxies: xml += '<Proxy id="%s" type="%s"><Address>%s</Address><Port>%s</Port><Options></Options></Proxy>\n' \ % (i, proxy_type, proxy[0], proxy[1]) i += 1 xml += """ </ProxyList> <ChainList /> <RuleList> <Rule enabled="true"> <Name>Localhost</Name> <Targets>localhost; 127.0.0.1; %ComputerName%</Targets> <Action type="Direct" /> </Rule> <Rule enabled="true"> <Name>Default</Name> <Action type="Proxy">102</Action> </Rule> </RuleList> </ProxifierProfile>""" return xml main()
Thanked by 8 Members:
|
|
Thema | Forum | Themenstarter | Statistik | Letzter Beitrag | |
---|---|---|---|---|---|
Proxifier Portable v4.12 +License |
Leaks | annaa |
|
|
|
Proxifier Portable v4.12 +License |
Leaks | annaa |
|
|
|
Proxifier Portable v4.12 +License |
Leaks | annaa |
|
|
Mitglieder: , Gäste: , unsichtbare Mitglieder: