This class can Detect if a visitor uses a proxy server by scanning the headers returned by the user client. When the user uses a proxy server, most of the proxy servers alter the header. The header is returned to PHP in the array $_SERVER.
FEATURES:
Here are the features of the current version 0.1
* Connect through HTTP/1.0 and/or HTTP/1.1 protocol.
* Not using any command line tools.
* Easy to implement.