Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我允许访问者将 HTML 片段复制到他们自己的网站中,其中包括在我的网站上托管的图像。
跟踪链接这些图片的网站的最佳方法是什么?
我正在考虑创建一个类似的网页getImage.php?imageID=12345并将其用作我的代码片段中的图像 src,但我将如何获得哪个网站正在使用它?
getImage.php?imageID=12345
我相信链接您的图像的网站可以通过$_SERVER['HTTP_REFERER'].
$_SERVER['HTTP_REFERER']