17.04.2011, 12:24
It filters out IP's and website addresses, but it only works with websites that have a www subdomain and a specific TLD. If someone was to type: 'Visit website at somestupidroleplay.co.cc', this script wouldn't work.
Т_o
pawn Code:
if(SPAM[StringSPAM] == '0' || SPAM[StringSPAM] == '1' || SPAM[StringSPAM] == '2' || SPAM[StringSPAM] == '3' || SPAM[StringSPAM] == '4' || SPAM[StringSPAM] == '5' || SPAM[StringSPAM] == '6' || SPAM[StringSPAM] == '7' || SPAM[StringSPAM] == '8' || SPAM[StringSPAM] == '9') COUNTN ++;
pawn Code:
if ('0' <= SPAM[StringSPAM] <= '9') COUNTN++;

