Hotlinking Protection Webspace Hosting

Our hotlinking protection webspace hosting prevent thieves from stealing your bandwidth.

Hotlinking is direct linking to a website's files. An example would be siteA.ext using an <img> tag to display a .jpg image located at siteB.ext.

Hotlinking is also known as inline linking, leeching, or direct linking.

  
Why do people hotlink?

Hotlinking is done to conserve bandwidth by stealing someone else's bandwidth.

Bandwidth is the amount of data transferred to and from a website. Every time a page or picture is viewed, data is transferred between the visitor's web browser and the website. If a website is over its monthly bandwidth, it's taken offline until the owner orders a bandwidth upgrade.

  
A hotlinking example:

theif.ext wants to add some pictures to his website. theif.ext predicts that thousands of people will view these pictures every day. theif.ext knows he does not have enough bandwidth to host these pictures from his own site.

theif.ext finds another website that has the same picture files, say victim.ext. theif.ext hotlinks the pictures from victim.ext's website by adding the following html code to his gallery.html page.

<img src="http://victim.ext/image1.jpg">
<img src="http://victim.ext/image2.jpg">
etc...

theif.ext is now hotlinking pictures from victim.ext's website. Even though the pictures show up when going to theif.ext/gallery.html, the data that is being transferred to your web browser is coming from victim.ext's website.

It is not uncommon for the victim to run out of bandwidth due to hotlinking.
  

What can be done to prevent hotlinking?

We provide an easy to use control panel that allows you to setup and configure hotlink protection.

If your host does not have this feature, you may stop hotlinking of your images from other sites by using a .htaccess file. The following code will cause an image called nohotlinking.gif2 to be displayed instead of your images.

 

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?your-site\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlinking.gif2 [L]

 

Notes:

  1. The first line of the above code begins the rewrite.

  2. The second line matches any requests from your-site.com url.

  3. The [NC] code means "No Case".

  4. The third line means allow empty referrals.

  5. The last line matches any files ending with the extension jpeg, jpg, gif, bmp, or png. This is then replaced by the nohotlinking.gif2 file in your images directory. This gif image is using the extension .gif2 instead of .gif to prevent blocking of your own replacement image.
      

To stop hotlinking only from specific domains such as myspace.com, blogspot.com, and livejournal.com, place this code in your .htaccess file.

 

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?myspace\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?blogspot\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?livejournal\.com/ [NC]
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlinking.gif2 [L]

 

If you are worried bout your nohotlinking.gif2 image using up all of your bandwidth, you can display a 403 Forbidden error code instead of an image. Replace the last line with the following:

 

RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F]

 


Check out our hotlinking protection webspace hosting packages today.
 

Hotlinking Protection

Hotlinking Protection Hosting

Hotlinking Protection Webspace Hosting


Hotlinking Protection Webspace Hosting
  

 

Hotlinking protection is included in all webspace hosting packages at no additional cost. Hotlink protection can easily be configured with a few clicks of the mouse using the control panel.

 

  

Webspace Hosting Best Value
Webspace Customers

BargainVault.com provides quality webspace hosting at one of the best prices in the webspace hosting industry. By utilizing the latest open source software and by eliminating all unnecessary costs, we can provide our clients with cheap highly reliable webspace.

Webspace Hosting Quality Features
By choosing one of our webspace hosting packages, you will receive countless quality features providing everything your website needs to flourish and grow. You are not limited to only using your account for personal webspace with our service. With our webspace hosting you can run a business website, install shopping carts, customer service and technical support scripts, forums, image galleries, chat rooms, and more all for free at the click of the mouse.
Reliable Webspace Hosting
You deserve webspace with unwavering reliability. Our robust network infrastructure ensures superior performance and maximum uptime for our webspace hosting packages. Our network architecture uses Enterprise routing and switching engines from Cisco and Juniper. We use Juniper M20 routers as border routers, Cisco 6500 series switches in our distribution layer and Cisco 6500 switches in our aggregation layers, and Cisco 3500 and 2900 series switches at the client layer. Our network is fully meshed with redundant backbone providers for a total of 100 gigabits /second of bandwidth.
Webspace Hosting Technical Support
Being the leading webspace hosting provider in the industry, our goal is to provide our customers fasst comprehensive resolutions to problems. Our technical support help desk system routes technical support inquires directly to support team members that are best able to resolve your issue. Our current average help desk response time is 12 minutes 59 seconds.