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'];
?>
A while ago we conducted a ZK 9 Release & Upgrade Assistance survey. We received various feedback and encouragements from you, thank you! We are glad that a lot of you are excited about the new release and recognize our effort in providing new components and features in new versions for improved usability and performance. […]