Total accesses to this web site since ... ... ...:
// ------------------------- insert below the correct FULL path ------------------------
$logdata = file ("/__full_path_to_the_script__/external_LOG.dat");
$readcount = count ($logdata);
echo "0000"; echo $readcount;
?>