Configuring PPPshar to go through your ISP's proxy server

First disable the default http service in PPPshar. Go to PPPsharPro-->Settings and under #http section change the line enable=yes to enable=no Then add the following line in the settings file ( a mapped service)

#proxyhttp
service=proxyhttp
map=tcp
host=Enter your ISP_proxy server address here
listen=80
remote=80
enable=yes

Note: If your ISP has given a different port number like 8080 then use that instead of 80. Change the port number in client machine browser's proxy settings, accordingly. Use the same proxy port number in both pppshar and the client browser. Follow the same procedure for FTP proxy.