Posted by Nick on 11/28/05 18:12
FX wrote:
> I wanna publish a script on my site which allows me to hide image
> source.
> i have rough idea abt it. i`ll point src to some php page like:
> <img src="image.php">
> & in tht php wat exactly shud be done so tht user doesnt come to know
> the real source location of image file upon clicking its properties.
> I've seen websites doing this. can somebody post the script for it?
Are you trying to prevent hotlinking? If so then you are better off
looking at adding lines to a .htaccess file (if using Apache). Because
linking to images through a script like this won't achieve anything
other than change the URL, people can still hotlink to it.
Navigation:
[Reply to this message]
|