If someone is abusing your website and you want to block abuser's IP address from accessing your website, you can add this line to your .htaccess file.
order allow,deny
deny fromĀ IP-ADDRESS
allow from all
Replace "IP-ADDRESS" with the IP address you want to block, for example 192.168.0.1