Recent content by Neoblade62

  1. N

    Referer Spoofing without external php script (?)

    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.
  2. N

    Referer Spoofing without external php script (?)

    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...
  3. N

    Referer Spoofing without external php script (?)

    I hope you are still considering helping me, please. Really stuck atm.
  4. N

    Referer Spoofing without external php script (?)

    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?
  5. N

    Referer Spoofing without external php script (?)

    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...
Back
Top