I guess the geeks are only up during the day.
Just in case someone else needs this:
<Directory /whatever/dir/your/freehosting/is/in/>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://www.theadultwire.com.*$ [NC]
RewriteRule ^.*\.(gif|jpg|swf|css|png)$ - [F]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(html|htm|gif|jpg|swf|css|png)$ - [F]
Action add-footer /cgi-bin/wrapper.sh
AddHandler add-footer .html .htm
DirectoryIndex index.html index.htm default.html default.htm
Options None
Options SymLinksIfOwnerMatch
</Directory>
---
Now why didn't I think of that in the first place???