I am using regular expressions to block spam hits.
This works really great but i do have some problems.
Some spammers will take your search term/s &Capitalize the first letter,
as i am using <_> for exact match they will get through .
Is there any way of making it case insensitive ?
Some spammers will take your search term/s &change their order like <3> <1> <2> or <2> <3> <1> <5> <4>
as i am using <_> for exact match they will get through .
Is there any way of making it order insensitive ?
I've read the wiki &some links there without succes .
Is it possible
I also had an idea:
What if Shareaza would add an extra random searchterm automattically like 'NoSpamPlease'
&then filter out any results with 'NoSpamPlease'
Could it work