Add comment
Name:
Email:
* Comment:
(Use BBcode - No HTML)
code
* Confirmation code:   Write the characters in the image above exactly as you see it


How to prevent hotlinking of your images

Create a .htaccess file in your public_html directory with the following:


RewriteEngine on
RewriteCond % !^$
RewriteCond % !^http://(www.)?domain.com.*$ [NC]
RewriteRule .(gif|jpg)$ - [F]


Change domain.com to the name of your name.