Hi,
someone can help me to make and explain me the regex for block all the url
http://[...].[...] <== example : http://unrealircd.com
http://[...].[...]/[...] <== example : http://unrealircd.com/filename.ext or http://unrealircd.com/directory
http://www.[...].[...] <== example : http://www ...
Search found 3 matches
- Wed Mar 04, 2009 4:31 pm
- Forum: Unreal 3.2 Spamfilters
- Topic: Regex for all url
- Replies: 2
- Views: 4668
- Fri Aug 22, 2008 8:07 pm
- Forum: Unreal 3.2 Support
- Topic: I:Line hostname doesn't work
- Replies: 1
- Views: 1520
I:Line hostname doesn't work
Hi i want try to reduct my users...
allow {
hostname Java@*;
ip *@*;
class clients;
password "passs";
maxperip 3;
};
But that doesn't work... all people who have the password can connect...
it a bug ? or why ?
allow {
hostname Java@*;
ip *@*;
class clients;
password "passs";
maxperip 3;
};
But that doesn't work... all people who have the password can connect...
it a bug ? or why ?
- Fri Aug 22, 2008 8:05 pm
- Forum: Unreal 3.2 Support
- Topic: How know the password connection of users
- Replies: 0
- Views: 2316
How know the password connection of users
Hi,
I have many I:line (allow block) for users... exemple :
allow {
ip *@modemcable21.mc.videotron.ca;
hostname *@modemcable21.mc.videotron.ca;
password "passblabla";
class clients;
maxperip 20;
};
allow {
ip *@i-dont-care-is-just-for-exemple-for-this-post.ca;
hostname *@i-dont-care-is-just-for ...
I have many I:line (allow block) for users... exemple :
allow {
ip *@modemcable21.mc.videotron.ca;
hostname *@modemcable21.mc.videotron.ca;
password "passblabla";
class clients;
maxperip 20;
};
allow {
ip *@i-dont-care-is-just-for-exemple-for-this-post.ca;
hostname *@i-dont-care-is-just-for ...