Free download from SoftwareCheck:
To find outdated installations and applications on your web server, you can use the SoftwareCheck from OutDated.Software and download it here.
Downloads of the
SoftwareChecks from OutDated.Software for web installations:
In order to be able to check all version numbers and modules of current 200 software products, a
registration and an active
Payment is required.
The
Trial Key: 0123456789 can be used permanently if you only want to test the included software products.
If you have any questions or help with installation/configuration, we will be happy
to help you.
Installation of Program ODS:
-
Simply the archive of Downloads with e.g. wget:
mkdir /usr/src/ods/
cd /usr/src/ods/
wget
https://dl.outdated.software/en/latest.tar.gz
Download to the server and unpack in the directory:
tar -xzvf latest.tar.gz
If desired, compare the file hash:
md5sum latest.tar.gz
and with dl.outdated.software/en/latest.tar.gz.md5
-
Rename the example config.inc.php
mv config.inc.php.sample.en config.inc.php
Adjust the config.inc.php with the license key from your Account:
$configs['key'] = 'xxx';
further adjustments according to your wishes:
Debug Output,
Color,
Autoupdates,
Language,
Cronjob,
Statistic,
etc...
-
Start the program and check directories:
via cli (recommended):
./check.php /path/to/the/Applications/
Or over http:
https://domain.tld/check.php?pfad=/path/to/your/Applications/
-
Evaluate the result and update, done.
Thanks to the various configuration options, an automation for automatically writing to users or admins is easy to create.
We'll help you!
top of the page