|
One of the the biggest concerns for linkware artists and webmasters that provide graphical content is bandwidth theft, also known as Hotlinking. This problem is becoming so serious that some graphics sites are being disrupted and some have been taken off-line altogether.
|
|
About Bandwidth Bandwidth is the
amount of data sent from one computer to another. When you
opened this page, the data was sent from the host server (our web
site) to your web browser and stored on the hard drive of your
computer in your browser's cache directory. This data is
measured in bytes and the sum total of those bytes determines
bandwidth usage. All Web Service Providers include a certain
amount of bandwidth as a part of their hosting package. If the
web site uses more than that allocated amount of bandwidth per month,
the Web Host will charge them for the excess amount. This can
run into large amounts of money and this is where the problem starts.
Nobody wants to pay extra to host hotlinked graphics.
|
|
How Bandwidth is Stolen Bandwidth is stolen
when a person links directly to an image on another persons' web
server. The Graphics on this site are offered free
for use as long as you save them to your computer, then upload them
together with your pages to the server where your web site resides.
The resulting HTML code for your graphics will look like something
this: <IMG SRC="graphic1.jpg"> The
correct way to do this is to right click and select SAVE
PICTURE AS to copy the image to your computer's hard drive.
|
|
How to tell if you are being "Hotlinked" If you come across a
site displaying your images, a quick look at the page source code
(in MIE, select VIEW then SOURCE. In Netscape select VIEW then
PAGE SOURCE) will reveal if your URL is enclosed in the <IMG SRC>
tag, instead of a relative or absolute URL to their own files.
You can right click on individual graphics and select PROPERTIES to
see where the graphic is being called from as well. You should
also check to see if there is a BASE tag located in the document
<HEAD>. Your URL can be used in this tag to bring your
images over to their site.
|
|
Possible consequences for the Bandwidth Thief Linking to other
peoples graphics in the way described above leaves you with
absolutely no control of those images. If the images are
deleted, or file and directory names changed, (as we do here on a
regular basis) you will find your site suddenly without those images.
|