Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Comments posted by mark1million

  1. To stop leaching of your image files add this to the same file.

    #disable hotlinking
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?PUT YOUR DOMAIN HERE/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?forum.phpvms.net/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?va-list.com/.*$ [NC]
    RewriteRule \.(gif|png|jpg|js|css)$ - [F,NC]
    

    Explained put your domain here is your website address, leave the ? so ?somedomain.com

    If you want to allow other domains like i have then simply add them to the exception list.

    phpvms and va-list.com, you can add as many as you like. :)

×
×
  • Create New...