How to track my software available as link on other websites [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
开发者_开发百科 Improve this questionI need to track my software available as link on other websites. I want information of those websites who make my software as downloadable link available on their website without my permission.
Please help me out in finding out some good related articles or solutions
Enable the web server logs, and track the Referer HTTP header for all requests to your software package.
Of course, that would only help track sites that directly link to your site. There is no easy way to track websites that mirror your package and allow users to download it from the mirror.
精彩评论