Subscribe & Download is a powerful widget, which allows to distribute files through subscriptions. If people want to download something from your website or from third party websites they must submit their contact details. After submission they receive encrypted temporary download link by email. Very simple workflow. All submitted data is saved in database and can be sent to MailChimp, iContact, GetResponse, Campaign Monitor newsletter systems. All saved data can be exported as CSV-file to be used with any other newsletter systems. Subscribe & Download can be easily integrated into any webpage, even if it is plain HTML-webpage (no more difficult than insert Facebook Like button, check out steps 4-6 in “Installation” paragraph). This is a perfect way to extend functionality of your website.
Features
- Distribute files through subscriptions: ask users for contact details and allow them to download files.
- Unlimited number of files: distribute unlimited number of digital products.
- Temporary download links: script generates encrypted link that is valid for limited time.
- Download link is sent to e-mail: users can’t cheat by entering fake e-mails.
- MailChimp, iContact, GetResponse, Campaign Monitor supported: contact details can be submitted to autoresponders through their API.
- Modern subscription form: HTML5 + CSS3, AJAX-ed payment form.
- Secure Admin Panel: configure script and manage data through nice admin panel.
- X-Sendfile supported: download huge files through X-Sendfile mode if mod_xsendfile module installed on your server.
- Responsive design: opt-in form looks nice on small screens.
- Terms & Conditions supported: enable or disable terms and conditions for opt-in form.
- Narrow mode: for sidebars use shortcode like
<div class="sad-box" data-id="X" data-mode="narrow"></div>
. - Enable/disable “Name” field: yes, you can do it .
- Easy to integrate: insert only 3 lines of code into webpage (check out “Installation” paragraph).
- Cross domain access supported: you can install script on one domain and use it with unlimited number of domains.
- CSV Export: all subscribers can be exported as CSV-file.
- PHP mail() function supported: download link can be sent using PHP mail() function.
- SMTP mail supported: download link can be sent through SMTP server.
- and more, and more, and more…
Demo
Please visit demo website to see how the script works.
Admin Panel Demo
You can try admin panel:
URL: http://halfdata.com/pluto/subscribe-download/
Login: admin
Password: admin
Installation
Let’s imagine that you have website http://www.website.com/
and you want to install script there.
- Create folder
subscriptions
(use any other name) in root of your domain. Once created it can be reached by URL:http://www.website.com/subscriptions/
- Edit
inc/config.php
and set MySQL database parameters. - Go to admin panel
http://www.website.com/subscriptions/
using default login/password (login:admin
, password:admin
), configure script onSettings
page and upload your first file onFiles
page (you also can place files into foldersubscriptions/files/
through FTP). - Make sure that your website loads jQuery. If it doesn’t, just add this line into
head
section:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
- Add these lines into
head
section (before</head>
tag and below jQuery):
<link href="//www.website.com/subscriptions/css/sad.css" rel="stylesheet">
<script src="//www.website.com/subscriptions/js/sad-jsonp.js"></script>
- Add file shortcode (from
Files
page) in the place where you want to see subscription box. Example:
<div class="sad-box" data-id="X"></div>
You can extend shortcode by addingdata-mode="narrow"
attribute to display narrow subscription box:
<div class="sad-box" data-id="X" data-mode="narrow"></div>
Requirements
- PHP version 5.0 or greater
- MySQL version 5.0 or greater
- jQuery version 1.5 or greater
Support
If you have problems regarding using the script, please contact me and I’ll help you.
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = Subscribe & Download
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/subscribe-download/5522771″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Subscribe & Download from the The Developer ( halfdata ) website. Thank you.
Download = Subscribe & Download-[Updated].zip