if($_SERVER["REMOTE_ADDR"]==192.168.1.2)
{
       echo "siteye hoşgeldiniz.";
}else{
           echo " not found";
}