Search found 4 matches
- Thu Feb 11, 2010 8:41 am
- Forum: Unreal 3.2 Support
- Topic: Frequent ping timeout problem.
- Replies: 1
- Views: 3594
Frequent ping timeout problem.
Hallo it is two month that we have pin timeout problem we do everything to understand the reason of the problem. The datacenter said that there is no network issue and want mw to contact you to make a solution, what is the reason of this ping timeout every 5-10 minutes one users is going to ...
- Mon Feb 02, 2009 1:57 am
- Forum: Unreal 3.2 Spamfilters
- Topic: ony the word that doesnt include bla bla
- Replies: 1
- Views: 3469
ony the word that doesnt include bla bla
i want to make a regexp
such;
/spamfilter + c block - test (?i)g(ö|o)t(?!ür|ur)
by this i try to block the words that not being followed by "ür or ur" chars
but the result is :
Error in regex '(?i)g(ö|o)t(?!ür|ur)': Invalid regexp
What is wrong with my regex?
how can i do the thing that i ...
such;
/spamfilter + c block - test (?i)g(ö|o)t(?!ür|ur)
by this i try to block the words that not being followed by "ür or ur" chars
but the result is :
Error in regex '(?i)g(ö|o)t(?!ür|ur)': Invalid regexp
What is wrong with my regex?
how can i do the thing that i ...
- Mon Feb 02, 2009 12:41 am
- Forum: Unreal 3.2 Spamfilters
- Topic: Help with this
- Replies: 6
- Views: 5649
Re: Help with this
try this to block them by spamfilter
/spamfilter + cpnN block - No-Spam \..{2,3}\/.+
Testing results:
[02:34] <@Jdeneme> http://www.yea.lv/t.php
#jesus Message blocked: No-Spam
[02:35] <@Jdeneme> http://www.yea.lv/adsfsdfds.php
#jesus Message blocked: No-Spam
[02:35] <@Jdeneme> http://www ...
/spamfilter + cpnN block - No-Spam \..{2,3}\/.+
Testing results:
[02:34] <@Jdeneme> http://www.yea.lv/t.php
#jesus Message blocked: No-Spam
[02:35] <@Jdeneme> http://www.yea.lv/adsfsdfds.php
#jesus Message blocked: No-Spam
[02:35] <@Jdeneme> http://www ...
- Mon Jun 23, 2008 2:39 am
- Forum: Unreal 3.2 Spamfilters
- Topic: spamfilter conflicted with nick registering
- Replies: 1
- Views: 3064
spamfilter conflicted with nick registering
hello friends i add a spamfilter regex to block "com" word on anywhere but there is a problem with registering nicks.
when users try to register their nick names with /msg nickserv register [email protected] spamfilter is blocking the message. so they cant register their nicknames, can you help me ...
when users try to register their nick names with /msg nickserv register [email protected] spamfilter is blocking the message. so they cant register their nicknames, can you help me ...