ee /var/www/html/visitors.php
<?php
$date = date('d/M/Y');
$count = shell_exec("grep '$date' /var/log/httpd/access_log | awk '{print $1}' | sort -u | wc -l");
echo '<span style="font-family:Arial,sans-serif; font-size:14px;"><strong>' . trim($count) . '</strong> visitors today</span>';
?>
Custom HTML Left Block
Name: Guest Visitors Today
<iframe src="/visitors.php" style="border:none; width:100%; height:25px;" scrolling="no"></iframe>
NB: height: might need to be increased to 30px ot 35px one day so that some text doesn't get cut off