For support cases please open tickets using the "issues" tab on the top.
Quickest way to try out the script is using docker, after you have installed docker do the following
git clone https://github.com/faisalthaheem/denovo-voucher-script.git
cd denovo-voucher-script
docker-compose up
The above will take care of file permissions, database setup as well as starting a phpmyadmin instance on http://localhost:8081
You can browse the site at http://localhost:8080 and access the administrative backend at http://localhost:8080/admin using the default username and passsword "admin@voucherscript.com" and "admin"
Denovo Voucher Script (DVS) is an affiliate marketing tool you can install on your domain to market affiliated products/promotions/offers etc. as well as distribute vouchers to your visitors through the tool.
DVS is extremely simple to use. Once operational you can log in to the administrative panel and configure all aspects of the site from there. Not only are you able to add retailers, vouchers, offers and promotions but you can also add products to the site manually or by importing the affiliate feeds. DVS supports affiliate network feeds (via icodes) allowing you to add as many as 50,000+ products to your site in a matter of hours!
Apart from other competitive websites, DVS has widgets that automatically analyze trends and display the most interesting retailers and products in order of popularity throughout the site.
Please see wiki page
Please see Denovo Voucher Script YoutTube channel
Following screenshot illustrates the landing page on a (almost) fresh install of the script
Sample screenshot from admin site
Hosting setup must comply with the following requirements in order to use this script.
Feature | Requirement |
---|---|
Web Server | Apache 2.2+ |
mod_rewrite | enabled |
php version | 5.x |
mysql | >= 5.0 |
gd with php | yes |
sendmail | yes |
php safe mode | off |
php_memory_limit | >128M |
Copy the content of the "site" folder to /var/www/html (assuming that is your web root) and remember to change the ownership recursively to www-data.www-data/
To setup DB, import all the .sql files inside site/app/config/schema/sql For details related to database setup, please refer to database.php under site/app/config