Thank you for being one of our buyers. We are glad that you have joined us and that you are a user of our products. We hope you like it. As part of our support for our products, we have provided a complete user guide for our products. All you have to do is follow this guide step by step to install your site.
This item made by Vironeer under Envato Extended & Regular License
We don't provide free customizations or installations or server problems fixing, we can provide them as paid services.
First download the files from CodeCanyon and extract them in your computer
Script.zip
Script.zip
Script.zip
then click extract
After all files has been extracted now open your website URL and start installing
if your website URL cannot open or you see Error with code 500, its coming from your server side, please contact your server support, or check your server logs to know where is the problem.
Some servers is disabling this option or they have a problem on mysql database if you get any problem or 500 Server Error please use manual import to import your database.
Free plan renewed automatically for users
A cron job is a Linux command used for scheduling tasks to be executed sometime in the future. This is normally used to schedule a job that is executed periodically – for example, to send out a notice every morning etc...
The cron job may using to delete expired subscriptions and also for renewal reminder, expiry reminder, renew free subscriptions and also to delete unpaid transactions and more...
There are some commands that you need to setup :
* * * * *
SERVER_PATH
to your path
/usr/local/bin/php /home/SERVER_PATH/Application/artisan subscriptions:renew-free >> /dev/null 2>&1
* * * * *
SERVER_PATH
to your path
/usr/local/bin/php /home/SERVER_PATH/Application/artisan subscriptions:expiring-reminder >> /dev/null 2>&1
* * * * *
SERVER_PATH
to your path
/usr/local/bin/php /home/SERVER_PATH/Application/artisan subscriptions:expired-reminder >> /dev/null 2>&1
0 * * * *
SERVER_PATH
to your path
/usr/local/bin/php /home/SERVER_PATH/Application/artisan subscriptions:expired-delete >> /dev/null 2>&1
* * * * *
SERVER_PATH
to your path
/usr/local/bin/php /home/SERVER_PATH/Application/artisan images:delete-expired >> /dev/null 2>&1
0 * * * *
SERVER_PATH
to your path
/usr/local/bin/php /home/SERVER_PATH/Application/artisan transactions:unpaid-delete >> /dev/null 2>&1