ClusterMania
04-25-2002, 12:35 PM
I have a problem with users making fake accounts. Can you ban users by IP with htaccess or something???? They are becoming really annoying
![]() | View Full Version : Can you ban a user by IP? ClusterMania 04-25-2002, 12:35 PM I have a problem with users making fake accounts. Can you ban users by IP with htaccess or something???? They are becoming really annoying clocker1996 04-25-2002, 03:07 PM use ipchains, iptables, or ipfw or whatever NyteOwl 04-25-2002, 04:25 PM If the user you wish to ban has a static IP address then yes, you can reject all connections from that IP. If they have a dynamic IP then no, as the IP they are using may only be valid for that session, or for a limited period of time until it changes. You can ban the IP but once it changes, they are no longer blocked and the next person who gets that IP assigned is banned for no reason. priyadi 04-26-2002, 12:56 AM Originally posted by ClusterMania I have a problem with users making fake accounts. Can you ban users by IP with htaccess or something???? They are becoming really annoying Fake accounts? What fake accounts? |