
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 :)