<?php
$file=$_GET['name'].'.txt';
$hit_count = file_get_contents($file) ;
$hit_count=$hit_count + 1;
file_put_contents($file, $hit_count);
header('Location: '.$_GET['file']); // redirect to the real file to be downloaded
?>
<li><a href="./count.php?name=count_file_name&file=file_for_download.ext">安装Android版</a><span class="ver"> 2016-5-31, v1.1</span></li>