Forum Moderators: coopster

Message Too Old, No Replies

Proxy

         

onetry

8:37 am on Apr 16, 2007 (gmt 0)

10+ Year Member



I'm trying to do a crawler in PHP. I make this using local PHP scripts.

So I get pages using "http://localhost/crawler.php...".

I would like to start doing needed fopen() in anonymous way. The only way I can think about is through an anonymous proxy but I have no idea how to configure apache/network to use fopen() this way.

Any idea?

thx

jatar_k

2:47 pm on Apr 16, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



you could probably use cURL, I believe it has proxy ability

not sure you'd have to dig around
[php.net...]
[curl.haxx.se...]

joelgreen

3:24 pm on Apr 16, 2007 (gmt 0)

10+ Year Member



You could also do that without cURL, just using sockets.

[php.net...]