Page 1 of 1

remote includes

Posted: Thu Nov 23, 2006 1:31 am
by cculha
i installed unreal with remote includes successfully. But i don't know it's working. i do make and linked all my servers. how can i know is the remote includes work? how can i do that. thank you.

Posted: Thu Nov 23, 2006 7:15 am
by Ron2K
Simple. Just include in your configuration a file stored on a remote server, and rehash. If it does so successfully, it works.

Posted: Thu Nov 23, 2006 12:22 pm
by Jobe
Use this:

Code: Select all

include "url to include file";
Forx eample to include a config file called opers.conf stored on the webstie http://www.invictachat.net/config youd use this:

Code: Select all

include "http://www.invictachat.net/config/opers.conf";
There are more examples in the first post in http://forums.unrealircd.com/viewtopic.php?t=353

And before anyone tries the link to opers.conf that i used in my example above you will get a 404 response since it's not a real link.