<? set_time_limit(0); $host = '189.47.129.62'; $port = '6588'; $fp = fsockopen("tcp://".$host, $port) or die ("ERROR: Could not connect to proxy server $host on port $port"); fputs($fp, "CONNECT pop3.mail.ru:110 HTTP/1.0\r\n\r\n"); $response = ''; $line = fgets($fp, 10240); $response = $line; echo $response; fclose ($fp); ?>
X-Powered-By: PHP/5.2.0 Content-type: text/html HTTP/1.1 200 Connection established