Link to home
Start Free TrialLog in
Avatar of CMD
CMD

asked on

Question

Is there a free bandwidth protector perl script around?

Thanks

-CMD
Avatar of MasseyM
MasseyM

What is the purpose of the script?  what is a "bandwidth" protector?
Avatar of CMD

ASKER

A bandwidth protector is a script which stops people linking to your images or graphics. So, your server can view the image, but if someone else strys to use your graphic from your server on his own server, it won't work.
It stops people from stealing your bandwidth

CMD
-----------
Is that something you can set on your server config?
OK, I see.  Thanks for the info
ASKER CERTIFIED SOLUTION
Avatar of adrianward
adrianward

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Oh, I forgot to mention how you'd use the script in my answer:

In your HTML you would then reference your images as

<IMG SRC="/cgi-bin/cgiscriptname.pl?image_file.gif">

Which would call the CGI above, passing the filename of the GIF you want to display.