jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: Fassendek on 27.03.2018 15:38:27

Title: MD5 & SHA1
Post by: Fassendek on 27.03.2018 15:38:27
Hello! And how to output data MD5 and ShA1 for zip files in the user part?! Or is it already implemented somewhere? What tags do these values are so they can be inserted on the resume page or where to look?! Thank you.
Title: Re: MD5 & SHA1
Post by: ColinM on 29.03.2018 17:21:15
Hi
These are available to show users in the Download Details Layout.         
For example the Download Details layout "Example Details Layout with Tabs v3.2" has for md5 a section as below. And also another  for ShA1

<div class="jd_field_row" style="">
      <span class="jd_field_title">{md5_title}</span>
      <span class="jd_field_value">{md5_value}</span>
</div>

So if you set that layout as the Download Details layout and ensure the Download Details are shown see
http://www.jdownloads.net/documentations/item/download-actions-direct-via-summary-page-or-via-download-details.

jD computes them for the file you are about to download. There are several utilities for a PC or other device to validate for a downloaded file.

Colin
Title: Re: MD5 & SHA1
Post by: Fassendek on 29.03.2018 18:23:13
Many thanks! ;D