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'];
?>
At ZK, we have always valued the power of community. Since our journey began as an open-source project, the contributions and feedback from our users have played a key role in shaping our products. In 2024, we conducted a year-end Customer Survey to gather insights and ideas from our users. We are truly grateful to everyone who […]
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 […]
Thank you all for completing our 2017 ZK survey, glad to hear from you! We are happy to receive tons of valuable inputs and constructive feedback. Also, we appreciate your acknowledgement on our core value – rapid development, including “Ajax without Javascript”, rich component and MVVM pattern. We are glad that most of […]