mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2005
Posts: 25
C
chawni Offline OP
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Feb 2005
Posts: 25
Well, I pasted the code into the "remote" script editor.

on ^*:open:?:*:{
if (*porn* iswm $1-) || (*XXX* iswm $1-) {
.msg $nick Spam has been detected, your message has been blocked.
.ignore -pn $nick 3
halt
}
}

I also d/l and loaded an anti-spam script. They are STILL getting thru? Is there no end? Nothing that can stop them?
Im still getting this via private msg........

You can find DVD Quality Amateur Porn Movies here => http://

Please if anyone has a suggestion or fix.. let me know! confused

Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
The code above should work, I tested it in my own copy of mIRC to make sure. Ensure that:

a) You have it in a NEW remote file, no other code with it.
b) You have your Remotes enabled, type /remote on
c) The code is on multiple lines like above, not on one long line.

Regards,


Mentality/Chris
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Try adding $strip()
  • if (*porn* iswm $strip($1-)) || (*XXX* iswm $strip($1-)) {

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
yeah the sneaky shits put double bold (CTRL-B CTRL-B) in so u dont know its there on some of the spam ads. Also use $chr(160) instead of a space. Im just glad they havent worked out how to do a anti automation scripts, like invision has with its asciizer of its text. A changes to Å etc.

Joined: Feb 2005
Posts: 25
C
chawni Offline OP
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Feb 2005
Posts: 25
Ive tried everything that was suggested above. Thet are STILL able to send me prt message spam/ads. I GIVE UP!

Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
on $^*:OPEN:?:/^(b+u+n+a+|c+h*i+a+o+|c+h+a+u+|h+(a|e)*i*(y|ý)*o*u*|h*(e|a)+l+o+|h*o+l+a+s*|s+a+l+u*t*d*|s+l+m+|y+o+)(?=[\x20-\x2E\x3A-\x3F\x5B-\x60\x7B-\xFF]|$)|^.$|(?<=^|[\x20-\x2E\x3A-\x3F\x5B-\x60\x7B-\xFF])(asl|ca va|ctc|faci|friends?|http\x3a//\S+|r u|www\.\S+)(?=[\x20-\x2E\x3A-\x3F\x5B-\x60\x7B-\xFF]|$)/iS: halt


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Checking for numbers in the www. part (Eg: www2.site.com) and s in http for ssl sites (https://) wouldn't be a bad idea. smile

on $^*:OPEN:?:/^(b+u+n+a+|c+h*i+a+o+|c+h+a+u+|h+(a|e)*i*(y|ý)*o*u*|h*(e|a)+l+o+|h*o+l+a+s*|s+a+l+u*t*d*|s+l+m+|y+o+)(?=[\x20-\x2E\x3A-\x3F\x5B-\x60\x7B-\xFF]|$)|^.$|(?<=^|[\x20-\x2E\x3A-\x3F\x5B-\x60\x7B-\xFF])(asl|ca va|ctc|faci|friends?|https?\x3a//\S+|r u|www\d?\.\S+)(?=[\x20-\x2E\x3A-\x3F\x5B-\x60\x7B-\xFF]|$)/iS: halt


New username: hixxy
Joined: Feb 2005
Posts: 25
C
chawni Offline OP
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Feb 2005
Posts: 25
OK..... I added both versions of the new codes above.. exactly as they were posted..line breaks and all. I added them each as their own little stand alone script. I will keep fingers and toes crossed! Many thanks again!!

Joined: Feb 2005
Posts: 25
C
chawni Offline OP
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Feb 2005
Posts: 25
NOPE......... they are STILL getting thru!!! This is unbelievable!

Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
The lines Hammer and tidy_trax gave should actually all be on a single line this time. Don't put spaces between the different line parts either. Also make sure it's at the top of your script.mrc or make a new file in the editor and then try to set it first. The on OPEN trigger also only works if new private messages appear in a new window. If you enabled the dedicated message window it won't work... Remotes should also be on, but that's usually the case, otherwise type /remote on in a window.

Hope it works for you then...


Link Copied to Clipboard