Yeah, it was weird, cos I didn't have this issue with what I had in there before or on other vShare sites, it's just freaking weird.

I love google. I renamed the .htaccess until I could get a different bit of code. It took me less than 30 seconds to get the code again by searching, I just copied and pasted (change it to suit my site of course) this and then no problems. I didn't take time to compare what was in the old one with this new one, but I didn't notice anything different so IDK. What this one does is displays your site logo instead of the video they expected. I know it works, cos I found someone trying to hotlink, went to the site and there was my logo...nice and huge too (since they were using the same size as the player size LOL). Nothing like free advertising!

Code:
RewriteEngine on

RewriteCond %{HTTP_REFERER} !^$

RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourwebsite.com(/)?.*$ [NC]

RewriteRule \.(gif|jpe?g|png|bmp|flv)$ templates/images/logo.jpg [L,NC]