Hi There If U have ur admin tools stored in a folder named "ADMIN" or something else u can secure it.... Just Create a file and name it .htaccess with the content below:-
Replace 175. by your starting ip address
Order Deny,Allow
Deny from all
Allow from 175.
AuthType Basic
AuthUserFile /full/path/to/.htpasswd
AuthName "Restricted Area"
Require valid-user
Satisfy any
Deny from all
Allow from 175.
AuthType Basic
AuthUserFile /full/path/to/.htpasswd
AuthName "Restricted Area"
Require valid-user
Satisfy any