hotlinking

I got a customer of mine, and he is saying he thinks alot of his rm songs are behing hotlinked

i tired everything from htaccess (rewrite) to a download.cgi?file.pm script.....

nothing works with the rm files, the images are blocked just fine, but not the embedded songs

The mod rewrite looks like this

PHP Code:
RewriteEngine on
RewriteCond 
%{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.domain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG|mpg|MPG|Mpeg|mpeg|MPEG|rm|RM)$ http://www.domain.com [R,L] 
The way im testing looks like this

PHP Code:
<HTML>
<
HEAD>
<
TITLE>Sounds of YesteryerFeaturing Old Time Radio (OTR), and other sounds from the Past</TITLE>
</
HEAD>
<
P ALIGN="center"><IMG BORDER="0" SRC="http://domain.com/001Yesteryearlogo.jpg"></P>
<
H1 ALIGN="center"><EMBED SRC="http://domain.com/intro.rm" WIDTH="250" HEIGHT="35" nolabels="true" CONTROLS="ControlPanel" autostart="true">
</
H1>
</
BODY>
</
HTML

Suggestions?

 

 

 

 

Top