#How to Install ?
Step-by-step guides to set up this script on your web application. Please read the following guide carefully.
Step 1 - Upload and Extract a Zip Archive
Upload the installed zip archive to your web hosting. And then extract all files
Step 2 - Go to installation page
Open your browser and go to installation page. (In this case, this is www.yourdomain.com)
Step 3 - Fill out all the requested informations.
After redirecting to installation page, you have to fill the form with all the requested informations (database name, purchase code, admin account details...etc)
Step 4 - Finish Installation
Click Finish Button after filling all the requested informations on the step 3. You will see successfully message after few seconds, if everything is exactly.
#How to add cronjobs?
To be able to send order, order status. Cron task must be configured on your hosting. In cpanel, you should click Cron task and fill this command at the command filed:
MAIN CRONJOBS
* * * * * wget --spider -O - http://yourwebsite.com/api_provider/cron/order >/dev/null 2>&1
* * * * * wget --spider -O - http://yourwebsite.com/api_provider/cron/status >/dev/null 2>&1
* * * * * wget --spider -O - http://yourwebsite.com/api_provider/cron/status_subscriptions >/dev/null 2>&1
EXAMPLE CRON :
#Add Category
Admin Panel is completely dynamic, so you can add/update categories.
Guide Steps:
#Add Service
Admin Panel is completely dynamic, so you can add/update services.
Guide Steps:
#Place Mass Order
Any User can place orders in bulk (Mass Orders)
Guide Steps:
#Google reCAPCHA
To enable reCAPTCHA, you'll need a Google account. This Form Block integration uses reCAPTCHA V2, follow these steps to get necessary keys
Guide Steps:
#Requirements
Server
PHP version
allow_url_fopen
PHP cURL
PHP OpenSSL
PHP PDO
Cronjobs
Zip PHP
PHP CURL
Mod Rewrite Enabled
Mbstring PHP Extension