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'];
?>
zk-quarkus 1.0 is now available! This new add-on enables seamless WebSocket support for Quarkus, ensuring a smoother integration experience for ZK users who are leveraging Quarkus in their applications. 📓 To learn more about the add-on, visit the ZK Developer Reference. It is available in the ZK EE and the ZK Eval repository. 🔎 For manual download, please access the Premium Download page and scroll […]
ZK is renowned for its “Ajax without JavaScript” since day one. But now, ZK has decided to befriend with JavaScript. What’s the catch? “Ajax without JavaScript” is derived from ZK’s server-centric architecture, which uses a desktop-like programming model to shield developers from JavaScript and complicated server-browser communication. The focus on server-side Java application development makes […]