Forum Moderators: phranque
I've been reviewing my stats (awstats), and i have a site which shows up like this:
www.sitename.com 1 ¦ 37
I'm assuming this means 1 page loaded, and 37 hits from the site - I have a feeling they are looking to something on my site (i.e.// an image) - is there anyway i can find out where this hit is coming from? (i.e.// what particular images / document they are linking to?)
Thanks,
Andrew.
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(www\.¦forum\.)?othersite\.com/
RewriteRule \.(gif¦jpg¦jpeg¦png¦swf)$ /avatars/nice-replacement.jpg
(replace all the ¦ with the version without the hole in it)
Create your picture nice-replacement.jpg with a message like "Visit forum your-forum-here"
Everytime someone loads a page from the other forum, the avatars loaded from your site are replaced with this message. In my experience it sometimes takes months before all hotlinks on the other forum are replaced by other images and you get free advertisments in that period.
One time a forum linked its background image from one of my sites. Quite an interesting effect when I replaced the background image with something of my own choice with the method mentioned above...