This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Enhance Protection

Old posts that have not been replied to for several years.
Locked
User avatar
blood_x
Halfop
Posts: 77
Joined: Tue Nov 20, 2001 8:00 pm
Location: KL, Malaysia
Contact:

Enhance Protection

Post by blood_x »

Hi all.. 8)

Is there any TCP script protection to protect public chat as below;

[04:23] <BISKUT> w w n s i l f y h j f w i m h q h b d d a i x v
[04:23] <BISKUT> u k f f r w k y y j n o y w o j w r b z v j e z
[04:23] <BISKUT> o e d j v q v u p k u a p l a t x e g s e i i e
[04:23] <BISKUT> p p l x c a h o o l m f g d f x r b n o a q r j
[04:24] <BISKUT> l i k z n e o g p w x u x n t d g g o n r m u g
[04:24] <BISKUT> w a c k t t r d x s e q c t n e h i v b a r y a
[04:24] <BISKUT> u t s u b g q l x z o g d t b d g c n a x k s k
[04:24] <BISKUT> k s p w o s x i x m k w a q g x r w q y r f p f
[04:24] *** BISKUT (~playon@c66-235-33-34.sea2.cablespeed.com) has left #mychan

Meaning, there's too many SPACE between each letters. Can TCL detect the excessive space?

Thanks.
Thank you for your support and commitments.

Sincerely,
fzAy®
http://www.iNTRACyber.com
(We Chat, We Share & We Learn)
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

This small piece of code will give you the number of spaces in a line. I hope you are able to implement this in a script now. :mrgreen:

Code: Select all

set totalspaces [regexp -all {" "} $text] 
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked