[spam]
I wanted to know who was hotlinking to our files, and trawling through the logs was a pain.
I made a PHP script that uses PgSQL as storage, and is managed by a webpage, and at a glance you can see who's hotlinking to what, and allow or block domains. (By Default they get an image you set as the default, but blocking allows you to replace the image with something else, a 65Kx65K gif that one of our staff created is a favourite

)
It also gives stats on top hotlinkers etc...
Some piccies:
Main Page Stats Page Homepage for my little project is:
here
[/spam]
LK's logging is pretty good for smallish sites, but when you're getting >150 hotlinking requests per day, that file is going to fill up pretty quickly, and managing it will become a pain. BTW, yep my script does use the .htaccess stuff.
