"// 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.");
coreFunctions::redirect(coreFunctions::getCoreSitePath() . "/error." . SITE_CONFIG_PAGE_EXTENSION . "?e=" . urlencode($errorMsg));
}"
Can i just restrict free-non users stats access from there, without editing templates?
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