-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday, March 23, 2003, Alexey N. Vinogradov wrote...

> If spammer include a comment inside HTML - as

> POR<!--25413-->NOG<!--25413-->RAPHY, or

I've seen a lot of this recently.  If you're using the right
languages, you can simple use a regular expression to ignore that, I'm
not sure on the syntax, but a general idea would be something like:

  $str = replace( '\<\!--\d+--\>' , '' , $str );

Of course... I'm probably off, but it probably gives you an idea. I
doubt the delphi's replace function takes regexp, but there is some
regexp handling in there somewhere.

> http://W%57%57.%42%49%4cET%49%4b.G%49S%49S.R%55 instead of real URL?

url decode :) I'll write some code, and post it shortly.

- --
Jonathan Angliss
([EMAIL PROTECTED])

-----BEGIN PGP SIGNATURE-----
Comment: Fingerprint: 676A 1701 665B E343 E393  B8D2 2B83 E814 F8FD 1F73

iQA/AwUBPn5vCyuD6BT4/R9zEQJDqgCgikfVnoTLGZQg185TMcgZ0zKUU9IAn0hn
tMlnCvZzcIuIFYqiUIRAqDGh
=WTtG
-----END PGP SIGNATURE-----


________________________________________________
Current version is 1.62 | "Using TBDEV" information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to