Holly Nicole
New member
- Joined
- Feb 22, 2013
- Messages
- 302
- Points
- 0
If you don't have IP Deny Manager in your site control panel you can use the following code to ban their IP
Code:
[COLOR=#000000]Order allow, deny[/COLOR]
Deny from 192.168.0.10
Deny from 212.155.
Deny from 1.2.3.4 5.6.7.8 127.0.0.1
[COLOR=#000000]Allow from all
[/COLOR]