Resource icon

Unmaintained Show Attachment md5 Sum 1.0.0

No permission to download
  • Author Author ragtek
  • Creation date Creation date
As requested here: http://xenforo.com/community/threads/file-hashing-info-for-attached-files.33760/

This addon will show the md5 sum in the attachment data section..
download.webp

After the installation you could also delete the ragtek\amds folder, because this addon doesn't include any files..
The install file is only required to check if tms is installed while the addon installation:)



Attention, requires TMS till http://xenforo.com/community/threads/template-hooks.7909/page-10#post-337421 gets implemented


If you prefer manual template edits:

open template attached_files
search for
Code:
<dl><dt>{xen:phrase views}:</dt> <dd>{xen:number $attachment.view_count}</dd></dl>
replace with
Code:
<dl><dt>{xen:phrase views}:</dt> <dd>{xen:number $attachment.view_count}</dd></dl>
<dl><dt>{xen:phrase md5_sum}:</dt><dd>{$attachment.file_hash}</dd></dl>

Github Repository: https://github.com/ragtek/AMDS
Author
ragtek
Downloads
158
Views
715
First release
Last update

Ratings

5.00 star(s) 2 ratings

Latest reviews

Integrity is a very important concept. This is a fine way to also test your connection between your server and you.
This add-on is pure gold, thank you so much for providing it!
Top Bottom