Requirements:
1) *nix server
2) Putty or any other Shell client
Lets go:
[root@]#
wget http://security.nnov.ru/soft/3proxy/0.5.1b/3proxy.tgz
[root@]#
tar xzf 3proxy.tgz
[root@]#
cd 3proxy
[root@]#
make Makefile.unix (for *nix servers, for BSD different)
[root@]#
make install
[root@]#
cd src
[root@]#
cat >conf
nserver 127.0.0.1
auth none
socks -p6666
proxy -p6667
internal 127.0.0.1
log /dev/null
<CTRL> + <C>
Ok, what we have configured above:
socks -p6666 - on this port we have running socks proxy
proxy -p6667 - on this port we have running anonymous proxy
log /dev/null - fun part,in file /dev/null you can write,but you can't read from it -
no logs
Continue:
[root@]#
./3proxy conf &
2 times <ENTER>
[root@]#
exit
Ok, now proxy server running and waiting for you. Enjoy.
This works on any hosting provider. Don't know how to use shell or don't have it? Hit Thanks button and I will post how to install it with just cPannel access.