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'];
?>
Thank you for participating in the 2024 ZK Community Survey! Your insights are invaluable for understanding your needs and enhancing our products and services. Here are some interesting findings from the survey: IntelliJ has surpassed Eclipse as the preferred IDE among ZK users. While some have migrated to Jakarta EE, half of our users remain […]
We are always being asked about our environment setup within the ZK office and how to setup a ZK environment. First of all this blog will cover the typical development environment of a ZK developer. It will not cover setting up an environment to develop ON ZK, at least not yet. So without further ado […]