I have installed curl using the script curlinstall.sh described here on the forum(all seems ok, no error messages), then recompiled ircd with remote includes support(no output errors). now i added this line to unrealircd.conf:
include "http://krcma.yweb.sk/spoofs.conf";
and after /rehash ircd returned error:
16:41:49 !irc.serv *** Notice -- Loading IRCd configuration ..
16:41:49 !irc.serv *** Notice -- error: Couldn't open "http://link.to.file/spamfilter.conf": No such file or directory
16:41:49 !irc.serv *** Notice -- error: Could not load config file http://link.to.file/spamfilter.conf
16:41:49 !irc.serv *** Notice -- error: IRCd configuration failed to load
what's wrong?
remote includes don't work
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
"http://krcma.yweb.sk/spoofs.conf" is not "http://link.to.file/spamfilter.conf". Check the file names.