Re: [Unreal-users] Remote Includes
Status: Beta
Brought to you by:
wildchild
From: Robert S. <rob...@vo...> - 2005-02-28 22:00:41
|
Sorry, I replied to this and it went to a member off list! Sorry again for that. ------------ All right, thanks. Another problem, though. After configuring CURL and C-Ares, I still get this when compiling Unreal: gcc -I../include -I/usr/local/unreal/Unreal3.2/extras/regexp/include -pipe -g -O 2 -funsigned-char -DZIP_LINKS -DUSE_LIBCURL -export-dynamic -c url.c url.c: In function `download_file': url.c:171: `CURLOPT_NOSIGNAL' undeclared (first use in this function) url.c:171: (Each undeclared identifier is reported only once url.c:171: for each function it appears in.) url.c: In function `download_file_async': url.c:265: `CURLOPT_PRIVATE' undeclared (first use in this function) url.c:272: `CURLOPT_NOSIGNAL' undeclared (first use in this function) url.c: In function `url_do_transfers_async': url.c:328: `CURLINFO_RESPONSE_CODE' undeclared (first use in this function) url.c:329: `CURLINFO_PRIVATE' undeclared (first use in this function) make[1]: *** [url.o] Error 1 make[1]: Leaving directory `/usr/local/unreal/Unreal3.2/src' make: *** [build] Error 2 [unreal@themillionweb Unreal3.2]$ At 05:28 PM 2/27/2005, you wrote: >Take a look at this link: >http://www.phpmemx.net/~unrealir/forums/viewtopic.php?t=353 > >On Sun, 27 Feb 2005 17:01:44 -0500, Robert Spangler wrote: > > Hello, > > > > When one wishes to use remote includes, what could they do to > > password-protect the directory? Would they just password protect, > > let's say, public_html/confs with Apache? Would I have to have the > > box admin password-protect the directory or could I do it myself? > > If I can do it, how? What is the format of the line that would be > > included in unrealircd.conf? I've used Remote Includes before, but > > never password-protected the directory. Since I am now thinking of > > using it on my production network, I think it would be wise to do > > this as I don't want the public viewing my configuration files. > > > > Thanks, > > Robby > > Network Administrator of > > irc.talkingirc.com > > > > > > ------------------------------------------------------- SF email is > > sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real > > users. Discover which products truly live up to the hype. Start > > reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ Unreal-users > > mailing list Unr...@li... > > https://lists.sourceforge.net/lists/listinfo/unreal-users |