simply block those spammers using .htaccess by using the following codes to block an ip range
order allow,deny
deny from [IP Range]
deny from [IP Range].
allow from all
but i don't think it's the right section to ask
sorry i didnt know where to post this.
how i put that code? and what will happen if i put that?