remote includes

These are old archives. They are kept for historic purposes only.
Post Reply
cculha
Posts: 79
Joined: Tue Sep 13, 2005 1:16 am

remote includes

Post 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.
Ron2K

Post by Ron2K »

Simple. Just include in your configuration a file stored on a remote server, and rehash. If it does so successfully, it works.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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.
Post Reply