Tag images

5GB file size – wiki upload

mission statement WikiUpload’s goal is to build the largest free file hosting library of open-content video clips, music and media files, and shareware in the world. To accomplish this hosting goal, WikiUpload needs your help! We encourage all visitors to…

Preventing hot linking of images

To stop people from using your images on their site while the image is still on your site (stealing valuable bandwidth), add the following to the . htaccess file: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC] RewriteRule \.(gif|jpg)$…