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'];
?>
*****UPDATE***** Following are the winners: Felipe Raphael Bob Rullo Alvaro Salazar Victorino Teofilo Copa Fernandez André Filipe Aloise Elizabeth Manrique Raffaele Maietta Congratulations & don’t forget to contact [email protected] to claim your ZK-shirt! Also a big thank you to all of you who have participated! To each and everyone of you Seven years ago, ZK […]
Introduction Multi-media applications are becoming more and more common on the web. To satisfy the increasing demand, we are introducing a new component in ZK – ZK Webcam, which communicates with a camera directly based on the jQuery webcam plugin and also integrating another ZK component, canvas4z for previewing snapshots. By using this component, user […]