Powerful module Download on a separate page


Use it in news and on static pages. When you click, you will be redirected to a separate download page where you can use a separate design.
Key Features

- Changing the link structure
- Built-in "Who downloaded" function
- Recording download logs
- Reverse report using tags
- Combination with an additional field
- Changing meta information
- The module can work with files on Static pages

Installation
- Upload all files to the server.
- In the file .htaccess after RewriteEngine On add:

# Downloads
RewriteRule ^download/([0-9]+)/?(static)?$ index.php?do=download&id=$1&area=$2 [L]
RewriteRule ^file/([0-9]+)$ index.php?do=downloads&id=$1 [L]
RewriteRule ^file/([a-z0-9]{32})$ index.php?do=downloads&hash=$1 [L]
RewriteRule ^file/([a-zA-Z0-9\w\-\.]+)$ index.php?do=downloads&name=$1 [L]
RewriteRule ^sfile/([0-9]+)$ index.php?do=downloads&id=$1&area=static [L]
RewriteRule ^sfile/([a-z0-9]{32})$ index.php?do=downloads&hash=$1&area=static [L]
RewriteRule ^sfile/([a-zA-Z0-9\w\-\.]+)$ index.php?do=downloads&name=$1&area=static [L]




Go back
26-12-2022, 11:12