Code

Support for LicenseBox - PHP Licenser and Updates Manager

Support for LicenseBox - PHP Licenser and Updates Manager

Cart 413 sales
Recently Updated

codemonks supports this item

Supported

This author's response time can be up to 2 business days.

Popular questions for this item

How to make LicenseBox verify Envato purchase codes?

If you wish to verify the Envato purchase codes of your clients, you should add your Envato API token in the general settings page (You can create a new Envato API token here, if you have not created one yet) and make sure you give it the following permissions (View your items’ sales history, Verify purchases of your items)

Why am I getting 404 page not found errors?

Make sure that your server’s apache mod_rewite is enabled and also check that .htaccess file exists in the main script directory.

How can I use this with Nginx?

Nginx doesn’t support .htaccess files, therefore you would need to modify your server’s nginx.conf file to allow URL rewriting. In most cases adding the following location block in your server block should work. You can also follow this nginx guide for Codeigniter applications.

location /licensebox { try_files $uri $uri/ /licensebox/index.php; }

How can I add a new language to the API?

To add a new language you would first need to create a new folder with that exact language name (e.g “french” Note: all small characters) in /application/language/ folder then copy the English language folder contents and rename them accordingly. Finally, you would need to edit the .po file using an editor like (Poedit).

I am unable to upload large version files.

Kindly check and increase these values max_execution_time, post_max_size, and upload_max_filesize in your php.ini file.

Why are automated emails not being sent?

First of all, check if you have set up your cron job correctly. If the emails are still not being sent, check if your server_email/SMTP details are correct on the email settings page.

Show more

Contact the author

This author provides limited support for this item through email contact form.

Item support includes:

  • Availability of the author to answer questions
  • Answering technical questions about item’s features
  • Assistance with reported bugs and issues
  • Help with included 3rd party assets

However, item support does not include:

  • Customization services
  • Installation services

View the item support policy

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey