Search found 13 matches

by _MiF_
Mon May 10, 2004 3:10 am
Forum: Unreal 3.2 Support
Topic: Flags add IRCop
Replies: 2
Views: 4121

flags "orRDhgwnckbtBztHW";

so here they are =)
by _MiF_
Sat May 08, 2004 5:16 pm
Forum: Unreal 3.2 Support
Topic: Banning certain client-versions?
Replies: 8
Views: 3350

Check the options... By myself i wrote some gate applets =)
by _MiF_
Sat May 08, 2004 4:11 pm
Forum: Unreal 3.2 Support
Topic: Banning certain client-versions?
Replies: 8
Views: 3350

Re: Banning certain client-versions?

If it's Java Applet - that is no problem, coz your clients will have same ip address, or host prefix. Ban all, and make an exception for users that using your applet.. 8) If it's a Java Applet, they WON'T have the same IP Address or same host prefix... They will have their REAL IP Address. You may ...
by _MiF_
Sat May 08, 2004 3:20 pm
Forum: Unreal 3.2 Support
Topic: Banning certain client-versions?
Replies: 8
Views: 3350

Re: Banning certain client-versions?

Hello! Is it possible to ban _all_ client-connections except the ones from a special client software!? In my case I want to allow connections from a Java-Webchat-Applet to my server, only! Thanks for hints! If it's Java Applet - that is no problem, coz your clients will have same ip address, or hos...
by _MiF_
Sat May 08, 2004 7:44 am
Forum: Unreal 3.2 Support
Topic: Oper Block - Services Operators
Replies: 4
Views: 2435

yep, its "a" flag. But some services needs for nickname to be in operserv opers/admin list, to use special commands.
by _MiF_
Mon May 03, 2004 9:43 pm
Forum: Unreal 3.2 Support
Topic: Allow oper only for ssl users
Replies: 4
Views: 1848

oops, sorry there. :shock:
by _MiF_
Mon May 03, 2004 9:39 pm
Forum: General chat
Topic: Avatar Problem
Replies: 7
Views: 5113

I'm hosting it at another site
by _MiF_
Mon May 03, 2004 8:56 pm
Forum: Unreal 3.2 Support
Topic: problems
Replies: 6
Views: 2491

* Loading IRCd configuration .. * unrealircd.conf:329: link *.com with SSL option enabled on a non-SSL compile * unrealircd.conf:329: link *.com with ZIP option enabled on a non-ZIP compile Ohh! You have to recompile your ircd with SSL & zip, or delete from options: ssl; zip; --- class servers;...
by _MiF_
Mon May 03, 2004 8:39 pm
Forum: Unreal 3.2 Support
Topic: problems
Replies: 6
Views: 2491

Code: Select all

class servers; 
options
{ 
autoconnect; 
ssl;
zip;
};
};
This way =)
by _MiF_
Mon May 03, 2004 8:37 pm
Forum: Unreal 3.2 Support
Topic: Allow oper only for ssl users
Replies: 4
Views: 1848

Just create another oper line, with :
class clients;
by _MiF_
Mon May 03, 2004 8:35 pm
Forum: Unreal 3.2 Support
Topic: problems
Replies: 6
Views: 2491

Paste here your config from 328 to 337 lines, I'll help you =)
by _MiF_
Mon May 03, 2004 6:22 pm
Forum: General chat
Topic: Avatar Problem
Replies: 7
Views: 5113

The same....

Same problem :cry: Cannot upload avatar. I got the error that file must be png, gif or jpg. But the avatar is match the requierments.
by _MiF_
Mon May 03, 2004 6:15 pm
Forum: Unreal 3.2 Support
Topic: Problems with opers...
Replies: 6
Views: 2436

Change it to this:

Code: Select all

oper MAX-k { 
        class           clients; 
        password "pass"; 
from { 
         userhost *@*; 
         }; 
        flags 
        { 
                netadmin; 
                global; 
        }; 
};