Page 1 of 1

remote includes don't work

Posted: Sat Jul 23, 2005 2:49 pm
by salama
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?

Posted: Sat Jul 23, 2005 3:07 pm
by Stealth

Posted: Sat Jul 23, 2005 6:11 pm
by salama
checked all again, urls are now ok, but still the same error