Re: [PHP] hotlinking images

2005-04-01 Thread Jochem Maas
Sebastian wrote: i have an issue with site linking directly to my images. the problem is these images are generated on the fly with php/gd -- they're generated each time its viewed because i have done some watermarking manipulation and didnt want to watermaker them in a static way. they're includin

Re: [PHP] hotlinking images

2005-03-31 Thread John Nichel
Sebastian wrote: i have an issue with site linking directly to my images. the problem is these images are generated on the fly with php/gd -- they're generated each time its viewed because i have done some watermarking manipulation and didnt want to watermaker them in a static way. they're includin

Re: [PHP] hotlinking images

2005-03-31 Thread Philip Hallstrom
Check the value of um... $_SERVER[HTTP_REFERER] (check my spelling). If it's not from your own host, then bail out... or return a static image saying something along the lines of "this image stolen without permission" -philip On Thu, 31 Mar 2005, Sebastian wrote: i have an issue with site linki

[PHP] hotlinking images

2005-03-31 Thread Sebastian
i have an issue with site linking directly to my images. the problem is these images are generated on the fly with php/gd -- they're generated each time its viewed because i have done some watermarking manipulation and didnt want to watermaker them in a static way. they're including the images like