Jump to content

Is there a way to see who is linking to images on my site?


phpnoobie9

Recommended Posts

You can prevent this using .htaccess

 

I'm not trying to deny access. I'm trying to see where it's being displayed.

 

try checking the host logs,

 

I can see some referring sites with host log, just wondering if it's possible to track an actual image being displayed at a website.

Let's say I have image.jpg hosted on my site. I want to see all the websites out there that is linking to image.jpg....where would I start?

 

try checking the host logs,

 

I can see some referring sites with host log, just wondering if it's possible to track an actual image being displayed at a website.

 

OR

create a script to display the images on their site

ie

display.php?image=hello.jpg

<?php
$private = "/hiddenfolder/"
//sql write to log file 
readfile($private.$_GET['image']);
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.