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. […]
We have released the following ZK products for maintenance purposes and/or ZK 6.5 support. ZK Spring 3.1.1 Maintenance release to support Spring Security 3.1 along with a few bug fixes Check out release note or download. ZK JSP 2.2 Maintenance release to support all versions of ZK 6 Download ZK Gmaps 3.0.1 Maintenance bug fix […]