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'];
?>
We are excited to announce the release of ZK CKEditor Wrapper 5.44.1.0, designed to keep pace with the latest developments in the CKEditor ecosystem and ensure compatibility with CKEditor versions from v39 through v44. Background CKEditor has long been celebrated as one of the most popular text editors, offering a rich and WYSIWYG experience to countless users. […]
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 […]