English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-09-14 17:54:39 · 2 answers · asked by wzaw30 1 in Computers & Internet Internet

2 answers

Hey there have we all not been there LOL

Here you go where the zeros are put the ip address.

# Here is the ip address of the guy I want to ban
deny from 00.00.000.00


You can also look at this sample:

http://www.wizcrafts.net/nigerian-blocklist.html

2006-09-14 18:00:04 · answer #1 · answered by DPWC 3 · 0 0

Deny Certian IP Addresses
---------------------------------------

Sometimes you may want to ban people from certain ISP or IP Address. Of course, this will only work if you know the IP addresses you want to ban and, as most people on the internet now have a dynamic IP address, so this is not always the best way to limit usage.

You can block an IP address by using:

deny from 000.000.000.000

where 000.000.000.000 is the IP address. If you only specify 1 or 2 of the groups of numbers, you will block a whole range.

If you want to deny everyone from accessing a directory, you can use:

deny from all

but this will still allow scripts to use the files in the directory.

2006-09-15 01:40:24 · answer #2 · answered by Jayaprakash V 2 · 0 0

fedest.com, questions and answers