if (!empty($_SERVER['HTTP_CLIENT_IP']))
$ip=$_SERVER['HTTP_CLIENT_IP'];
else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR']))
$ip=$_SERVER['HTTP_X_FORWARDED_FOR'];
else
$ip=$_SERVER['REMOTE_ADDR'];
?>
Happy Tenth Anniversary, ZK! In honor of this very special occasion, for the first time ever, ZK team is hosting a Data-Attribute Handler Contest! Celebrate with us! Prove your skills, showcase your talents and win a New Years gift! This contest is open to all ZKers and web developers. Our only requirements are that you (1) […]