nsespresta Posted December 9, 2014 Share Posted December 9, 2014 Hi, What is the 'filename' field in 'ps_product_download' table? And what's the algorithm for making it? Link to comment Share on other sites More sharing options...
tuk66 Posted December 9, 2014 Share Posted December 9, 2014 That field stores the real file name. You can find all real files in /download folder. Link to comment Share on other sites More sharing options...
nsespresta Posted December 9, 2014 Author Share Posted December 9, 2014 I found it: $filename = sha1(microtime()); It's in "/classes/ProductDownload.php" line 303... 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now