also @ TechSpot: ATI Radeon HD 5970 Review: Dual-GPU Graphics
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > Hardware & Tweaking > Storage & Networking

How do I set up a proxy?

Reply
Bookmark Thread Tools
  #1  
Old 1 Week Ago
Newcomer, in training
 
Member since: Sep 2008, 14 posts
How do I set up a proxy?

Hello, I want to use http://publicproxyservers.com to download via rapdishare beating the daily download limit, but I don't know how to do it, can someone explain please?

Any help appreciated.
Thanks
Reply With Quote
  #2  
Old 1 Week Ago
limpangel's Avatar
Newcomer, in training
 
Location: Romania
Member since: Oct 2009, 30 posts
System specs
Firefox: Tools->Options->Advanced->Network->Connection (Settings). Select Manual configuration and at HTTP proxy set one of the IPs (including ports) from http://publicproxyservers.com lists.

For IE8: Tools->Internet Options->Connections->LAN settings->Proxy server.

Edit: Don't expect to download with very high speed though. Most of those proxy servers work at almost dial-up speed.
Also remember to deactivate the proxy connection after the download for normal browsing as some proxyies are set to log your trafic and others may be set to steal personal data.
Reply With Quote
To remove this ad, sign in. To register for a new account, click here.
  
  #3  
Old 6 Days Ago
Per Hansson's Avatar
TS Special Forces
 
Location: Sweden
Member since: Feb 2002, 1,211 posts
System specs
hmm, testing testing

Code:
#New attempt Saturday morning;
        location /vb {
          try_files $uri @fastcgi;
        }
        location @fastcgi {
            fastcgi_pass 127.0.0.1:9000;
            fastcgi_param SCRIPT_FILENAME $document_root/vb/vbseo.php;
            include       fastcgi_params;
        }
        location ~ ^/vb/.+\.php$ {
            fastcgi_pass  127.0.0.1:9000;
            fastcgi_param SCRIPT_FILENAME $document_root/vb/vbseo.php;
            include       fastcgi_params;
        }
Reply With Quote
Reply

Tip: Download Advanced SystemCare 3 Freeware - 1 Click A Day to Clean, Repair, Protect & Optimize your PC.

Thread Tools


Similar Topics
Topic Category Replies Last Post
Proxy Virus & Malware removal 2 08-01-2008 02:47 PM
FAQ: What is a Proxy and why use one? Storage & Networking 1 04-06-2007 09:15 AM
proxy Storage & Networking 1 09-30-2006 05:09 AM
I'm looking for a NT-proxy Storage & Networking 0 03-06-2006 01:06 PM
'proxy' or 'ip masq' Storage & Networking 3 10-21-2005 02:33 AM


All times are GMT -4. The time now is 01:17 AM.