View Single Post
Old 2005-03-28, 10:13 AM   #17
Tommy
NYC Boy That Moved To The Island
 
Join Date: Apr 2003
Posts: 2,940
Send a message via ICQ to Tommy
I think we should work on one problem at a time

if asll webmasters protected their images 99% of these cock suckers would be fliping burgers

the first thing you should upload to a new domain is your htaccess file.
I keep mine on my desktop ready to go at a moments notice

_________________________________________

ErrorDocument 404 yourdomain.com/
ErrorDocument 403 yourdomain.com/

RewriteEngine on
RewriteOptions inherit

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*yourdomain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*yourdomain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*yourdomain.com [NC]
RewriteRule .*\.(asf|mpg|mpeg|wmv|avi|rm|gif|jpe|jpg)$ yourdomain.com/ [NC,R,L]

AddType text/x-server-parsed-html .html
__________________
Accepting New partners
Tommy is offline   Reply With Quote