Forum Moderators: open
<Files *\.*>
order deny,allow
deny from adsl-141-150-18-247.nnj.adsl.bellatlantic.net
allow from all
</Files>
or the following (if you want to deny access just to that User agent):
SetEnvIf User-Agent ^LLBKJPNATM ban_me
<Files *\.*>
Order Deny,Allow
Deny from env=ban_me
Allow from all
</Files>