Callum 0 Posted November 23, 2008 Report Share Posted November 23, 2008 I need a proxy and am fed up of being bombarded with ads using commerical proxies. How would I make a php proxy? Could someone show me how with a tutorial? Also the proxy needs to be able to view images. I am reltively new to php. Quote Link to post Share on other sites
boen_robot 107 Posted November 25, 2008 Report Share Posted November 25, 2008 In short, use the PHP HTTP extension. Use the request class to get the web page, and the response class to deliver it. Of course, you should alter the page along the way to fit your environment (e.g. if it's an image, change the content type of the response. Otherwise you'll give just one big text/html blob). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.