James wrote:[color=blue]
> Hi guys,
>
> I have been building a search engine here - not because I have plans of
> dethrowning Google but as a simple app upon which to develop a function
> set that I can use for other things.
>
> So I coded my little search engine, uploaded it and it didn't work with
> my host (Dreamhost.com):
>
> Warning: fopen(): URL file-access is disabled in the server
> configuration
>
> There is no way around this. Maybe I am a fool but when I am creating
> apps I like to have as little configuration requirements as possible --
> in my mind it means more people can use my stuff. In this app I use
> fopen to go off and grab the page contents from which I extract the
> meta tags, strip away all the HTML tags, headers, and javascript and
> store what I need to.[/color]
<snip>
[color=blue]
> Is it common for fopen to be disabled for remote content? Or do I just
> have an over zealous admin staff.[/color]
Not sure about common, but the wespace provided by my ISP has the same
kind of restrictions on accessing off-site material.
http://www.blueyonder.co.uk/blueyond...d_restrictions
Maybe there's an equivalent page for your provider?
--
Steve.