"Christian Fersch" <Fraghunter@web.de> wrote in message
news:brl1tr$s9s$06$1@news.t-online.com...[color=blue][color=green]
> > How can I stop people from linking this php program from another site or
> > simply typing it into their browser address bar?
> > Can I stop a 'wget' for example?[/color]
> No, you can't - what a browser can do, a download manager can do, too.
>
> You could just stop some download managers by checking for theyr[/color]
user-agents - that's all you can do.[color=blue][color=green]
> > 1. allow only HTTP_POST[/color]
> With Images?
>[color=green]
> > 2. allow only your HHTP_REFERER[/color]
> Many people have disabled the referer. But you can of course check for if[/color]
there is a referrer, it has to be on your site.[color=blue]
>
> --
> mfg Christian (Chronial "at" web.de)
>
> --
> Composed with Newz Crawler 1.5
http://www.newzcrawler.com/[/color]
Guess you may be right about the POSTs Christian.
I misread his message as other people were sending (or uploading) images to
him.