Click to See Complete Forum and Search --> : block so me ip address


xusword
March 2nd, 2007, 10:29 PM
Hi

Is there a way to deny access to certain ip address?
Some website use clever scripting to pass my pop-up blocker and pop ads
I was wondering if there is a way to deny their ip address altogether

PeejAvery
March 3rd, 2007, 09:25 AM
Server-side languages such at PHP and ASP can easily do this.

$ip = $_SERVER['REMOTE_ADDR'];