Hi On phproxy the images arnt loading on the proxified pages try it at simon369.info Any help would be realy nice
The images do load, but they are not recognized as such. The reason for this could be output being sent to the browser before the image content is displayed. http://simon369.info/index.php?q=aH...oL1VzZXJfVmlkZW9fMS8xMDA2X2hhbW1lckNOVi5qcGc= if you look at the source, you'll see the image data. Try setting these lines at the top of your script and see if you get any errors. error_reporting(E_ALL); ini_set('display_errors', '1'); PHP:
I notice there are some blank lines in front of the image data, on all images. While this doesn't happen when I look at the data without using your proxy. This happens with all pages, btw, not only images. Perhaps there are some white spaces before the <?php tags, or somewhere else. It's pretty impossible to tell where they come from without seeing your code.
Thanks so much it was that there was lines at the top I never knew that could make a difference to it Thanks a lot