So, Habs doch noch geschafft – Unten Anleitungen für Windows (Sehr einfach) – und auch für Linux, was ihr ja alle haben wolltet 
Danke an krisz ohne den ich die Compilte Binary nie gefunden hätte
Thx to Fat_Fighter for English translation of the Config file!
Installation/Konfiguration Windows:
mpx.rar Downloaden – Entpacken – mpx.cfg im Editor öffnen:
##Socks5 mit user und Passwort
##Socks5 with user and password
#SOCKS5 PORT USER PASSWORD
#SOCKS5 3128 Will proxyserver
Will man zB. Socks5 auf Port 12345 Ohne Usernamen/Passwort:
#If you want i.e. Socks5 on Port 123456 without User/Password:
SOCKS5 12345
Socks5 mit Username/Passwort auf Port 12345:
#Socks5 with User/Password on Port 12345:
SOCKS5 123456 Username Passwort
MPX kann auch als Service Installiert werden, dazu einfach die Start.Bat im Editor Öffnen und in der letzten Zeile “PORT_HIER”
mit dem Port, zB. 123456 Ersetzen – Dann die Bat Doppelklicken.
#MPX can also be installed as Service, just edit the last line of the Startr.bat and chage “PORT_HIER” to your proxy port.
#After that double clock the Bat and it will run in Background.
Installation/Konfiguration Linux:
Hier wird es komplizierter…. Erstmal muss das übliche Installiert sein: make, gcc usw.
#More complicated than Windows, first you need the usual things to compile the proxy: make, gcc, etc.
Einfach die Kommandos wie in der Code Box unten eingeben, Zeilen mit “#” sind
Kommentare und müssen nicht eingegeben werden.
Root Account ist Voraussetzung.
#Just execute the Commands in the Codebox below, “#”
#are comments and dont need to be entered.
#HINT: you need to be root for this.
mkdir /tmp/proxy
cd /tmp/proxy
wget http://www.3proxy.ru/0.6.1/3proxy-0.6.1.tgz
#Lokaler Mirror / Local Mirror: str0.at/ul/3proxy-0.6.1.tgz
tar -xvzf 3proxy-0.6.1.tgz
rm 3proxy-0.6.1.tgz
cd 3proxy-0.6.1
make -f Makefile.Linux
cd src
mkdir /home/proxy
mv 3proxy /home/proxy
cd /home/proxy
wget str0.at/ul/3proxy.cfg
#note: English users can use:
#wget str0.at/ul/3proxyEN.cfg -O 3proxy.cfg
#for English translation of the Help text in the config file
nano 3proxy.cfg
#3proxy.cfg editieren, siehe Unten
#edit 3proxy.cfg, see below
chmod +x 3proxy
./3proxy 3proxy.cfg
Hier die von mir Übersetzten Config Files:
Deutsch:
Show ▼
##############################
#3proxy Config File -Deutsch-#
#by str0.at #
##############################
##MAIN##
#Externe Kommandos beim Start, zB. User abmelden oder ein programm Starten
system “echo Proxy Gestartet!”
#als Service Starten
#zum stoppen faellt mir momentan nur ein den prozess zu killen
daemon
#Es koennen Nameserver angegeben werden, in diesem beispiel die Google DNS Server
#nserver 10.1.2.1
#nserver 10.2.2.2
#nur wichtig fuer DNS proxy, nicht fuer SOCKS/WEB
#nscache spart Bandbreite mit lokalem DNS Cache
#Zeitangabe der Speicherung in Sekunden
#nscache 65536
#nur wichtig fuer DNS proxy, nicht fuer SOCKS/WEB
#Zensur / Blocking
#nsrecord google.at 127.0.0.0
##leitet google.at ins Nirvana um
#nsrecord google.at str0.at
##leitet google.at auf str0.at weiter
#Benutzerconfig
#syntax ist users benutzername:CL:passwort
#CL ist Clear Text – Passwort nicht Verschluesselt.
#MD5 hashed PWs ohne salt sind nutzbar mit
#CR statt CL, beispiel:
#users “test2:CR:$1$lFDGlder$pLRb4cU2D7GAT58YQvY49.”
#klammern sind noetig, aber nur bei MD5 PWs
#wegen den $ zeichen
#
#mehrere Benutzer koennen in einer Line benutzt werden
#users BENUTZER:CL:PASSWORT BENUTZER2:CL:PASSWORT
#benutzer sind global in der Config
#und koennen an allen eingerichteten Proxys benutzt werden
users benutzer:CL:passwort
#Es kann auch ein externes Benutzerfile verwendet werden
#users $/var/.proxyauth
#Logfile – D steht fuer taeglich wechseln
log /var/log/3proxy/3proxy.log D
#Logformat
#Genaue usage kann auf 3proxy.ru eingesehen werden
logformat “- +_L%t.%. %N.%p %E %U %C:%c %R:%r %O %I %h %T”
#Logs koennen auch gezippt/archiviert werden
#archiver gz /bin/gzip %F
#archiver zip zip -m -qq %A %F
#archiver rar rar a -df -inul %A %F
#Die Letzten 30 Logfiles (also 30 tage) aufbewahren
rotate 30
#Authentifizierung – auth strong ist user / passwort
auth strong
#binden an externe IP – die IP die spaeter auf IP Check seiten steht
#0.0.0.0 sind alle Interfaces – auf servern die Externe IP eingeben
#zB. 123.45.67.89
#external 123.45.67.89
#Interne IP adresse – Listen IP
#bei Server die SSH Adresse
#internal 123.45.67.89
#Socks5 Config
#
#flush ignoriert access regeln fuer andere proxys und legt
#neue fuer diesen an
#allow USERNAME fuer access control
#maxcon sind die maximalen verbindungen
#
# -p nach socks gibt den port an -p1234 zB.
# -i nach -p gibt die IP an an die gebunden werden soll
#socks -p1234 -i127.0.0.1 bindet zB. an localhost
#normalerweise reicht es -i wegzulassen, ausser
#wenn mehrere IPs am Server vorhanden sind
auth strong
flush
allow USERNAME
maxconn 20
socks -p1234
#Chroot gibt das Homedir an
#so kann der proxy ohne Root Rechte laufen
#Ehoeht die sicherheit DRASTISCH!
#Pfad anpassen!
#chroot /home/proxy
#setgid nobody
#setuid nobody
#es koennen auch mehrere Proxys angelegt werden, unter anderem
#Webproxy, DNS Proxy, ICQ Proxy – alles nachzulesen auf 3proxy.ru
#Besucht meinen Blog auf http://str0.at – und folgt mir auf Twitter: http://t.str0.at 
#Config Translated from Russian to German by William Z. – Str0.at – ww@str0.at
#Feel free to email me in German, English, Ukrainian and Cantonese Chinese
#Thanks to 3Proxy for the awesome Proxy!
English:
Show ▼
##############################
#3proxy Config File -English-#
#by str0.at #
##############################
##MAIN##
#External commands at start, for example starting some other program
system “echo Proxy Started!”
#start as Service
#only way to stop i know so far is to kill the process
daemon
#you can specify external Nameservers, i.e. the google DNS servers
#nserver 10.1.2.1
#nserver 10.2.2.2
#does only matter if you use the DNS Proxy, not for SOCKS or WEB proxy
nscache saves bandwith with a local DNS cache
#time to save (TTL) in seconds
#nscache 65536
#only matters if you use the DNS Proxy, not for SOCKS or WEB proxy
#censor / Blocking
#nsrecord google.at 127.0.0.0
##redirects google.at to nirvana
#nsrecord google.at str0.at
##redirects google.at to str0.at
#only matters if you use the DNS Proxy, not for SOCKS or WEB proxy
#User config
#syntax is: users username:CL:password
#CL is clear text – unencrypted password
#MD5 hashed PWs without SALT are usable with
#CR instead of CL, for example:
#users “test2:CR:$1$lFDGlder$pLRb4cU2D7GAT58YQvY49.”
#”" is needed as the $ would be threated as external include without it
#
#more than one user can be specified in one line
#users user:CL:password user2:CL:password2
#users are global in the config
#and can be used at any proxy
users user:CL:password
#a external userfile can be used, too
#users $/var/.proxyauth
#Logfile – D is for changing Daily
log /var/log/3proxy/3proxy.log D
#Logformating
#complete usage can be seen on 3proxy.ru
logformat “- +_L%t.%. %N.%p %E %U %C:%c %R:%r %O %I %h %T”
#Logs can also be zipped/archived
#archiver gz /bin/gzip %F
#archiver zip zip -m -qq %A %F
#archiver rar rar a -df -inul %A %F
#keep the last 30 Logfiles, therefore 30 Days
rotate 30
#Authentication – strong is user/password
auth strong
#Socks5 Config
#
#flush ignores access rules and makes new ones for this proxy
#allow USERNAME for access control
#maxcon are the max connections
#
# -p after socks gives the port to use -p1234 for example
# -i after -p says the proxy on what IP he should bind
#socks -p1234 -i127.0.0.1 bind for example to localhost
#under normal circumstances you can ignore -i unless
#you have more than one IP on your server
auth strong
flush
allow USERNAME
maxconn 20
socks -p1234
#Chroot is the homedir
#with this the proxy can drop its root privileges after start
#thus maximizing the security
#Correct path if you use any other
#chroot /home/proxy
#setgid nobody
#setuid nobody
#you can create more than one proxy in one config, for example also WEB proxy
#ICQ Proxy, DNS Proxy and so on – read all about this on 3proxy.ru
#Visit my Blog on http://str0.at – and follow me on Twitter at http://t.str0.at
#Config Translated from Russian to English by William Z. – corrected by Fat_Fighter
#
#Feel free to email me in German, English, Ukrainian and Cantonese Chinese at ww@str0.at
#Thanks to 3Proxy for the awesome Proxy!
Viel Spaß damit.