PHP Classes

How to get it working?

Recommend this page to a friend!

      Proxy  >  All threads  >  How to get it working?  >  (Un) Subscribe thread alerts  
Subject:How to get it working?
Summary:I dont know how to get it test
Messages:1
Author:Mathias Fjeldvang
Date:2010-11-03 20:04:52
 

  1. How to get it working?   Reply   Report abuse  
Picture of Mathias Fjeldvang Mathias Fjeldvang - 2010-11-03 20:04:52
How do you make it test the user?

Like this?

$pr = new Proxy('PROXYCACHE_FILE.php');
$pr->initDefaultProxies();

or what?

like:

if(proxytest() == true) {
echo 'no proxys';
} else {
echo ' you are behind a proxy server';
}

I want to know :)