create .htaccess file
Your .htaccess file would start like this:
order allow,deny
allow from all
Then you follow that with lines to specify the addresses that you want to block:
deny from 192.168.128.14
deny from 192.168.128.
deny from somehost.example.com
deny from .example.com
------------------
SUBMIT YOUR GALLERIES
[This message has been edited by spacedog (edited 01-11-2002).]