- Aug 23, 2009
- 4,500
- 677
Anyone know and tested a working php curl/file_get_contents script that has proxy support?
I tried this script:
http://www.higherpass.com/php/tutorials/Using-Curl-To-Query-Remote-Servers/3/
And I get this error:
Warning: file_get_contents(http://google.com/) [function.file-get-contents]: failed to open stream: Connection refused in /home/user/public_html/test.php on line 10
Any ideas? Proxy is working fine, verified
I tried this script:
http://www.higherpass.com/php/tutorials/Using-Curl-To-Query-Remote-Servers/3/
And I get this error:
Warning: file_get_contents(http://google.com/) [function.file-get-contents]: failed to open stream: Connection refused in /home/user/public_html/test.php on line 10
Any ideas? Proxy is working fine, verified