blocking someone from your site

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

blocking someone from your site

Post by d3ad1ysp0rk »

How can I block someone with a dynamic IP from my site?

I was thinking IP ban, but then I found out he has a dynamic IP, so then I thought cookies, but he could delete them..

Any ideas?

and I dont want to make it forbidden, since I need to allow everyone else..
rezo
Forum Newbie
Posts: 1
Joined: Wed Feb 04, 2004 6:53 pm

Post by rezo »

you could block his entire ISP by going to http://www.arin.net, searching his IP, and blocking the range allocated to the ISP... though by doing this you will be blocking some people that shouldnt be banned.

it depends on how badly you want to block him, and how badly he wants to get back in b/c he could always get a completely anonymous proxy and get around the banning.
Post Reply