SOCKS 5 Support forum socks5 TCP connection wrapper using SOCKS 5 protocol This simple class lets you establish a TCP connection through a socks 5 proxy server instead of establishing direct connections to the remote hosts. PHP Programming Innovation award nominee August 2004 In some networks there ...
This class can be used to connect to a remote machine via a SOCKS server. It can establish a connection with a SOCKS server or through a chain of SOCKS servers that support versions 4, 4a or 5 of the SOCKS protocol to route a connection to a given remote machine. The class can also send and receive ...
socks5 Support forum socks5client Establish TCP connections via a SOCKS 5 server This class can be used to establish TCP connections via a SOCKS 5 server. It is an updated version of another class for the same purpose originally written by Sergey Cheeba. This version supports: * Specifying the outgoing ...
... SMTP mail server to send messages. It features: - Relaying message delivery to a programmer defined SMTP server. - Connect to the SMTP server via a SOCKS 4 or 5 server, or an HTTP proxy - Programmer defined server address, server port, connection timeout, origin host address. - Support for authentication ...
... script in the same site via a given proxy server to determine if the proxy is working and its features. The class tries either regular HTTP, HTTPS, SOCKS 5 protocol. If it is working it can test if the proxy server supports GET and POST requests, passes the referer header, SSL requests, response speed ...
IRC Sock Support forum ircsock Robot to access IRC networks and send commands This class implements a robot that automatically logs in a IRC network and sends a batch of commands. The class can connect to an IRC server of a given address and port and authenticate itself as an user given by the parameters ...
... arguments from a given URL. - May submit requests via a proxy server with support for authentication if necessary. - May establish connections via a SOCKS server. - Supports HTTP direct access or proxy based authentication mechanisms via SASL class library like HTTP Basic, HTTP Digest or NTLM (Windows ...