PDA

View Full Version : Proxy blocked?



gwynevere
11-12-2008, 03:33 AM
I need to retrieve the contents from another site and display some of it's elements on mine. When using file_get_contents, I get the error from the site saying:

Proxy Detected
You don't have permission to access / on this server because it has been detected that you are using a proxy server.

Is there any way around this?

I don't know a whole lot about javascript or anything as someone else was helping me with it. So if you could give a detailed explanation on what I can do (if anything) that would be great! :D

sjlplat
11-12-2008, 05:00 AM
You might have better luck with cURL. It provides the option to manipulate the headers and duplicate the output of a browser. Read more about it at http://us2.php.net/curl