Friday, May 10, 2024
Username: Password:
[NEWS]
Added by unreal
This version adds 2 new features requested by users:

Anonymous access support

This allows the administrator to make the entire shared area accessible to anonymous visitors or to define an anonymous folder visible to anonymous visitors. In either case, anonymous access is read-only.

If you're performing a fresh install, you can activate anonymous access through the installation wizard which will automatically include the options ($AnonymousAccess and $AnonymousFolder) to the configuration file, making it easy to update the settings at a later date.

If you've already installed SOrg Downloader and you wish to activate the anonymous access mode, you'll will need to edit your configuration file (conf.php) and add the following lines to the end of the file:

// Allow anonymous access (true/false).
$AnonymousAccess = true;
// Specify an anonymous folder.
// Leave empty to allow full access or enter a folder path ending with a slash, like "share/public/".
$AnonymousFolder = '';


Support for non expiring access keys

By entering "-1" in the "Days" box when you share a folder, you can generate access keys that will never expire automatically (but you can still delete them via the Control Panel). This can be useful if you wish to integrate SOrg Downloader into another website.

Posted on 24/03/06 at 10:29