var fDesc=new Array(); fDesc[0] = "A Proxy finder finds large or small amounts of proxys and scores each one based on anonymity level. It can find and evaluate HTTP, HTTPS and SOCKS v4/5 proxys. The advanced settings available for saving and automatic scheduling makes it a unique program.
By default it will check the entire list of proxys for HTTP, HTTPS and SOCKS v4/5 support. You can change this to suit your needs. It can even use up to 500 simultaneous connections for verifying the proxys. That gives it a speed that goes well beyond what is normal for similar programs.
When a proxy is found it's clearly displayed in the list and it's given an anonymity rating based on how hidden you will be when connecting through it. A score of 0 or less means that it will spill your IP when connecting through it, but a score of 40 or more means that it will NOT spill your IP and that you will remain anonymous.
A Proxy Finder can be set to perform scheduled tasks such as performing a "Start" inside the program on a given interval and when it starts. You can also set it to auto-start with Windows, meaning that you can have it run every X minutes and automatically save the results to a given file (or files) 100% without your interaction.

Main Features:

-Quickly find hundreds or thousands of proxys
-Download or import lists of proxys
-High speed checking
-Delete/Keep proxies from specific country
-Saves each type of proxy to a separate file (HTTP, HTTPS, SOCKS v4/5) or to one file
-Get an anonymity rating for all of the proxys (customizable)
-Skip proxies from certain IP ranges of your choice
-Search files, forums, the clipboard or websites for proxys
-Modern and easy to use program"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }