Hello,
I need help concerning the rename hack at
http://www.torrentflux.com/forum/index.php/topic,1605.0.htmlwould you please guide how to make the rename hack work with TF 2.3 (or even 2.1). I did all modifications written but the problem is in modifying dir.php
I can't find
// download
if ($cfg["enable_file_download"])
All I can find are those lines:
// Can users download files?
if ($cfg["enable_file_download"])
and only one time ( not two as mentioned ). even adding
// move hack
include('rename_dir_extension.php');
before it doesn't work for me. Also why it is called "// move hack" ? Maybe I mixed things up ?
Does anybody know what might cause the problem ?