I renamed stats.html to statsOLD.html so now all the pages created with ~s at the end of url are redirected to Download Page.
Now there is only ~i Information pages remaining and i dont know how to remove that ...oh well,back to mining :)
Thank you ysmods
Found this lines in stats.html:
"// make sure user is permitted to view stats
if ($file->canViewStats() == false)
{
$errorMsg = t("stats_error_file_statistics_are_private", "Statistics for this file are not publicly viewable.")...
How can i disable statistics pages that are created with ~i or ~s at the end of the URL - so its not public and only admin can see it?
Thanks in advance!