Download Latest Version DailyDownloads_1.1.1.zip (94.0 kB)
Email in envelope

Get an email when there's a new version of Daily Downloads

Home
Name Modified Size InfoDownloads / Week
DailyDownloads_1.1.1.zip 2025-09-21 94.0 kB
README.md 2025-09-21 729 Bytes
DailyDownloads_1.1.0.zip 2025-09-20 80.2 kB
Totals: 3 Items   174.9 kB 0

scan_downloads (1.1.1)

Scans the files downloaded using jdownloads and emails the results to the specified address.


  1. If you don't know what your table prefix is you can use the following commands to see what it is. The prefix MUST end with a "_".

    grep dbprefix /var/www/html/configuration.php
    
  2. Run this script to install the dependencies:

    ./installdeps
    
  3. Run this script and the first time it will ask you to configure the tool.

    ./scan_downloads.pl
    

    If you need to change the settings run:

    ./scan_downloads.pl prefs
    
  4. That should be enough, it should be workable now.

  5. Add this to your crontab:

    1 0 * * * /root/DailyDownloads/scan_downloads.pl > /dev/null 2>&1
    
Source: README.md, updated 2025-09-21