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.
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...
Imgbob is using cron job to delete expired images and chunks.
There are some commands that you need to setup :
This command is for deleting expired images.
* * * * *SERVER_PATH to your path
/usr/local/bin/php /home/SERVER_PATH/Application/artisan uploads:delete-expired >> /dev/null 2>&1
This commands is for deleting the files and chunks that uploaded by users and example : (when user left before upload completed).
25 * * * *SERVER_PATH to your path
/usr/local/bin/php /home/SERVER_PATH/Application/artisan uploads:clear >> /dev/null 2>&1