News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

MD5 & SHA1

Started by Fassendek, 27.03.2018 15:38:27

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fassendek

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.
  •  

ColinM

#1
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
Colin M
  •  

Fassendek

  •