Hopsel: programm nur bei gewünschten IP's ausführen

Beitrag lesen

Hi,

$array=explode(".",$ip);
if($array[0]==213 && $array[1]==135 && $array[2] == 240)

oder auch:
if(substr($_SERVER['REMOTE_ADDR'],0,11) == "213.135.240")

MfG Hopsel

--
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001