Think one way is to get a list of anonymous proxies and
transparent proxies dump it into txt file and use something like this
{ $proxylist = "--".filegetcontents("proxylist.txt");
If strpos( $proxylist, $userIP) die('please wait..');
}
hopefully that might work
|