Thanks for the help, though sadly it didn't work.
It now just tells me connection timed out.
Without the change it would at least load the image (though with the php extension), but now it just times out.
That script works fine, I can post it anyways
<?php
$post_data = $HTTP_RAW_POST_DATA;
$header[] = "Content-type: text/xml";
$header[] = "Content-length: ".strlen($post_data);
$ch = curl_init( $_GET['url'] );
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch...
I understood what you meant but have no idea how to implement it...
I maybe should've mentioned that I code on a need basis, which means I have only little experience.
Could you give me the code, or at least tell me where I can find it?
Hey,
I currently have a problem with a site that recently disabled hotlinking of images. I have a tool creates a list of links allowing people to download the images of an online magazine viewer for offline use.
So now that they disabled anything that doesn't have them as a referer, it stopped...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.